Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurushimee/rogue-dungeon
A PyGame project for Yandex Lyceum
https://github.com/kurushimee/rogue-dungeon
Last synced: about 1 month ago
JSON representation
A PyGame project for Yandex Lyceum
- Host: GitHub
- URL: https://github.com/kurushimee/rogue-dungeon
- Owner: kurushimee
- License: mit
- Created: 2022-12-28T13:18:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T12:26:18.000Z (over 1 year ago)
- Last Synced: 2024-03-01T14:54:46.071Z (10 months ago)
- Language: Python
- 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)