A recreation of the classic arcade game Pac-Xon, built with C and Raylib.
Make sure the following are installed:
- raylib
- A C compiler (like gcc)
then run:
bash build.bashOr download the pre-built version from itch.io here.
install
- raylib
- A C compiler then compile using your preferred method..
- Raylib
- C
- use the arrow keys to move the player
- fill empty space by drawing trails between the borders
- avoid the moving balls
- fill enough of the board to complete the level
Fork it, create your feature branch, commit your changes, push to the branch, create a new pull request.