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

https://github.com/doccaico/conway-terminal-odin

Conway's Game Of Life written in Odinlang
https://github.com/doccaico/conway-terminal-odin

odin

Last synced: 4 months ago
JSON representation

Conway's Game Of Life written in Odinlang

Awesome Lists containing this project

README

          

## Dev Info
- OS: Windows 11
- Compiler: odin(dev-2024-03-nightly:e68d3c8bb)

## Build

### Debug
```bat
$ .\make.cmd debug
```
### Release
```bat
$ .\make.sh release
```

## Build and Run

### Debug
```bat
$ .\make.cmd debug-run
```
### Release
```bat
$ .\make.sh release-run
```