Skip to content

fungamer2-2/VeraDungeon-Rogue

Repository files navigation

VeraDungeon Rogue

GitHub commit activity GitHub last commit GitHub code size in bytes

A terminal-based CLI roguelike game in Python

Discord Server: https://discord.gg/dKRGTgxT65

Current version: 0.5
(Note: This is currently a work in progress)

image

How to run the game

  • Install Python from https://www.python.org/
    (Note: Must have at least Python 3.8)

  • Download the repository, extract the zip file, then run the command python3 roguelike.py

The game controls can be found in the game.

Gameplay

Your goal is to fight the monsters in a randomly generated dungeon. Move into a monster to attack.
Monsters will start off unaware of you, but depending on the result of a stealth check, there is a chance they will notice you.
Monsters who don't yet notice you will have a white background. If you manage to attack an unaware monster, you may be able to make a sneak attack to deal bonus damage. There are also various potions that you can use to help you.
There is no end goal at the moment, right now, it's just "see how long you can survive." I may consider eventually adding an end goal in the future.

Releases

No releases published

Packages

No packages published

Languages