A downloadable game

A simple, light-weight, offline game for the linux terminal that involves putting shapes in a box to complete (and thus clear) lines. The game is lost when a shape cannot be placed, and won if the whole board is cleared, although this is rare and the main objective is to survive as long as possible. A version where filling the board instead of clearing is the goal it is also available. 

Many customization options are included, from colors and shapes used to coordinate formatting and level of animation.

This game is fully a command line interface, all input from the user is typed, and the game board is rendered with escape sequences.

Download

Download
shapes-game.zip 165 kB

Install instructions

This will download a zip file containing source code and a README with instructions as to how to install necessary dependencies, compile, and run the game, also outlined below. It also contains information about more advanced configurations through the settings files. You should unzip the file, perhaps using unzip or some such utility.

Dependencies

to run: libsodium

you also need make and gcc to compile the code. Here are the commands to run for a few different distros:

on fedora: sudo dnf install make gcc libsodium-devel

on arch (with pacman): sudo pacman -S make gcc libsodium

on debian: sudo apt install make gcc libsodium-dev

compilation and running

compile: make && sudo chmod +x game (compile code and set permissions for game to allow execution)

run: ./game

Leave a comment

Log in with itch.io to leave a comment.