Game of Life Implementations with Python & Vue.js
Pylife - Click here (Press SPACE to run/stop the game)
Vuelife - Click here
Pylife:
cd pylife
pip install -r requirements.txt
python3 main.py
Vuelife:
cd vuelife
npm install
npm run serve
Pylife - Pygame & Pygbag (WASM)
Vuelife - Vuetify & Bulma