Simple Pong game made with the Odin language and Raylib
Will be updating this whenever I feel like it as I dig into this language.
- Pull down the repo
- Make sure you have Odin installed (you don't need to install Raylib separately—it's already packed into Odin!)
- Run the following command:
odin run pong.odin -file
Use the UP and DOWN arrow keys to control the player paddle. Press SPACE with good timing as the ball hits your paddle to boost the ball.
Currently the game goes on forever with no end state, extra levels, or any exquisite AI.