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: 4 months ago
JSON representation

Break out game in odin :)

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 git@github.com:hexaredecimal/odinout.git
$ cd odinout
$ odin build .
$ ./odinout
```

## Screenshots
![gameplay](./assets/odinout.png)
![gameover](./assets/odinout_over.png)