mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-12 07:40:50 -08:00
Added MiniScript version of 55_Life.
This commit is contained in:
@@ -37,4 +37,11 @@ http://www.vintage-basic.net/games.html
|
||||
|
||||
#### Porting Notes
|
||||
|
||||
- To make sense of the code, it's important to understand what the values in the A(X,Y) array mean:
|
||||
- 0: dead cell
|
||||
- 1: live cell
|
||||
- 2: currently live, but dead next cycle
|
||||
- 3: currently dead, but alive next cycle
|
||||
|
||||
|
||||
(please note any difficulties or challenges in porting here)
|
||||
|
||||
Reference in New Issue
Block a user