- OUYA Game Development by Example
- Jack Donovan
- 480字
- 2021-08-13 17:52:13
Time for action – installing your first game
Perform the following steps to install your first game in OUYA:
- Now that you've covered the technical details, you can download a game from the OUYA marketplace to experience what a popular OUYA game looks like, and note small details that you can start thinking about for your own games. We'll use Canabalt HD as an example game, the latest iteration of Adam Saltsman's 2009 endless runner.
- Click on the Discover button on the OUYA launch screen and you'll be brought to the marketplace's storefront, a showcase of featured games organized into several categories. This is where you'll see your published games once they gain some popularity. The following screenshot shows the storefront:
- Press the Y button on your OUYA controller to bring up the search menu. Using the onscreen keyboard, search for Canabalt HD and then select it in the list of results. You'll be taken to the store page for Canabalt; here, you can click on DOWNLOAD and begin installing it on your console. The store page looks as shown in the following screenshot:
The DOWNLOAD button will turn into a PLAY NOW button once the installation process is complete. You can start the game directly from here or from the PLAY menu on the OUYA launch screen.
What just happened?
You've just successfully downloaded your first game on your OUYA console. The marketplace can be used to find all sorts of games that are always free to try, and once you download them, you can play them anytime from the OUYA's PLAY menu.
You may be wondering why you didn't see any prices while browsing the OUYA store or even while downloading your first title. Does this mean that all games for the OUYA are free to download? Well, the short answer is yes, but it's a little more complicated than that. Instead of following a conventional pricing system, the OUYA marketplace does things a little differently by providing at least one free element in each game. Canabalt incorporates monetization in the form of free-play credits, shown in the following screenshot:

In the case of Canabalt HD, the developers decided to offer a trial version that includes five free plays per day and an option to pay for an upgrade that unlocks unlimited play. The player can also unlock additional plays by making it past the 5000-meter mark in the game. However, this isn't the only payment model you can use; as long as there's something free in your game, you can have as many or as few purchasing options as you want. For instance, you could create a game that features unlimited playtime but limited free items, or make a game that's free up until a certain level. The OUYA SDK has an in-app purchase API that will let you get creative with priced elements in your game.
- ATmega16單片機項目驅動教程
- SDL Game Development
- 電腦組裝與維修從入門到精通(第2版)
- 基于ARM的嵌入式系統和物聯網開發
- 深入淺出SSD:固態存儲核心技術、原理與實戰(第2版)
- 電腦維護365問
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- 基于Apache Kylin構建大數據分析平臺
- Source SDK Game Development Essentials
- 基于PROTEUS的電路設計、仿真與制板
- Hands-On Deep Learning for Images with TensorFlow
- Spring Cloud實戰
- The Deep Learning with PyTorch Workshop
- UML精粹:標準對象建模語言簡明指南(第3版)
- ARM接口編程