o
odin.langpkg.dev
packages / app / pong_game

pong_game

v0.1.0app

Pong Game

No license · updated 2 years ago

Pong!

Simple Pong Game

Simple Pong Game built using Odin and RayLib.

How to play:

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.

Controls:

  • 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!

How to build:

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.