- Learning Cocos2d-JS Game Development
- Emanuele Feronato
- 186字
- 2021-08-06 19:43:52
Why should I make cross-platform games?
This is a very important question. I asked it to myself a lot of times when HTML5 mobile gaming started to become popular. I was just thinking it was a waste of time to simply care about the different screen resolutions and aspect ratios, so my first HTML5 game was made to perfectly fit my iPad 2 tablet.
When I finally showed it to sponsors, most of them said something like "Hey, I like the game, but unfortunately it does not look that good on my iPhone". "Don't worry", I said, "you'll get the game optimized for iPad and iPhone". Unfortunately, it did not look that good on the Galaxy Note. Neither did it on the Samsung S4.
You can imagine the rest of this story. I found myself almost rewriting the game with a series of if.. then.. else
loops, trying to make it look good on any device.
This is why you should make a cross-platform game: To code once and rule them all. Focus on game development and let a framework do the dirty work for you.
- Bootstrap Site Blueprints Volume II
- Oracle Database In-Memory(架構與實踐)
- Visual FoxPro 程序設計
- 跟老齊學Python:輕松入門
- 64位匯編語言的編程藝術
- Java面向對象程序設計
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- BeagleBone Robotic Projects(Second Edition)
- Fastdata Processing with Spark
- Python自然語言理解:自然語言理解系統(tǒng)開發(fā)與應用實戰(zhàn)
- Delphi開發(fā)典型模塊大全(修訂版)
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Hands-On Robotics Programming with C++
- 深度學習入門:基于Python的理論與實現(xiàn)
- 從零開始學Unity游戲開發(fā):場景+角色+腳本+交互+體驗+效果+發(fā)布