A single-player Batak card game written in C for the Nintendo Wii. Play against three CPU opponents through a full bidding, trump-selection, trick-taking, and scoring flow.
- Four-player table: one human player and three CPU opponents
- Bidding and trump-suit selection
- Trick-taking rules with round scoring
- Match target score of 151
- Wii Remote, GameCube controller, keyboard, and mouse input support
- SDL2-rendered interface for the Wii
| Action | Wii Remote | GameCube Controller | Keyboard |
|---|---|---|---|
| Confirm / play selected card | A | A | Enter / Space |
| Pass / back | B | B | Backspace / Esc |
| Move selection | D-pad left/right | D-pad left/right | Arrow keys or A / D |
| Change bid | 1 / 2 | L / R | 1 / 2 |
| Pause / show help | + | X | — |
| Restart round | - | — | — |
| Exit | Home | Start | — |
- C
- Nintendo Wii SDK components:
libogcandwiiuse - SDL2
The repository contains the game source code. To build it for Wii, set up a Wii homebrew development environment with the required Wii SDK and SDL2 dependencies, then integrate the source files into your preferred build setup.
This project is distributed under the GNU General Public License v3.0.