aboutsummaryrefslogtreecommitdiff
path: root/lib/config.js
AgeCommit message (Collapse)Author
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
2018-04-23Draw the Arena (#7)Rubén Beltrán del Río
* Add defaults to config * Create arena sprite * Draw the arena * Draw a face when cooling down the dash * Correct linter issues
2018-04-23Add control via keyboard (#6)Rubén Beltrán del Río
* Correct angle documentation * Correct body component doc * Add a config module with px 2 meters * Create component to map input * Add components for mappable actions * Add component for elastic manipulation * Add node to modify physics * Add controllable node * Add dasher node * Add control mapper system * Add component to limit velocity * Add node for limiting velocity * Add systems to move and dash * Use meters in physics systems * Correct documentation in render system * Add elastic manipulation system * Update factories to use new components * Update main app to use new systems * Ignore dist dir * Also ignore cache * Ignore personal configuration files * Add system to reduce velocity * Add changelog