aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-11Reimplement in C++ with SFML (mostly)Nao Pross11-0/+313
2018-02-11Remove redundant scenesOffsetX/Y, replaced with panXNao Pross3-16/+31
2018-02-11add pan, add zoom, add weaponmafaldo5-17/+150
2018-02-10tiles bound to actors, remove Player and Enemymafaldo5-21/+51
2018-02-10Add simple mouseclick listener to scenesNao Pross4-21/+51
2018-02-10Add missing @Override(s)Nao Pross3-16/+18
2018-02-10Threaded double buffered renderingNao Pross5-128/+218
2018-02-10Implement actor, create playermafaldo8-10/+132
2018-02-10Switch to gradle, update gitignoreNao Pross6-0/+0
2018-02-10Implement barebone game engineNao Pross9-304/+149