Language

Package: bastet @ 0.43.2

Synopsis

Antagonistic Tetris-style falling brick game for text terminals

Description

Bastet (short for Bastard Tetris) is a simple ncurses-based falling brick game. Unlike normal Tetris, Bastet does not choose the next brick at random. Instead, it uses a special algorithm to choose the worst brick possible.

Playing bastet can be a painful experience, especially if you usually make canyons and wait for the long I-shaped block to clear four rows at a time.

Home page
https://fph.altervista.org/prog/bastet.html
Location
gnu/packages/games.scm (line: 495, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?