hayaa

Conway's Game of Life implemented in Nim

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install hayaa
choosenim install hayaa
git clone https://github.com/angus-lherrou/hayaa

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
hayaa - - - - - - -

Source

Repository https://github.com/angus-lherrou/hayaa
Homepage https://github.com/angus-lherrou/hayaa
Registry Source nimble_official

README

Hayaa 0.3.0

hayaa is a terminal implementation of Conway's Game of Life.

The name "Hayaa" comes from the Arabic word الحياة al-Ḥayaa, meaning "life".

Install with Nimble

To install Hayaa, run nimble install hayaa.

Notes

  • This isn't truly Conway's game, as there are edges to the board (your terminal's borders).
  • Note that the console input seems to miss quite a few keystrokes on Windows. I'm not sure why yet.
  • I wrote this to try out Nim. It is by no means idiomatic Nim.