Rungeon is an open source puzzle game for the browser that challenges players to use their wits to escape from a variety of themed stages. With a constant flow of new stages being developed, there's always something fresh and exciting for players to explore.
git clone https://github.com/yourUsername/rungeon.git
- Move into the new folder
cd rungeon
-
Install "Live Server" extension
-
Go live from the bottom of the window
-
Go to
http://localhost:5500
in your browser
- Install Node.js
- Install http-server
npm install http-server -g
- Run the server
http-server
Refer to the contributing file for a beginner-friendly guide on how you can contribute.
- Suggest changes to existing code
- Improve upon the site
- Add new stages
- Create and solve issues
- Share the repo
- Rework stages to be contributing friendly
- Add achievements
- Easter Eggs
- Multi-language support
See the open issues for a full list of proposed features (and known issues).
This content is licensed under the GNU Public GPL-3.0 license