|
| 1 | +title: CodinGame SDK Documentation |
| 2 | +cover: playground/cover.png |
| 3 | +plan: |
| 4 | +- title: Getting started |
| 5 | + plan: |
| 6 | + - title: Introduction |
| 7 | + statement: playground/getting-started/tutorial-1-introduction.md |
| 8 | + - title: Create a Multiplayer Game |
| 9 | + statement: playground/getting-started/tutorial-2-multiplayer.md |
| 10 | + - title: Create a Solo Game |
| 11 | + statement: playground/getting-started/tutorial-3-solo.md |
| 12 | + - title: Create an Optimization Game |
| 13 | + statement: playground/getting-started/tutorial-4-opti.md |
| 14 | +- title: Core concepts |
| 15 | + plan: |
| 16 | + - title: Introduction |
| 17 | + statement: playground/core-concepts/core-1-introduction.md |
| 18 | + - title: Game Runner |
| 19 | + statement: playground/core-concepts/core-2-game-runner.md |
| 20 | + - title: Game Manager |
| 21 | + statement: playground/core-concepts/core-3-game-manager.md |
| 22 | + - title: Configuration |
| 23 | + statement: playground/core-concepts/core-4-configuration.md |
| 24 | +- title: Graphics |
| 25 | + plan: |
| 26 | + - title: Introduction |
| 27 | + statement: playground/graphics/graphics-1-introduction.md |
| 28 | + - title: Entities, Shapes, Sprites |
| 29 | + statement: playground/graphics/graphics-2-entities.md |
| 30 | + - title: Displaying text |
| 31 | + statement: playground/graphics/graphics-text.md |
| 32 | + - title: Animating entities |
| 33 | + statement: playground/graphics/graphics-3-states.md |
| 34 | + - title: Spritesheets |
| 35 | + statement: playground/graphics/graphics-4-spritesheets.md |
| 36 | + - title: SpriteAnimations |
| 37 | + statement: playground/graphics/graphics-5-animations.md |
| 38 | + - title: Advanced features |
| 39 | + statement: playground/graphics/graphics-6-advanced.md |
| 40 | +- title: SDK extensions |
| 41 | + plan: |
| 42 | + - title: Introduction |
| 43 | + statement: playground/extensions/extensions-1-tools.md |
| 44 | + - title: Create your own modules |
| 45 | + statement: playground/extensions/extensions-2-tutorial.md |
| 46 | + - title: Tooltip Module |
| 47 | + statement: playground/extensions/extensions-3-tooltip.md |
| 48 | + - title: End Screen Module |
| 49 | + statement: playground/extensions/extensions-4-endscreen.md |
| 50 | + - title: Anim Module |
| 51 | + statement: playground/extensions/extensions-5-animmodule.md |
| 52 | +- title: One more thing |
| 53 | + plan: |
| 54 | + - title: Guidelines |
| 55 | + statement: playground/misc/misc-1-guidelines.md |
| 56 | + - title: Example games |
| 57 | + statement: playground/misc/misc-2-examples.md |
| 58 | + - title: Release notes |
| 59 | + statement: playground/misc/misc-3-release-notes.md |
0 commit comments