Book Image

OUYA Game Development by Example

By : John Donovan
Book Image

OUYA Game Development by Example

By: John Donovan

Overview of this book

The OUYA console and development kit gives you the power to publish video games for the players, creating a console marketplace of the gamers, for the gamers, and by the gamers. Using the OUYA developer kit and the Unity3D game engine, even beginners with a captivating game idea can bring it to life with a hint of imagination. OUYA Game Development by Example uses a series of feature-based, step-by-step tutorials that teach beginners how to integrate essential elements into a game engine and then combine them to form a polished gaming experience.
Table of Contents (18 chapters)
OUYA Game Development by Example Beginner's Guide
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – creating a BitBucket repository


BitBucket is a free website that offers unlimited free private repositories for you and up to four other team members (five members in total). However, before you actually create your repository on the website, you need to create an account. The steps to do so are as follows:

  1. Open a web browser and navigate to https://bitbucket.org.

  2. Click on the button that reads Sign up for free and fill in the requested information to create your account.

  3. Once you've finished creating your account and have logged in, press the Create button at the top of the browser window to create a new repository.

    The Create a new repository screen asks for initial information about your project, both optional and required, as shown in the following screenshot:

  4. Give your repository a name. This is required for all new repositories.

  5. If you already know what code you're going to add to the repository, add a simple description in the field labeled Description.

  6. Keep the checkbox...