Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 436 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 436 Bytes

Pylife & Vuelife

Game of Life Implementations with Python & Vue.js

Web

Pylife - Click here (Press SPACE to run/stop the game)

Vuelife - Click here

Local

Pylife:

cd pylife
pip install -r requirements.txt
python3 main.py 
Vuelife:

cd vuelife
npm install
npm run serve

Stack

Pylife - Pygame & Pygbag (WASM)

Vuelife - Vuetify & Bulma