ARKANOID/ │ ├── assets/ # Textures, sounds, icon ├── include/ # Public headers │ ├── Ball.h │ ├── Block.h │ ├── Game.h │ ├── Infra.h │ ├── Paddle.h │ └── Types.h │ ├── src/ # Source files ...
Golang bindings for raylib, a simple and easy-to-use library to enjoy videogames programming. raylib C source code is included and compiled together with bindings. Note that the first build can take a ...