https://github.com/werserk/typicaldungeon
RPG Dungeon. My favorite project in yandex lyceum
https://github.com/werserk/typicaldungeon
game pygame rpg yandex-lyceum
Last synced: 3 months ago
JSON representation
RPG Dungeon. My favorite project in yandex lyceum
- Host: GitHub
- URL: https://github.com/werserk/typicaldungeon
- Owner: werserk
- Created: 2021-09-01T21:17:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T10:30:30.000Z (over 3 years ago)
- Last Synced: 2025-01-14T03:13:15.718Z (4 months ago)
- Topics: game, pygame, rpg, yandex-lyceum
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typical Dungeon
## Overview
Yandex.Lyceum game project## Links
You can download all files together from this link: https://yadi.sk/d/3yebhVM8XhuslQ
Or download only data: https://yadi.sk/d/E5O0kjTorOa2yw## About game
### Creatures
[SPEED] - the higher speed, the faster it can start attacking.[HP] - health points that have creature.
[DMG] - damage that deal creature with attack.
[LVL] - as the level increases, the stats will grow.
[EXP] - experience that have your creature. After certain amount of experience LVL will increase.
### Dungeon
- On each floor of the dungeon (dimension)
you will have a certain number of creatures
waiting for you to defeat
- When a creature accumulates a certain amount of energy it can attack
(the accumulation rate is the attack speed aka SPEED)
[Attack] - your creatures is ready -> click on wild creature to attack### Shop
- By an essence of soul to get a creatureCheck your luck and collect all creatures!