rogue-dash
A downloadable game
Status | In development |
Author | ccapo |
Genre | Action |
Tags | Roguelike |
Code license | MIT License |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard |
Links | Homepage |
Download
Download
rogue-dash-7drl
External
Install instructions
Requirements:
- Python 3.6+ and pip
- Windows, Linux, or MacOS X 10.9+
- On Linux, requires libsdl2-dev (2.0.5+)
Installation:
- cd rogue-dash
- python -m venv /path/to/rogue-dash/venv (Optional)
- source venv/bin/activate (Optional)
- pip install -r requirements.txt
Execute:
- python rogue-dash.py
Play:
- WASD or arrow keys to move
- ENTER key to use stairs
- ESC key or close window to quit
- DEL key to toggle fullscreen
Visit rogue-dash site for player highscores
Development log
- 2022 7DRL - Starting PointMar 08, 2022
- 2021 7DRL - SubmissionMar 15, 2021
- 2021 7DRL - Starting PointMar 05, 2021