- OUYA Game Development by Example
- Jack Donovan
- 276字
- 2021-08-13 17:52:12
Chapter 1. Experiencing the OUYA
The OUYA is a powerful and unique machine, because it gives hobbyists and independent developers a way to create and deploy professional-grade games without an overwhelming amount of groundwork. To begin making games for the OUYA, you won't need more than a basic understanding of game mechanics and a passion for development. This book will take you from your first prototype to a polished product ready to make its debut in the OUYA marketplace.
The lessons in this book will be demonstrated using the Unity3D engine, a popular development engine that's simple to learn with essential systems such as physics and user interface already built in. Unity and the OUYA both support a variety of scripting languages, but in this book, we'll be focusing on C#, a relatively easy yet versatile language that supports virtually any data structure your game will need.
You may already be familiar with the Unity engine; several popular games, such as Temple Run 2 by Imangi Studios and Scrolls by Mojang (of Minecraft fame), have been built using Unity. You'll soon learn that the OUYA can take full advantage of the 3D capabilities of Unity to make the game of your dreams become real.
This first chapter will be a basic review of the default configuration of the OUYA and a demonstration of its capabilities using a game as an example. If you've already had some time to play around with your OUYA and you feel ready to get started with development, feel free to skip ahead to the next chapter, where we'll install our development environment and start deploying code to the console.
- 筆記本電腦使用、維護與故障排除實戰
- Istio入門與實戰
- ATmega16單片機項目驅動教程
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- 計算機組裝·維護與故障排除
- 現代辦公設備使用與維護
- OpenGL Game Development By Example
- 電腦高級維修及故障排除實戰
- Machine Learning with Go Quick Start Guide
- 固態存儲:原理、架構與數據安全
- SiFive 經典RISC-V FE310微控制器原理與實踐
- Spring Cloud微服務和分布式系統實踐
- 電腦組裝與維護即時通
- FreeSWITCH Cookbook
- 嵌入式系統原理及應用:基于ARM Cortex-M4體系結構