TheTerminal
TheTerminal copied to clipboard
💻 A cooperative hacking game, and an entry into GitHub's November 2016 game-off game jam
The Terminal
An entry into the Github 2016 Game-Off game jam, The Terminal is a cooperative hacking game in the style of Keep Talking and Nobody Explodes.
The aim of the game is to hack into a computer terminal by following the instructions in the hacking manual, before the system locks you out.
Only one player can see and interact with the computer, but is not allowed to view the hacking manual. The other players can view the manual, but are not allowed to see the computer. The two groups must communicate with each other in order to gain access before timer runs out.
Setup
From the source (all platforms)
- Install python3 and the pygame module.
- Clone the repository: git clone https://github.com/juzley/theterminal
- Change into the directory containing the repository.
- Launch the game: python3 ggo16.py
- The manual can be found in the docs dir of the repository (docs/manual.html), or at http://juzley.github.io/TheTerminal/manual.html
Pre-built binary (windows only)
- Download a pre-built archive from the github releases page.
- Extract the files from the archive and launch theterminal.exe.
- The manual can be found in the docs dir of the archive (docs/manual.html), or at http://juzley.github.io/TheTerminal/manual.html