https://github.com/lemonyte/mla-terminal
A recreation of the terminal interface from the video game The Talos Principle.
https://github.com/lemonyte/mla-terminal
cli console csharp game mla talos-principle terminal
Last synced: 5 months ago
JSON representation
A recreation of the terminal interface from the video game The Talos Principle.
- Host: GitHub
- URL: https://github.com/lemonyte/mla-terminal
- Owner: lemonyte
- License: mit
- Created: 2021-03-04T23:15:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T21:42:07.000Z (over 3 years ago)
- Last Synced: 2025-03-03T00:32:22.214Z (over 1 year ago)
- Topics: cli, console, csharp, game, mla, talos-principle, terminal
- Language: C#
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# MLA Terminal
A recreation of the terminal interface from the video game [The Talos Principle](https://en.wikipedia.org/wiki/The_Talos_Principle).
## Installation
Download the project folder as a ZIP archive from this GitHub page and unzip the contents into any folder on your Windows PC.
## Usage
### Running The Program
Open the project folder and double click the shortcut named `MLA Terminal`.
### Commands
#### `help`
Returns a list of basic commands.
#### `list`
The word `list` followed by the directory you want to view.
If no directory is specified it will list the root `resources` directory.
#### `open`
The word `open` followed by the text file you want to view.
If no file is specified it will return `Unknown directory.`
### More Commands and "Secret" Commands
#### `screensaver`
Play the "Eye" screensaver until interrupted by a keypress.
#### `crash`
Show the "Blue Screen of Death" easter egg until interrupted by a keypress.
#### `/transcend`
Start the "Tower" ending sequence from the game.
#### `/eternalize`
Start the "Gates of Eternity" ending sequence from the game.
#### `/messenger`
Start the "Messenger" ending sequence from the game.
### Full Command List
```test
help
list
open
exit [force]
run
mla
screensaver
crash
admin
device_manager
access_comm_portal
debug
/eternalize
/transcend
/messenger
/banish
```