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
3b2a5c7290dec66ca1c046c42cd8907a02b91f27
parent
e6273ecfc8bdb6fdb3d924794fcc6779dcd2e375
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-11-01 13:24
display tileLimit for scenarios

Diffstat

M src/template.js 2 ++

1 files changed, 2 insertions, 0 deletions


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

@@ -47,6 +47,8 @@ const renderControls = function(state) {
   47    47         ]);
   48    48     } else {
   49    49         return h('div', {'class': 'board-controls'}, [
   -1    50             state.game.tileLimit,
   -1    51             ' ',
   50    52             state.game.turnCounter,
   51    53             ' ',
   52    54             h('input', {type: 'range', value: 50, name: 'speed'}),