This project is a text-based story game, and was developed in a team that I led as Team Leader.
In this game, you are playing the role of the Detective, and your mission is to uncover the mysteries behind a shocking murder. You must travel through time and make game-breaking decisions on what actions you should take next. As you progress through the game, you will collect evidence and gain stats, all of which will be of importance in the outcome of the game's final scene. Make sure you take your time to read through and enjoy the suspenseful and engaging storyline!
Backend Repo: https://github.com/christianaao/text-game-project/
This project was written in Python. There is no frontend or API server for this project (but maybe in the future).
This project was created as part of a team project, where I led its development as Team Leader. This project was created through project management, plamnning and Agile workflow.
In order to run this game locally:
-
Clone or fork this repo.
-
In your terminal, locate the directory you would like to save the code to and type
git clone
followed by the cloned/forked repo link. -
To run the game, type
python3 TTMM-PYTHON-GAME.py
in the terminal.
☺ I hope you enjoy playing the game ☺
Python version: Python3 version Python 3.10.12 or higher required