Skip to content

Commit 6794d4c

Browse files
committed
Add: TextVenture - A text based terminal game
1 parent 8738e9b commit 6794d4c

File tree

3 files changed

+664
-0
lines changed

3 files changed

+664
-0
lines changed

TEXTVENTURE/Assets/TextVenture.gif

351 KB
Loading

TEXTVENTURE/README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
![Star Badge](https://img.shields.io/static/v1?label=%F0%9F%8C%9F&message=If%20Useful&style=style=flat&color=BC4E99)
2+
![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)
3+
4+
# TextVenture
5+
---
6+
7+
## 🛠 Description
8+
TextVenture is a short for Text Adventure. It is a game where you can play as a character and explore a world.
9+
10+
## ⚙️ Language or Framework Used
11+
Required modules are `os`, `sys`, and `time`.
12+
13+
## ▶️ How to Play
14+
To play the game, you need to type in the commands in the terminal.
15+
There is help section on the main menu for more information.
16+
17+
## ⭐ How to Run
18+
Just head over to the directory where the game is located and type `python3 textventure.py`.
19+
20+
## 💻 Demo
21+
[Demo](https://i.imgur.com/kdTI6C5.gifv)
22+
<img align="right" width="960" height="540" src="https://i.imgur.com/kdTI6C5.gif">
23+
24+
## 🙋🏻 Author
25+
<a href="https://github.com/RAOexe">RAO.exe

0 commit comments

Comments
 (0)