# 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).