https://github.com/kurushimee/rogue-dungeon
A simple PyGame 2D dungeon
https://github.com/kurushimee/rogue-dungeon
Last synced: 2 months ago
JSON representation
A simple PyGame 2D dungeon
- Host: GitHub
- URL: https://github.com/kurushimee/rogue-dungeon
- Owner: kurushimee
- License: mit
- Created: 2022-12-28T13:18:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T12:26:18.000Z (about 2 years ago)
- Last Synced: 2025-01-04T06:15:30.651Z (4 months ago)
- Language: Python
- Homepage:
- Size: 7.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rogue Dungeon
## Description
A roguelike game built in Python with pygame implementing ECS via [esper](https://github.com/benmoran56/esper).https://user-images.githubusercontent.com/81345597/230377159-882af9a0-d583-4c3b-bebb-964964e1c5c5.mp4
## Controls
- **Arrow keys** - movement
- **F** - interact
- **E** - attack## Used technologies
- [pygame](https://www.pygame.org/)
- [esper](https://github.com/benmoran56/esper)