Saegor/Roguelike
1
1
Fork
You've already forked Roguelike
0
A minimal Python roguelike engine
  • Python 100%
2026年01月05日 14:04:33 +01:00
assets Suppression de Terminus.ttf 2026年01月05日 14:04:33 +01:00
display.py Transition de la police de Terminus à Unifont. 2026年01月05日 13:22:40 +01:00
game.py Initialisation. 2025年12月30日 00:32:16 +01:00
input.py Initialisation. 2025年12月30日 00:32:16 +01:00
LICENSE Ajout de la licence GPL 3.0 2026年01月05日 07:46:02 +01:00
main.py Initialisation. 2025年12月30日 00:32:16 +01:00
menu.py Initialisation. 2025年12月30日 00:32:16 +01:00
README.md Ajout d'une icône pour le README.md 2026年01月05日 12:36:11 +01:00

A Roguelike Engine

A minimalist roguelike engine written in Python

  • SDL2 for graphics.
  • Perlin noise for procedural generation.

Dependencies

# Debian
sudo apt install python3-sdl2 python3-noise
# pip
pip install sdl2 noise

Screenshots

Screenshot 0 Screenshot 1