This is a puzzle game made for fun in free time.
You move the numbers to the empty space using the directional keys.
To win you should arrange the numbers in a sequence like the following:
+----+----+----+----+
| 1 | 2 | 3 | 4 |
+----+----+----+----+
| 5 | 6 | 7 | 8 |
+----+----+----+----+
| 9 | 10 | 11 | 12 |
+----+----+----+----+
| 13 | 14 | 15 | |
+----+----+----+----+This game was made in python using the termios library, not avaliable on Windows 🤔
Use python to fire the game.py file:
python game.py