-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathtechio.yml
67 lines (67 loc) · 2.49 KB
/
techio.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
title: CodinGame SDK Documentation
cover: playground/cover.png
plan:
- title: Getting started
plan:
- title: Introduction
statement: playground/getting-started/tutorial-1-introduction.md
- title: Create a Multiplayer Game
statement: playground/getting-started/tutorial-2-multiplayer.md
- title: Create a Solo Game
statement: playground/getting-started/tutorial-3-solo.md
- title: Create an Optimization Game
statement: playground/getting-started/tutorial-4-opti.md
- title: Core concepts
plan:
- title: Introduction
statement: playground/core-concepts/core-1-introduction.md
- title: Game Runner
statement: playground/core-concepts/core-2-game-runner.md
- title: Game Manager
statement: playground/core-concepts/core-3-game-manager.md
- title: Configuration
statement: playground/core-concepts/core-4-configuration.md
- title: Graphics
plan:
- title: Introduction
statement: playground/graphics/graphics-1-introduction.md
- title: Entities, Shapes, Sprites
statement: playground/graphics/graphics-2-entities.md
- title: Displaying text
statement: playground/graphics/graphics-text.md
- title: Animating entities
statement: playground/graphics/graphics-3-states.md
- title: Spritesheets
statement: playground/graphics/graphics-4-spritesheets.md
- title: SpriteAnimations
statement: playground/graphics/graphics-5-animations.md
- title: Advanced features
statement: playground/graphics/graphics-6-advanced.md
- title: SDK extensions
plan:
- title: Introduction
statement: playground/extensions/extensions-1-tools.md
- title: Tooltip Module
statement: playground/extensions/extensions-3-tooltip.md
- title: End Screen Module
statement: playground/extensions/extensions-4-endscreen.md
- title: Toggle Module
statement: playground/extensions/extensions-toggle.md
- title: Anim Module
statement: playground/extensions/extensions-5-animmodule.md
- title: Viewport Module
statement: playground/extensions/extensions-6-viewport.md
- title: Community extensions
plan:
- title: Camera Module
statement: playground/extensions/community-modules/community-camera.md
- title: Create your own modules
statement: playground/extensions/extensions-2-tutorial.md
- title: One more thing
plan:
- title: Guidelines
statement: playground/misc/misc-1-guidelines.md
- title: Example games
statement: playground/misc/misc-2-examples.md
- title: Release notes
statement: playground/misc/misc-3-release-notes.md