aboutsummaryrefslogtreecommitdiff
path: root/lib/systems/render_winner.js
AgeCommit message (Collapse)Author
2020-03-09Use new lib componentsHEADmainBen Beltran
2018-06-26Colorize the winner rendererBen Beltran
2018-06-26Pixelate the textBen Beltran
2018-05-29Add Naive Game Rules (#11)Rubén Beltrán del Río
* Add components for tracking points * Add methods to create new entities * Adds nodes for points * Add system to detect points * Adds system to detect a winner * Add system to render points and winner * Add points required to win to config * Add it all to the engine * Add mention of points to changelog