-
Notifications
You must be signed in to change notification settings - Fork 0
TODO List
Ryan edited this page Feb 18, 2019
·
14 revisions
There are different moving parts to a game running on the XAYA platform. The following is a "concept" checklist for you to check off as you master those different concepts. It is arranged in order. The first elements are required before you can do anything. Many of them are very simple or even trivial, but they are required. Later down the list you can find more complex and difficult concepts that need to be mastered.
- ⚪ Familiarise yourself with the basic architecture
- ⚪ Learn about XAYA RPC methods
- ⚪ Learn about xaya-cli
- ⚪ Use XAYA RPC methods live on the blockchain
- ⚪ Write a AAA+ MMORPG on XAYA
- ⚪ Get rich
- ⚪ Party
- ⚪ Party harder...
- ⚪ Cocaine and hookers!
- ⚪
- ⚪
- ⚪
- ⚪
- ⚪
- ⚪
- ⚪
- ⚪
- ⚪
- ⚪
- ⚪
- ⚪
- ⚪
- ⚪
- ⚪
- ⚪
- ⚪
- 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 6a: Mover Overview
- Step 6b: Mover Console
- Step 6c: Mover Unity