Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexaredecimal/pongdin
Break out game in odin :)
https://github.com/hexaredecimal/pongdin
Last synced: 9 days ago
JSON representation
Break out game in odin :)
- Host: GitHub
- URL: https://github.com/hexaredecimal/pongdin
- Owner: hexaredecimal
- Created: 2024-11-06T14:44:22.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T14:31:19.000Z (3 months ago)
- Last Synced: 2024-11-09T15:28:13.435Z (3 months ago)
- Language: Odin
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PONGDIN
>> PONG game in odin lang## Why?
1. First time using odin, so to learn
2. Learning how to use raylib in odin## Requirements
- Odin lang compiler## Compiling
```sh
$ git clone [email protected]:hexaredecimal/odinout.git
$ cd odinout
$ odin build .
$ ./odinout
```## Screenshots
![gameplay](./assets/odinout.png)
![gameover](./assets/odinout_over.png)