Really cool i guess.
Just run:
python3 main.py patternName
The current patterns are:
random
- just random position for alive cellsglider
- a siple glider that traveloline
- a diagonal line across the screensquare
- a square..line
- an horizontal line across the screenbar
- an horizontal 3x1 line in the centercross
- a two diagonal lines forming a crosscreate
- set a green cursor and blanck grid to create what you want: move with h,j,k,l draw with i
- Cell alive touching border problem