Change log:
Initial commit:
26.02.2018
23:32 - 02:20
- Basic "game loop" proof of concept, derived from sitepoint tutorial.
- Hope it will be improved one day.
- Spent too much time on finding a chibi character (couldn't draw one), finding background, preparing move frames, making effects on background etc.
- No purpose yet.
Sitepoint article: https://www.sitepoint.com/quick-tip-game-loop-in-javascript/
Second commit:
27.02.2018
20:29 - 22:03 - Mario jump mechanics, have read a lot of articles and implemented half arsed. Will be in character class soon.
- Movement sprite instead of loading animation frames one by one. Because it blows when you deploy it as website (downloading times)... Also helps performance.
- Shaping up domain model.
- deployed: http://159.89.177.161:8080/chibi-rpg/
Third commit:
01.03.2018
22:29 - 23:03 - HTML5 Music poc. SoundManager class implementation.
- Won't add commit history here anymore. Will find a better way to list changes.
- Continuous integration required here.