Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 859 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 859 Bytes

TextGamesEngine

Engine to create text-based games / text quests.

You can use this engine to create text games.

Requirement:

Python 3.X

Installation:

git clone https://github.com/rady1337/TextGamesEngine.git
cd TextGamesEngine
python3 engine.py

Example

0--Hello, Its my first text game! next 1
1--You have to get out of the maze next 2
2--Menu next 3
3--1) Start 2) Exit if 5 4 
4--Thanks for playing!!! exit
5--1) Right 2) Left if 6 7
6--You win! next 4
7-- next 5

Instructions in the repository

rus_instruction.txt (кликабельно)

Path to the .txt file "txt/file.txt".

You can change path(path.txt)