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

Once the walls have been placed, do we ever want to update their position during game play? #60

Closed mrjatkin closed 11 years ago

mrjatkin commented 11 years ago

Do we want walls that rotate, for example?

The reason why I'm asking this is because we can make our code a lot more efficient by not calculating the position of static walls inside our ticker.

Related issue: #47

mrjatkin commented 11 years ago

I've changed the code, so that only the puck ticks. This should give us huge performance improvements. If you want moving walls, we can add that in too without too much hassle.

mrjatkin commented 11 years ago

The new game engine will allow walls to move in case we decide we want them to in the future