rezoner / playground

Playground.js is a framework for your javascript based games. It gives you out-of-box access to essentials like mouse, keyboard, sound and well designed architecture that you can expand to your needs.
MIT License
459 stars 50 forks source link

Browser compatibility #48

Closed karneaud closed 7 years ago

karneaud commented 7 years ago

What is the browser compatibility for playgroundJS?

rezoner commented 7 years ago

Chrome mainly, then Firefox. In my experience that's what most of the players use. You must realize that I have made playground to quit the nightmare of making contract games that have to cope with every outdated device out there :) If you are looking for something that's more suitable for making games for clients I would check out Phaser.

karneaud commented 7 years ago

@rezoner So far your framework works great....a bit more work but really good. Tested out on iOS 7 and Windows Phone 8.1. I have used Phaser in the past but this project is too simple for such a bulky framework.