den01-btec-2020 / text-based-adventure-Scott3142

text-based-adventure-game-Scott3142 created by GitHub Classroom
0 stars 0 forks source link

Work in Repl.it

Text-Based Adventure Game

This repository contains the code files for a simple text-based adventure game in Python.

About this repository

The structure of this repository is as follows:

.
+-- README.md
+-- src
|   +-- main.py
+-- docs
|   +-- README.md

Installation

There is no explicit installation required. All you need is a way of running Python code. This could be via a local development environment or via some browser-based software such as Repl.it.

Execution

The game can be played by executing the command python src/main.py.

Requirements

The gameplay should, as closely as possible, satisfy the following requirements:

Contact

If you have questions about or issues with this repository, please head to the Github issues board to discuss.

License

This code is published under the MIT license, allowing all of the associated freedoms permitted. This repository, the pull requests and issues are all used only for teaching purposes, so please feel free to use for your own means as much as is allowed under the MIT license.