Minimal functionality:
- farm field 8x8
- farm-cell can be one of:
corn
,chicken
,cow
orempty
Item properties:
- corn grows for 1 each 10 seconds
- with corn you can feed chicken or cow
- 1 corn feed
chiken
for 30 seconds - 1 corn feed
cow
for 20 seconds - if feeded chicken generates 1
egg
each 10 seconds - if feeded cow generates 1
milk
each 20 seconds - you can sell milk and egg
Game properties:
- render each item
- ability to place items on the field
- feed and generation bars (progress)
npm i
npm run serve
Open browser at http://localhost:8866
src-texture
folder refers to Free Texture Packer