mattconsto / lost-the-game

Deserted. Created in 48 hours as part of the Global Game Jam 2015.
https://mattconsto.itch.io/lost-the-game
3 stars 0 forks source link

Move progress of items to tiles #15

Open Adimote opened 9 years ago

Adimote commented 9 years ago

if we moved progress bars to work based on tiles, we could stop half way through doing something, so we don't have players die of starvation whilst doing a big job. Plus multiple players could work on a single item to speed it up.

This will probably require lots of refactoring

mikejewell commented 9 years ago

It's not really a per-tile thing - as you could have multiple actions per tile (e.g. chop down tree, take branches), but could definitely let the player 'pause' a job and come back to it. Could be good for when you have to attack a spider mid-eating :) Need to make sure it's clear to that player that they have actions they can resume - and how to do that if there are >1 actions per tile.

Allowing more than 1 player per action would also mean that if one gets hungry, the other can go and get some food while the action continues...

steppers commented 9 years ago

Maybe even have it so that crafting escape craft require more than one live person nearby.