/pong

simple pong in raylib

Primary LanguageOdin

pong

Basic pong game made to learn some Raylib. Written while following this tutorial.

Image of the pong game running

Running

This has only been tested on Windows and Arch Linux, but should also work on other platforms. However, the build scripts written with just only work on Windows.

Make sure just and Odin are installed.

Then clone and run using:

git clone https://github.com/pes18fan/pong.git
cd pong
just

If you don't have just or are not on Windows, then run it straight from Odin:

odin run pong/ # From the repo's root dir