Skip to content

Releases: Ganners/mental-gymnastics

Initial release

09 Nov 23:36
Compare
Choose a tag to compare

Contains a python package of the game with:

  • Multiplication
  • Doomsday (day of the week)

Simply launch with mental-gymnastics -r 3 (r or --required specified the number of wins required to complete the game).

Quite useful in a .bashrc or .zshrc pointing to this. Example for those who use tmux:

Download the file and move it to somewhere in your path, e.g.:

mv mental-gymnastics /usr/local/bin/
chmod +x /usr/local/bin/mental-gymnastics

if [ "$TMUX" ]; then
    mental-gymnastics -r 3
fi