Skip to content

Commit 94d3fba

Browse files
committed
Remove contraction before Simon sees them
1 parent 1ff8af9 commit 94d3fba

File tree

1 file changed

+15
-15
lines changed
  • articles/tutorials/building_2d_games/26_publish_to_itch

1 file changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The first section of the form contains fields for the basic information about th
9797
- **Tools**: Utility software that assists in game development or other creative processes.
9898
- **Comics**: Sequential art narratives in digital format.
9999
- **Books**: Literary works including novels, guides, or educational texts.
100-
- **Other**: Projects that don't fit into the predefined categories.
100+
- **Other**: Projects that do not fit into the predefined categories.
101101

102102
6. **Release Status**: Set the development status of the project. The available options are:
103103

@@ -159,7 +159,7 @@ Once the upload has completed, you will be presented with options to set the fol
159159
- **Graphical assets**: Art, textures, models, or other visual elements used in your game.
160160
- **Audio assets**: Sound effects, voice recordings, or other audio components.
161161
- **Documentation or Instructions**: Help files, control references, or other guidance for players.
162-
- **Other**: Any file type that doesn't fit into the above categories.
162+
- **Other**: Any file type that does not fit into the above categories.
163163

164164
> [!TIP]
165165
> Even if the project you are creating is a game, you can include additional downloads for users such as the soundtrack and an instruction manual. Providing these supplementary materials can enhance the perceived value of your project and demonstrate professionalism and attention to detail.
@@ -265,15 +265,15 @@ Itch.io provides several metadata fields that help categorize your game and make
265265

266266
The download and installation instructions section is where you provide clear guidance to users on how to get your game up and running after they download it. Well-written instructions reduce confusion and ensure players can quickly start enjoying your game.
267267

268-
Since MonoGame projects are typically distributed as archived files (ZIP for Windows, tar.gz for macOS and Linux), it's essential to provide step-by-step instructions for extracting and launching your game on each supported platform.
268+
Since MonoGame projects are typically distributed as archived files (ZIP for Windows, tar.gz for macOS and Linux), it is essential to provide step-by-step instructions for extracting and launching your game on each supported platform.
269269

270270
- **Be platform-specific**: Separate instructions for each operating system you support.
271271
- **Use numbered steps**: Sequential numbering makes instructions easier to follow.
272272
- **Be explicit**: Specify exact filenames and actions to take.
273273
- **Address common issues**: Mention any special permissions or requirements users might encounter.
274274
- **Use simple language**: Avoid technical jargon when possible, as players may have varying technical expertise.
275275

276-
Here's an example template for installation instructions for a MonoGame project:
276+
Here is an example template for installation instructions for a MonoGame project:
277277

278278
```text
279279
Once the download has completed:
@@ -298,7 +298,7 @@ For macOS:
298298
```
299299

300300
[!TIP]
301-
Consider testing your installation instructions on a clean system or with someone who hasn't seen your game before. This can help identify any missing steps or assumptions you might have made.
301+
Consider testing your installation instructions on a clean system or with someone who has not seen your game before. This can help identify any missing steps or assumptions you might have made.
302302

303303
| ![Figure 26-7: Example of download and installation instructions for a MonoGame project](./images/download-install-instructions.png) |
304304
| :----------------------------------------------------------------------------------------------------------------------------------: |
@@ -310,7 +310,7 @@ Building a community around your game can significantly enhance its lifespan and
310310

311311
The platform provides three community feature options:
312312

313-
- **Disabled**: No community interaction features will be available on your project page. This option is appropriate when you prefer to direct community engagement elsewhere (such as Discord or social media), or when you don't have the resources to moderate community content. This is also suitable for projects in very early development stages where you're not yet ready for public feedback.
313+
- **Disabled**: No community interaction features will be available on your project page. This option is appropriate when you prefer to direct community engagement elsewhere (such as Discord or social media), or when you do not have the resources to moderate community content. This is also suitable for projects in very early development stages where you are not yet ready for public feedback.
314314

315315
- **Comments**: This enables a simple comment section at the bottom of your project page where players can leave feedback, ask questions, or share their experiences. As the developer, you receive notifications when new comments are posted, allowing you to respond promptly. This option provides a good balance between community engagement and moderation requirements, making it ideal for most indie games.
316316

@@ -329,7 +329,7 @@ The visibility settings control who can access your project page. This feature
329329

330330
Itch.io offers three visibility levels:
331331

332-
- **Draft**: This setting makes your project page visible only to you and any collaborators you've explicitly given edit access. Draft mode is ideal during the initial setup phase when you're still uploading files, writing descriptions, and configuring your page. It provides a safe environment to experiment with different layouts and content without public exposure.
332+
- **Draft**: This setting makes your project page visible only to you and any collaborators you have explicitly given edit access. Draft mode is ideal during the initial setup phase when you are still uploading files, writing descriptions, and configuring your page. It provides a safe environment to experiment with different layouts and content without public exposure.
333333

