o
odin.langpkg.dev
packages / app / odin-pong

odin-pong

a3c0220app

Simple Pong game using Odin + Raylib

No license · updated 9 months ago

🏓 Pong Game

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.

Installation

  1. Pull down the repo
  2. Make sure you have Odin installed (you don't need to install Raylib separately—it's already packed into Odin!)
  3. Run the following command: odin run pong.odin -file

Controls

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.