A clean room implementation of Stick RPG Complete. This implementation will be under the MIT License. This game is written for in mostly coffeescript which is compiled down to javascript via gulp on travis ci. We use the CreateJS Code Suites to interface with the canvas. You will be able to play StickRPG here. for free of course.
- Fix the whole require weirdness and get shit working
- Set up pre-loading
- Play intro movie to the game
- Start game/level architecture
- Start creating assets/animations
- Set up travis-ci to push the build folder for all commits with tags to the gh-pages branch
- Fork and set up your all your git stuff locally
- Play with the code.
- Test with
./server.sh
in the root directory. - Create a Pull Request and repeat!
This game was originally build from 2003-2005 by XGenStudios. They built their game on the adobe flash platform for browsers. I used to play stick RPG all the time, I remember having all the coolest things, being super rich, strong successful. It was just an amazing time and I wanted to recreate that fun while learning javascript / coffeescript as well as html5 and all this other cool stuff.