334334
- **Restricted**: This option limits access to specific individuals you designate. When you select this option, you can generate and share access keys with testers, reviewers, or early supporters. Restricted access is valuable for beta testing, gathering feedback from a controlled group, or offering early access to supporters before a wider release.
335335

@@ -339,7 +339,7 @@ Itch.io offers three visibility levels:
339339
> Itch.io intentionally limits your initial options to either "Draft" or "Restricted" mode. This design encourages you to completely prepare your project page before making it public. Only after saving your initial project setup can you then return to change the visibility to "Public." This workflow helps prevent incomplete or unpolished project pages from being publicly visible.
340340
341341
> [!TIP]
342-
> Consider using a phased release approach: start in Draft mode while building your page, switch to Restricted for beta testing with a select audience, then finally move to Public when you're confident in your game's presentation and stability.
342+
> Consider using a phased release approach: start in Draft mode while building your page, switch to Restricted for beta testing with a select audience, then finally move to Public when you are confident in your game's presentation and stability.
343343
344344
| ![Figure 26-9: Visibility and access settings for publishing your game](./images/visibility-access.png) |
345345
| :-----------------------------------------------------------------------------------------------------: |
@@ -394,15 +394,15 @@ To add screenshots to your project:
394394
| **Figure 26-11: Example of multiple screenshots added to a game project** |
395395

396396
> [!NOTE]
397-
> While itch.io doesn't strictly require these visual assets, projects with complete visual presentations receive more attention than those without.
397+
> While itch.io does not strictly require these visual assets, projects with complete visual presentations receive more attention than those without.
398398
399399
### Saving and Publishing Your Project
400400

401401
After filling out all the necessary form fields, uploading your game files, and adding visual assets, it is time to save your project and prepare it for publishing. This process involves several steps designed to ensure your project is ready for your intended audience.
402402

403403
#### Initial Save and Preview
404404

405-
Once you've completed the project creation form:
405+
Once you have completed the project creation form:
406406

407407
1. Scroll to the bottom of the form and click the "Save & view page" button.
408408
2. This action saves all your current information and generates a preview of your project page.
@@ -420,7 +420,7 @@ Once you've completed the project creation form:
420420

421421
#### Visual Customization
422422

423-
The preview page provides additional customization options beyond the basic project information you've already entered. As the project owner, you'll notice an "Edit theme" button at the top of your preview page. This feature allows you to customize the visual presentation of your project page with options including:
423+
The preview page provides additional customization options beyond the basic project information you have already entered. As the project owner, you will notice an "Edit theme" button at the top of your preview page. This feature allows you to customize the visual presentation of your project page with options including:
424424

425425
- **Background color**: Change the page's background to match your game's aesthetic.
426426
- **Font selection**: Choose typography that complements your game's style.
@@ -432,7 +432,7 @@ These visual customizations can significantly enhance your project's presentatio
432432

433433
#### Publishing Your Project
434434

435-
When you're satisfied with your project page and ready to make it publicly available:
435+
When you are satisfied with your project page and ready to make it publicly available:
436436

437437
1. Click the "Edit game" link in the top navigation bar to return to the project form.
438438
2. Scroll to the bottom of the form to the **Visibility & access** section.
@@ -453,9 +453,9 @@ Your game is now publicly accessible to the itch.io community. It will appear i
453453
454454
## Conclusion
455455

456-
In this chapter, you learned how to publish your MonoGame project on itch.io, one of the most accessible digital distribution platforms for indie game developers. You've gained a comprehensive understanding of the entire publishing process, from creating an account to making your game available to players worldwide.
456+
In this chapter, you learned how to publish your MonoGame project on itch.io, one of the most accessible digital distribution platforms for indie game developers. You have gained a comprehensive understanding of the entire publishing process, from creating an account to making your game available to players worldwide.
457457

458-
Through this chapter, you've learned how to:
458+
Through this chapter, you have learned how to:
459459

460460
- Create and configure an itch.io developer account with the appropriate security measures.
461461
- Set up a project page with compelling descriptions and relevant metadata.
@@ -466,4 +466,4 @@ Through this chapter, you've learned how to:
466466
- Enable appropriate community features to engage with your audience.
467467
- Customize your project page's visual presentation.
468468

469-
Publishing a game represents a significant milestone in your journey as a game developer. While itch.io is just one of many distribution platforms available, it provides an excellent starting point for indie developers due to its accessible nature, developer-friendly policies, and supportive community. The skills you've learned in this chapter extend beyond itch.io and establish a foundation for publishing on other platforms.
469+
Publishing a game represents a significant milestone in your journey as a game developer. While itch.io is just one of many distribution platforms available, it provides an excellent starting point for indie developers due to its accessible nature, developer-friendly policies, and supportive community. The skills you have learned in this chapter extend beyond itch.io and establish a foundation for publishing on other platforms.

0 commit comments

Comments
 (0)