https://github.com/ricott1/asterion
Find your way out of a dangeroussh labyrinth
https://github.com/ricott1/asterion
games labyrinth maze-game tui
Last synced: about 1 month ago
JSON representation
Find your way out of a dangeroussh labyrinth
- Host: GitHub
- URL: https://github.com/ricott1/asterion
- Owner: ricott1
- License: gpl-3.0
- Created: 2025-01-14T16:42:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-01T14:23:36.000Z (about 1 month ago)
- Last Synced: 2026-02-01T23:38:11.295Z (about 1 month ago)
- Topics: games, labyrinth, maze-game, tui
- Language: Rust
- Homepage: https://crates.io/crates/asterion
- Size: 190 KB
- Stars: 61
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - asterion - Find your way through an inifinite maze in this multiplayer ssh game. Beware of the minotaurs! (<a name="games"></a>Games)
- awesome-cli-apps - asterion - Find your way through an inifinite maze in this multiplayer ssh game. Beware of the minotaurs! (<a name="games"></a>Games)
README
# Asterion
https://github.com/user-attachments/assets/0f9846ec-3279-40d4-b648-52fa00810ee3
Find your way through an inifinite maze in this multiplayer ssh game. Beware of the minotaurs!
## Just try it out!
Connect via SSH to try the game.
```
ssh frittura.org -p 2020
```
## Installation
### Build
You need to have the [rust toolchain](https://www.rust-lang.org/tools/install). Then you can clone the repo and build the game with
`cargo build --release`
### With cargo
`cargo install asterion`
### Binaries
Download the binaries from the latest release.
## Run
Just run the binary to start the server. The port can be specified with the `-p ` flag.