SkillAgentSearch skills...

Snake

A terminal interface for Snake

Install / Use

/learn @samtay/Snake
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

snake Build Status

A terminal interface for Snake. This is kind of a toy program, written as a demonstration of the brick library.

<p align="center"> <img src="./docs/img/example.gif"/> </p>

It is part of my Introduction to Brick tutorial. Feel free to leave issues here or on samtay/samtay.github.io if you spot any issues or want to leave feedback.

installation

Installation on MacOS can be accomplished via homebrew:

brew install samtay/tui/snake

Arch Linux users can install from the AUR:

yay -S snake-terminal-git # or yaourt -S snake-terminal-git, etc.

Others can install from source with stack:

git clone https://github.com/samtay/snake.git
cd snake
stack install snake

If you are on Debian and want to install via package manager, feel free to open an issue and I'll try to get around to it.

playing the game

After launching the game, press any of the arrow keys or the letters 'k', 'j', 'l', or 'h' to start the game.

View on GitHub
GitHub Stars62
CategoryDevelopment
Updated9mo ago
Forks20

Languages

Haskell

Security Score

77/100

Audited on Jun 10, 2025

No findings