Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 :)

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)