In this game you have to cover the grid with pentominoes. It is inspired by http://oeis.org/A214294.
It is written in Python 2.x using Tkinter as GUI toolkit. The game structure is very flexible: you can "easily" code different polyominos (but for the moment you must specify the coordinates of every cell, for every rotation).
You can find Tkinter in the python-tk
package on ubuntu-like systems.
To install it, type:
sudo apt-get install python-tk
To launch the game, type:
python game.py
- Restart the game: "R" key
- Rotate pentomino: left/right arrow keys (or Mousewheel scroll)
- Remove the last pentomino inserted: Backspace key
- Select a pentomino to be removed: Spacebar key