Skip to content

jan0sc/bitsy-hacks

 
 

Repository files navigation

@bitsy/hecks

A collection of re-usable scripts for Adam Le Doux's Bitsy Game Maker.

contents

ImgurImgurImgur

how to use

Each script has a short "HOW TO USE" section included in the comments. For steps which say to Copy-paste this script into a script tag after the bitsy source , open your exported bitsy game and scroll to the bottom of the file (at the time of writing, it looks like this):

</script>

</head>


<!-- DOCUMENT BODY -->
<body onload='startExportedGame()'>
  <!-- GAME CANVAS -->
  <canvas id='game'></canvas>
</body>


</html>

then edit it to look like this:

</script>

<script>
  // and then paste your code here!
</script>

</head>


<!-- DOCUMENT BODY -->
<body onload='startExportedGame()'>
  <!-- GAME CANVAS -->
  <canvas id='game'></canvas>
</body>


</html>

Further reading

If you have any issues, feel free to ping me or ask for help on the bitsy discord!

About

a collection of re-usable scripts for bitsy game maker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.8%
  • HTML 39.2%