Simple Pong Game built using Odin and RayLib.
Head over to the releases tab to download and play the game!
Note
Running the executable currently only supports Linux due to Odin not having Windows or Mac cross compilation yet.
- W and S to move the left paddle up and down.
- Up and Down arrows to move the right paddle up and down.
- Press Space to start the game!
If you want to build this project yourself (or run it if you're not on Linux), you'll need the latest version of Odin. You can find install instructions here: Install.
Once Odin is installed, clone the repo using git clone. Once cloned, use odin run . to run the program or odin build . to build the executable.