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
- Host: GitHub
- URL: https://github.com/doccaico/conway-raylib-mingw64
- Owner: doccaico
- Created: 2024-03-10T08:14:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T04:12:47.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T11:38:22.924Z (over 1 year ago)
- Language: C
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```