summaryrefslogtreecommitdiff
path: root/frontend/src/components/game
Commit message (Collapse)AuthorAge
* Rationalize module namesJoffrey BION2019-05-16
|
* Convert game components to TypeScriptJoffrey BION2019-05-06
|
* Remove annoying scrollbarsjbion2019-03-02
|
* Simplify state and reducersjbion2019-02-27
|
* Add support for multiple columnsjbion2019-02-26
|
* Add board and played cardsjbion2019-02-26
|
* Extract CardImagejbion2019-02-26
|
* Add gold amount to production barjbion2019-02-26
|
* Increase space between resources in production barjbion2019-02-26
|
* Add production barjbion2019-02-25
|
* Use NonIdealState for READY button to be centeredjbion2019-02-25
|
* Position hand at the bottom of the pagejbion2019-02-24
|
* Add prepare move actionsjbion2019-02-24
|
* Improve GameScene by showing the handjbion2019-02-23
|
* Move images to frontend appjbion2019-02-23
|
* Implement Game startjbion2019-02-22
bgstack15