onderaltintas / chibi-game.js

Pre alpha chibi style rpg game.

Home Page:http://159.89.177.161:8080/smallapps/chibi-rpg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Pre alpha chibi style rpg game.

http://159.89.177.161:8080/smallapps/chibi-rpg/

License:Other


Languages

Language:JavaScript 72.4%Language:CSS 15.9%Language:HTML 11.7%