Unnamed rogue-like (in development)
A downloadable prototype for Windows, macOS, and Linux
I have not freezed this app , you need Python 3 to run it
Run it using python. I have made a bash (for *nix) and a batch (for Windows) to run it
Heavily in development, not fun to play
Features:
- Terrain generation
- Ascii 12x12 tileset
- Town
Status | Prototype |
Platforms | Windows, macOS, Linux |
Author | FranchuFranchu |
Genre | Adventure |
Made with | pygame |
Tags | 2D, ascii, Open Source, Open World, pygame, python, rogue, rogue-like, Roguelike |
Code license | MIT License |
Average session | A few minutes |
Inputs | Keyboard |
Accessibility | Textless |
Links | Source code |
Download
Download
rogue-python-universal (Python source code) .zip 195 kB
Version 5 Sep 20, 2019
Install instructions
- Have Python and pip installed
- Download the source code
- Unzip it
- Open the source code directory in a terminal
- pip install -r requirements.txt
- python main.py