Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 779 Bytes

readme.md

File metadata and controls

34 lines (26 loc) · 779 Bytes

Project game life!

to get started follow the steps below:

PYTHON

  • clone the repository
cd python
pip install -r requirements.txt
python3 jogo_da_vida.py
  • to start the game press the space bar on the keyboard
  • The game in Python looks like this:

jodo_da_vida

VUE.JS

  • clone the repository
cd vue
cd gameoflife
npm install (if you don't have)

to fix the files: npm run lint or npm run lint --fix

npm run serve

See the vue version:

jogodavida_vue

game link: https://jogo-da-vida-es304ol3l-tabataf.vercel.app/#/