-
Notifications
You must be signed in to change notification settings - Fork 10
Mover C++
Ryan edited this page Feb 12, 2019
·
2 revisions
This tutorial is an extension to the Mover tutorial here. In that tutorial we took a very high-level overview of the Mover sample game and identified the most important elements and concepts. If you've not already read it, you may wish to do that before proceeding here.
This tutorial focuses on looking at the code and explaining how the code works with respect to those higher-level concepts examined previously.
- Step 0: Blockchain Basics
- Step 1: xayad <⸺ start here
- Step 2: The Game State Processor
- Step 3a: libxayagame Component Relationships
- Step 3b: Compile libxayagame in Windows
- Step 3b: Compile libxayagame in Ubuntu
- Step 4: Run xayad for Games
- Step 5: Hello World! in C++
- Step 5: Hello World! in C#
- Step 5: Hello World! with SQLite
- Step 6a: Mover Overview
- Step 6b: Mover Console
- Step 6c: Mover Unity
- libxayagame Component Relationships
- How to Compile libxayagame in Ubuntu 20.04.03
- How to Compile libxayagame in Ubuntu 22.04
- How to Compile libxayagame in Windows
- Xayaships (How to get started playing)