Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kierancoppins/dungeon-salvos
My first ever game written in Python
https://github.com/kierancoppins/dungeon-salvos
ascii game python3 roguelike rpg-game
Last synced: about 1 month ago
JSON representation
My first ever game written in Python
- Host: GitHub
- URL: https://github.com/kierancoppins/dungeon-salvos
- Owner: KieranCoppins
- Created: 2020-02-04T20:26:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T18:27:10.000Z (over 2 years ago)
- Last Synced: 2023-08-15T21:40:01.473Z (over 1 year ago)
- Topics: ascii, game, python3, roguelike, rpg-game
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dungeon-Salvos
My first ever game, written in Python 3Hi, Thank you for downloading my game!
How to launch the game:
Make sure you have Python3 Installed on your computer
Execute "Dungeon_Crawler.py"How to play the game:
Focus on the game window (click on it)
Move with arrow keys
Navigate up and down the inventory with: '[', ']'
Backspace to destroy selected item
Return(Enter) to equip / use selected item
Spacebar to skip current turnKey:
@ - Player
O, E, Z, G - Enemies (Orcs, Dark Elf, Zombie, Frail Goblin)
? - Weapon
! - Armour
* - Consumeable
. - Floor
# - Wall
>- Stairs to next levelTop right screen is the player's stats (Health, Damage, Armour, Current Equiptment)
Middle right screen is the player's inventory
Bottle screen is the console, updates the player on what hand to equipt a weapon on if both hands are taken up and updates combat events
Main screen is the world which contains all the ASCII characters of the worldPlease do enjoy my game, if you have any feedback for me do contact me:
[email protected]If you happen to spread my game do be sure to credit me and include this README file.
Be sure to check out my portfolio where I will be uploading my other projects:
https://www.kierancoppins.comMany Thanks!
Kieran Coppins