Better rot.js roguelike using Webpack and Babel
https://danieldan0.github.io/dung
- Clone this repository
- Open this repository in command line
- Run
npm installoryarn install
- Run
npm run startoryarn run start - Open http://localhost:3000/ in your browser
- Play game!
Install and use this app properly.
Remember to test your code.
Build game by running npm run build or yarn run build in command line(repository should be opened).
Deploy game to https://danieldan0.github.io/dung by running yarn run deploy in command line.
28.05.2017
- Demo created
(... - 17.06.2017)
- Many changes:
- Dungeon generation
- Teleportation
- Many bugfixes
18.06.2017
- Added digging! Now you can dig walls.
(... - 23.06.2017)
- This roguelike has been rewritten.
- Removed teleportation :(
- Added enemy
- Added fungi
24.06.2017
- Added simple combat system
- Added fungi growing
- Added fungi aging
25.06.2017
- Added more advanced combat system
- Added basic UI
- Added message system
- Added doors