Skip to content

Tutorials

Philipp AUER edited this page Sep 26, 2022 · 87 revisions

Tutorials may use diff syntax to show edits:

 this is some code
-delete red - lines
+add green + lines
  • Difficulty
    • Basic: These tutorials are simple changes that those with basic programming knowledge should be able to do.
    • Intermediate: These tutorials require more work and programming knowledge.
    • Advanced: These tutorials overhaul systems, and may require advanced knowledge.

Index

How the Game Works

These documents are an overview as to how various systems in the game work.

  • The Game Loop - Covers the main game loop, main callbacks, sprite callbacks, and tasks.
  • (TODO)

Fixes to vanilla code

Editing content

Basic

Intermediate

Removing content

Basic

Features from other generations

Basic

Intermediate

Adding new content

Basic

Intermediate

Miscellaneous

Basic

Intermediate

Advanced

External links

To do

Clone this wiki locally