A jewels matching game for the Unix terminal.
- Single player mode
- Levels (infinite mode)
- Scoring
- Color
- Magic jewel
- NO_COLOR
- Configuration menu
- Hi-score table
- Flash columns mode
- 2 player vs. mode
- Computer vs. mode
- Internet vs. mode
- A.I. vs. mode
key | actions |
---|---|
→ | move piece right |
← | move piece left |
↓ | move piece down (accelerate) |
↑ a | rotate jewels upwards |
z | rotate jewels downwards |
make
gcc
ncurses-devel
For debugging:
- libasan
- libubsan
Run make
.
Run ./build/tinycols -h
for usage information.
Run make test && ./build/test
.