BreakoutRPG is an adventure RPG game where the combat is decided by playing breakout. Level up and raise your character stats, kill skeletons and loot awesome weapons, and fight through unique dungeons.
TODO (so far, more will be added):
- Finish map, so it is a smooth experience to walk through, with no collisions.
- Work on the Breakout mechanics: come up with combos and maybe a way to preset the way the bricks are layed out.
- Loot and inventory system.
- Pointer support for touch.
- Use IPFS and blockchain for some stuff
We need Node.js to install and run scripts.
Run next commands in your terminal:
Command | Description |
---|---|
npm install |
Install dependencies and launch browser with examples. |
npm start |
Launch browser to show the examples. Press Ctrl + c to kill http-server process. |
======= |