#2d-game #game #2d

app conduit-cli-game

CLI game, which is based on the Machinarium's Glasshouse Control Box Puzzle!

1 unstable release

Uses new Rust 2024

0.1.0 Oct 11, 2025

#205 in Games

GPL-3.0 license

78KB
202 lines

conduit-cli-game

CLI game, which is based on the Machinarium's Glasshouse Control Box Puzzle :D

Install

conduit-cli-game can be installed using Rust cargo tool:

cargo install conduit-cli-game

Usage

Usage: conduit-cli-game [OPTIONS]

Options:
  -w, --map-width <MAP_WIDTH>              [default: 6]
  -d, --map-depth <MAP_DEPTH>              [default: 6]
  -o, --obstacles-count <OBSTACLES_COUNT>  [default: 1]
  -h, --help                               Print help
  -V, --version                            Print version
Note:
I got lazy while developing this game, so the obstacles spawn in absolutely random pattern,
and this could lead to the unbeatable level generations :D Good luck solving them I guess

Dependencies

~7–12MB
~245K SLoC