Go to file
Jonas Hinterdorfer 5c391d8105
All checks were successful
Build, Publish Docker Image, and Deploy to Kubernetes / build_and_push (push) Successful in 5s
Build, Publish Docker Image, and Deploy to Kubernetes / deploy_to_k8s (push) Successful in 13s
Update adventure.pl
2025-06-16 20:29:41 +02:00
.gitea/workflows
game_assets
.gitignore
adventure.pl Update adventure.pl 2025-06-16 20:29:41 +02:00
Dockerfile
howtoplay.md Add files via upload 2025-06-16 20:28:09 +02:00
index.html
LICENSE
README.md
walkthrough.md Add files via upload 2025-06-16 20:28:09 +02:00

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

  2. Clone the Repository

    git clone https://github.com/JonasHinterdorfer/TextAdventure.git
    cd TextAdventure
    
  3. Start the prolog interpreter

    gprolog --consult-file adventure.pl
    

    The game should start automatically.


How to Play

For available commands, see howtoplay.md.

If you get stuck, refer to the walkthrough.md.