- 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.
- 大學計算機基礎(第二版)
- Docker進階與實戰
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- 微信小程序項目開發實戰
- QGIS By Example
- Python全棧數據工程師養成攻略(視頻講解版)
- OpenGL Data Visualization Cookbook
- UNIX Linux程序設計教程
- Visual Basic 程序設計實踐教程
- C#程序設計基礎入門教程
- Drupal 8 Development Cookbook(Second Edition)
- Java程序設計教程
- Spring Web Services 2 Cookbook
- Learning GraphQL and Relay
- Oracle 11g寶典