A cross-platform game engine sounds awesome. But I wonder what kind of game can truly be write-once, run-everywhere, and considered "fun" on all platforms. A few major challenges: - Designing a game that is fun and intuitive to play with a wide variety of input controllers (touch, mouse, keyboard, joystick). - Handling the entire spectrum of screen resolutions, from older iPhones to high-end desktop computers. The ga…
I am writing a simple puzzle game, and am doing a totally different UI level for even mouse and touch. For example when dragging, with touch it is nice to offset the piece so it is easier to see, whereas with mouse you probably want it dead-center.