game-of-death

antagonistic game of life  https://xi.github.io/game-of-death/
git clone https://git.ce9e.org/game-of-death.git

commit
4afc82bc120b7730504ae84e79049a1ac4c9b548
parent
8ff048e20403d9b257e74723762c7b4465218530
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-01-02 10:31
fix EOL

Diffstat

M src/constants.js 3 +--

1 files changed, 1 insertions, 2 deletions


diff --git a/src/constants.js b/src/constants.js

@@ -8,4 +8,4 @@ export const playerCount = 5;
    8     8 export const height = 40;
    9     9 export const width = 60;
   10    10 
   11    -1 export const playTimeout = 200
   11    -1 
\ No newline at end of file
   -1    11 export const playTimeout = 200;