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

https://github.com/doccaico/conway-raylib-mingw64

Conway's Game of Life using w64devkit and raylib
https://github.com/doccaico/conway-raylib-mingw64

Last synced: 8 months ago
JSON representation

Conway's Game of Life using w64devkit and raylib

Awesome Lists containing this project

README

          

## Dev Info
- OS: Windows 11
- Compiler: GCC([w64devkit](https://github.com/skeeto/w64devkit))
- Library: [raylib 5.0](https://github.com/raysan5/raylib)

## Build

### Debug
```sh
$ ./make.sh debug
```
### Release
```sh
$ ./make.sh release
```