BOING - Port of python game to C3

March 31, 2025 ยท View on GitHub

Tested on MacOS 15.0.

Code-the-Classics

Assets from the book, Code the Classics https://magpi.raspberrypi.com/books/code-the-classics1

Game Menu Game Ingame

Running the examples

You can check out the examples with:

  1. Install the C3 compiler
  2. Open a command prompt in the directory of the cloned repository
  3. c3c vendor-fetch raylib55
  4. c3c run

vendor-fetch fails

On the occasion the c3c vender-fetch fails, you can manually download vendor repository. The files in this repository have been checked to work with the vendor files in the forked repository.

  1. Manually download the modules from Forked Vendor Repository
  2. copy or create symbolic link vendor/libraries/raylib55.cl folder to the contents of lib folder