-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
17 lines (12 loc) · 711 Bytes
/
Copy pathREADME
File metadata and controls
17 lines (12 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Stax is a classic-style falling block puzzle game where the player aligns
randomly generated pieces to complete rows and earn points. The game controls
almost entirely with the keyboard D-Pad.
- Up to rotate the piece
- Left and Right to shift the piece
- Down to double the falling speed
The player can use Esc or Ctrl-C to quit the game at any time.
The game makes use of the SDL2 and SDL2_ttf libraries both made available by
libsdl.org under the zlib license. It also makes use of Monogram available at
https://itch.io/t/214662/monogram-a-free-monospace-pixel-font licensed CC0.
The game itself is licensed under the GNU GPLv3, see LICENSE for the full text
and is provided as-is and without warranty.