https://github.com/tsoding/ada-gol
Simple Game of Life implementation in Ada.
https://github.com/tsoding/ada-gol
Last synced: 3 months ago
JSON representation
Simple Game of Life implementation in Ada.
- Host: GitHub
- URL: https://github.com/tsoding/ada-gol
- Owner: tsoding
- License: mit
- Created: 2021-01-24T12:03:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T12:12:07.000Z (almost 5 years ago)
- Last Synced: 2025-04-29T12:59:32.112Z (8 months ago)
- Language: Ada
- Size: 10.7 KB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game of Life in [Ada](https://www.adaic.org/)

Simple Game of Life implementation in Ada.
## Quick Code
Install [GNAT](https://www.adacore.com/download) first.
```console
$ gnatmake -gnatwa gol.adb
$ ./gol
```
## Screencast
| Thumbnail | Link |
| --- | --- |
| [](https://www.youtube.com/watch?v=qJAuyoDt03A) | [Game of Life in Ada](https://www.youtube.com/watch?v=qJAuyoDt03A) |