team3b / Puckt

Puckt is a mobile HTML5 game designed to test your visual and mathematical skills. The game was developed during a week-long Game Jam hosted at the University of Portsmouth.
http://puckt.com
MIT License
1 stars 0 forks source link

Ditch the fail timer approach and detect when the puck is stoping outside of the flick area #35

Open mrjatkin opened 11 years ago

mrjatkin commented 11 years ago

There would be less to reset and keep track of, which would result in fewer bugs.

mrjatkin commented 11 years ago

@joshcroad @dcgauld @MaxHunt Any objections to this approach? It would solve a few issues we're having

joshcroad commented 11 years ago

I am happy with this approach. It might take longer for the game to realise the user has lost, but it would remove all our current issues regarding user feedback on failing

mrjatkin commented 11 years ago

It would be difficult, but we could probably work out whether it's possible to complete the level based on the path and remaining momentum. Then, we'd be able to provide feedback to the user straight away

mrjatkin commented 11 years ago

This is the highest priority task right now. We must get it working. Who wants to have a go?