Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Dungeon-Salvos
My first ever game, written in Python 3

Hi, 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 turn

Key:
@ - Player
O, E, Z, G - Enemies (Orcs, Dark Elf, Zombie, Frail Goblin)
? - Weapon
! - Armour
* - Consumeable
. - Floor
# - Wall
>- Stairs to next level

Top 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 world

Please 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.com

Many Thanks!
Kieran Coppins