This repository contains a simple implementation of the classic Pong game using the Odin programming language.
- Player vs simple AI Pong game.
- Player 1 controls: W (Up), S (Down).
Make sure you have Odin installed on your machine. You can find the Odin programming language at odin-lang.org.
-
Clone the repository:
git clone https://github.com/your-username/pong-odin.git
-
Build:
odin build . -
Run .exe file
