Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)