File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ title : Advanced Concepts
3+ slug_title : Basic Concepts
4+ slug_subtitle :
5+ slug_image : " /assets/images/slugs/adn44_preview1.jpg"
6+ layout : home
7+ has_children : true
8+ nav_order : 30
9+ ---
10+ <div class =" slug " >
11+ <div class="title-container">
12+ <h1 class="page-slug_title">{{ page.slug_title }}</h1>
13+ <p class="page-slug_subtitle">{{ page.slug_subtitle }}</p>
14+ </div>
15+ <div class="image-container faded-left">
16+ <img src="{{ page.slug_image | relative_url }}" alt="{{ page.title }}" />
17+ </div>
18+ </div >
19+
20+ {: .no_toc }
21+
22+ This section describes many of the game’s advanced concepts.
23+
24+ <div class =" nav-buttons " >
25+ <!-- Previous Button -->
26+ <a href =" ./docs/introduction/run-example " class =" nav-button " aria-label =" Previous page " >
27+ <div class="nav-item">
28+ <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
29+ <path d="M30 20L20 30L30 40" />
30+ </svg>
31+ </div>
32+ </a >
33+
34+ <!-- Next Button -->
35+ <a href =" /docs/introduction/playing " class =" nav-button " aria-label =" Next page " >
36+ <div class="nav-item">
37+ <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
38+ <path d="M20 20L30 30L20 40" />
39+ </svg>
40+ </div>
41+ </a >
42+ </div >
You can’t perform that action at this time.
0 commit comments