-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRead Me.txt
37 lines (24 loc) · 1.14 KB
/
Read Me.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Hello to all those who read this,
I learned python June of 2021 and had inspiration to start
this little project here.
This is just a fun side project to do when i'm free, I don't
expect it to be anywhere close to done for at least a year
if not more. For now i'm calling it RPG until I get a more
creative name for it. (It'll come in time.)
Feel free to check out the Update.txt to see when stuff was
added or being worked on.
Author: Chimera__Gaming
Co-Author: Maddie
Proof Reader: None (Yet)
Inventory Reference - David Lunt
https://stackoverflow.com/questions/32486754/i-want-to-make-an-inventory-system-for-my-game-in-python-v-3-4-3
########################
## ##
## TUTORIAL ##
## ##
########################
- Must have Python installed.
To run this game, run it from the command line by typing python rpg_game.py.
The game should display the player's stats and inventory, and prompt the player to press Enter to start the game.
The player will then navigate through different levels, fight enemies, collect items, and ultimately face the boss monster to complete the game.
Good luck and have fun!