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

Music causes Mobile Safari (and possibly other browsers) to crash #52

Closed mrjatkin closed 11 years ago

mrjatkin commented 11 years ago

It works perfectly on the iPhone simulator. Must be a performance issue

mrjatkin commented 11 years ago

Closure of issue #49 might help

mrjatkin commented 11 years ago

My current plan is to implement the music module from scratch, instead of using an existing library. That way, I can make optimisations specific to our game.

mrjatkin commented 11 years ago

Commit 2922a14 includes the beginnings of a simple music module, written from scratch. Hopefully, we might be able to optimise a few things to make it better for our game compared to a third party library.