Comments

Log in with itch.io to leave a comment.

I was wondering if it were possible to change the avatar while the game was playing.

Yeah, the avatar in bitsy is just another sprite in terms of rendering. There's a file in the hack repo with helpers that can be used to edit it if you're interested: https://github.com/seleb/bitsy-hacks/blob/master/src/edit%20image%20at%20runtime...

(1 edit)

I still don't get it. Can you create a bitsy game that shows off this effect with explanations?

This game is actually using those helpers quite extensively; there's another hack on the repo (corrupt) which is a cleaned-up version of it that's fairly well commented.

(+1)

This is extremely cool! It took a while, but I finally got all the collectibles.

(+1)

How was this even made?

hacks ;)

BTW Sean, can you look into the code to see how to have multiple colors on the same screen?

I've actually added a cleaned-up version of the code for this to the hack repo if you want to take a look at how it works: https://github.com/seleb/bitsy-hacks/blob/master/corrupt.js

Also, I noticed that sometimes there will be more than 3 colors on the screen, something impossible in vanilla bitsy. Can you try to reproduce this effect with without corruption?

It's actually not impossible in vanilla bitsy! If you edit the gamedata directly, you can add more than three colours to a palette and specify which colour to use for individual sprites/tiles/items.

It was made using Bitsy, https://ledoux.itch.io/bitsy.

(+1)

this is crazy!!! i love it