TextAdventure/README.md
Jonas Hinterdorfer 98a1b55742
Update README.md
2025-06-16 20:26:13 +02:00

33 lines
700 B
Markdown

# SkyNet: The Wings of Deception
A text adventure game written in GNU Prolog by Jonas Hinterdorfer and Zsombor Matyas.
---
## How to Start the Game
1. **Install GNU Prolog**
Download and install from:
[http://www.gprolog.org/#download](http://www.gprolog.org/#download)
2. **Clone the Repository**
```bash
git clone https://github.com/JonasHinterdorfer/TextAdventure.git
cd TextAdventure
```
3. **Start the prolog interpreter**
```bash
gprolog --consult-file adventure.pl
```
The game should start automatically.
---
## How to Play
For available commands, see [howtoplay.md](howtoplay.md).
If you get stuck, refer to the [walkthrough.md](walkthrough.md).