-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add information for uploadToItch.md (#235) * Add information for uploadToItch.md * Update docs/docs/faq/uploadToItch.md Co-authored-by: Sean S. LeBlanc <sean.s.leblanc@gmail.com> * Fix typos in docs/docs/faq/uploadToItch.md Co-authored-by: Sean S. LeBlanc <sean.s.leblanc@gmail.com> * Add closing tag for <img> to uploadToItch.md Fix React Syntax Error : Expected corresponding JSX closing tag for <img> --------- Co-authored-by: Sean S. LeBlanc <sean.s.leblanc@gmail.com> * fix ClearCache tile memory leak (#232) * fix off-by-one allocating given these blocks: 4: occupied 5: occupied 6: undefined and this call: `_allocate({ start: 4, max: 2 })` you would expect the allocation to fail and return null. before this commit, this situation instead would allocate block 6 I don't know if this had any adverse effects; I just noticed it while working on related stuff * make sure ClearCache() deletes tile memory fixes #230 * fix: Duplicate room button does not copy everything #185 (#228) * fix: Duplicate room button does not copy everything #185 * use copied items array instead of slice --------- Co-authored-by: Adam Le Doux <adamrossledoux@gmail.com> * brazilian portuguese translation --------- Co-authored-by: vaasut <vaasut1@gmail.com> Co-authored-by: Sean S. LeBlanc <sean.s.leblanc@gmail.com> Co-authored-by: pancelor <pancelor@gmail.com> Co-authored-by: fran <mojoz0101@gmail.com>
- Loading branch information
1 parent
cf9a733
commit 8691e84
Showing
18 changed files
with
586 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,21 @@ | ||
--- | ||
tags: [stub] | ||
--- | ||
|
||
# Uploading a Bitsy game to Itch.io | ||
|
||
:::info This page is a stub | ||
You can improve the docs by [expanding it](../contributing). | ||
::: | ||
Before you upload your game to itch.io, make sure you have the following. | ||
|
||
* An itch.io account | ||
* Your bitsy game downloaded. If your bitsy game requires more than the html file, put all relevant files into a folder. Then rename the main html file to index.html, and zip the folder. | ||
* A cover image | ||
* Some screenshots of your game | ||
|
||
1. Sign in to your [itch.io](https://itch.io) account. | ||
|
||
2. Go to your [dashboard](https://itch.io/dashboard) and click on [Create New Project](https://itch.io/game/new). | ||
|
||
3. Fill out the fields for your game, and upload your game file, cover image, and screenshots. Bitsy games are executable in the web browser, but you can also set it to be downloadable if you prefer. You can specify the viewport dimensions; 512x512px is a good option for many bitsy games. | ||
|
||
4. Save the game as a draft and view the itch.io page for your game. You can make any style changes using the edit theme button. If you want to edit the html for the game page, you can do this back on your project dashboard. | ||
|
||
5. There are many other options and settings to explore from your game's dashbaord. Familiarize yourself with these and make any necessary changes before uploading your game. | ||
<img width="963" alt="editproject_tabs" src="https://github.com/le-doux/bitsy/assets/15849522/26750efe-2cc6-4cfe-aa01-a02e2b594842"/> | ||
|
||
6. When you're ready, you can change the access settings for your game from a draft to public. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.