Guide:Bitsy: Difference between revisions

From Game Making Tools Wiki
(Bitsy Pamphlet link)
(→‎Other Guides: Added Bitsy Wiki and a guide by Claire Morwood)
Line 23: Line 23:


==Other Guides==
==Other Guides==
* [https://bitsy.fandom.com/wiki/Bitsy_Wiki Bitsy Wiki].
* [https://andimlenny.itch.io/bitsy-pamphlet Bitsy Pamphlet], by [https://lnnyfrnds.neocities.org/ Lenny].
* [https://andimlenny.itch.io/bitsy-pamphlet Bitsy Pamphlet], by [https://lnnyfrnds.neocities.org/ Lenny].
* [https://www.shimmerwitch.space/bitsyTutorial.html A Bitsy Tutorial], by [https://www.shimmerwitch.space/ Claire Morwood].


==See Also==
==See Also==
* [[Bitsy]]
* [[Bitsy]]

Revision as of 23:06, 25 July 2021

Elements

Title

You can enter a title for you game in the top left of the window. This title can be multiple lines, and if it is over two it will continue after player presses a key. You could use this to have one 'card' for the title, one for the auther, and also include a little intro text.

Each line is 32 characters long.

For example I did:

        Bush Stroller.                  --------------                                                 By Blueberry Soft.

Which featured an underlined title on the first card, and a blank line and my name on the next.

To make it easier to understand you can lay it out as seperate lines in a text editor, and when you paste it into the field in Bitsy it will get turned into one line :)

        Bush Stroller.          
        --------------          
                                
       By Blueberry Soft.

Other Guides

See Also