A simple pong game built with Odin and Raylib.
See BUILD.md for build instructions.
After building, you can run the game directly from the bin/ directory:
Windows:
bin\raypong.exeLinux:
./bin/raypongSimple pong clone made using Odin Programming Language and RayLib