Skip to content

Commit b6e46d4

Browse files
Merge pull request #44 from AristurtleDev/26-deploy-to-itch
Chapter 26: Publishing Your Game to itch.io
2 parents a93254c + 421b4a5 commit b6e46d4

17 files changed

+480
-0
lines changed

articles/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@
162162
href: tutorials/building_2d_games/24_shaders/
163163
- name: "25: Packaging Your Game for Distribution"
164164
href: tutorials/building_2d_games/25_packaging_game/
165+
- name: "25: Publishing Your Game to itch.io"
166+
href: tutorials/building_2d_games/26_publish_to_itch/
165167
- name: Console Access
166168
href: console_access.md
167169
- name: Help and Support
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

articles/tutorials/building_2d_games/26_publish_to_itch/index.md

Lines changed: 477 additions & 0 deletions
Large diffs are not rendered by default.

articles/tutorials/building_2d_games/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ This documentation will introduce game development concepts using the MonoGame f
4646
| [Chapter 23: Completing the Game](23_completing_the_game/index.md) | Finalize game mechanics by updating our current demo into a snake-like inspired game. | [23-Completing-The-Game](https://github.com/shyfox-studio/learn-monogame-2d/tree/main/src/23-Completing-The-Game/) |
4747
| [Chapter 24: Shaders](24_shaders/index.md) | Learn how to create custom visual effects using shaders in MonoGame. | [24-Completing-The-Game](https://github.com/shyfox-studio/learn-monogame-2d/tree/main/src/24-Shaders/) |
4848
| [Chapter 25: Packaging Your Game for Distribution](25_packaging_game/index.md) | Learn how to package your game for distribution across Windows, macOS, and Linux platforms. | |
49+
| [Chapter 26: Publishing Your Game to itch.io](26_publish_to_itch/index.md) | Learn how to deploy your MonoGame project to itch.io and configure it for players across different platforms. | |
4950

5051
## Conventions Used in This Documentation
5152

0 commit comments

Comments
 (0)