/pongwars-raylib

Pong Wars implemented in C with Raylib

Primary LanguageCMIT LicenseMIT

Pong Wars

Inspired by @vnglst's Mastodon Post and Java Script Version.

Dependencies

raylib

Compiling to HTML5/WASM

The makefile includes a compilation rule for html5/wasm, but before that'll work you'll probably need to

  1. Follow raylibs instructions to set up our environment for compilation with emscripten.
  2. Modify the paths to raylib and emscripten.sh in the makefile to fit your environment.

A working Version can be seen on my blog https://www.repetitions.de/posts/pong-wars/

TODOs

  • prevent balls from getting stuck sometimes.