katas
Some checks failed
Deploy Arise to html branch / Deploy Arise (push) Has been cancelled

This commit is contained in:
Jose Falanga 2025-09-08 19:26:00 -03:00
parent 4d7c96788d
commit 480d8d1344
10 changed files with 60 additions and 64 deletions

View file

@ -0,0 +1,23 @@
<!-- BEGIN ARISE ------------------------------
Title:: "Conway's Kata"
Author:: "Jose Falanga"
Description:: "Kata to try different programming paradigms"
Language:: "en"
Thumbnail:: "kanagawa.jpg"
Published Date:: "2025-09-08"
Modified Date:: "2022-09-08"
content_header:: "false"
rss_hide:: "true"
---- END ARISE \\ DO NOT MODIFY THIS LINE ---->
# Conway's Kata
This is an exercise on programming paradigms, implement the rules using as many programming paradigms as you know. Personally I recommend testing OOP and ECS.
## Rules of Conway's Game of Life
- A living cell with less than two neighbors: Dies
- A living cell with two or three neighbors: Survives
- A living cell with more than three neighbors: Dies
- A dead cell with exactly three neighbors: Becomes alive

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 KiB