mafranks / asciiRPG

Text based RPG for fun
0 stars 0 forks source link

asciiRPG

This is a text based adventure I'm making for fun after getting some inspiration from Ork Slayer Gamedev (Check him out, super under rated channel). I've always been a big fan of the old style, turn based RPG. Since I'm not currently skilled in any artistic sense, I decided to make my game text based only. Maybe some day I'll get around to making a graphical intereface.

You move around the game with W,S,A,D and try to level up high enough to figure out how to win the game (I'll give more hints once the story is actually written!)

There is an item shop available to purchase items and a magic shop to purchase spells.

This is still very much a work in progress. I'm working on it as I have free time. Please let me know if you find any bugs!

To run the game, install the requirments and then use the main.py file.

python3 -m pip install -r requirements.txt

python3 main.py

NOTE: Python 3.10 is required for this game. Wanted to try out the new Structural Pattern Matching.

Gameplay

Navigate the map to discover new places

image

Encounter enemies along the way

image

Level up as you gain XP

image