Baba Is You - PuzzleScript Demake
WASD/Arrow Keys to move
Z to undo
R to restart
If the game does not work for you or you are on mobile, try this link: https://www.puzzlescript.net/play.html?p=be9cf6d355003371750d6950646022e5
A PuzzleScript demake of the mechanics seen in the early levels of the game Baba Is You developed by Arvi Teikari. The goal for this project is that in any scenario that can be created in the level editor, the tiles will have the exact same functionality they would in the original game. To use the level editor, click the above link, press the "hack" button at the bottom of the screen, then press the "level editor" button that appears at the top of the screen.
P.S. The PuzzleScript game engine has a maximum tile resolution of 5x5 pixels, thus the words have been abbreviated to their first letter.
Status | Released |
Platforms | HTML5 |
Rating | Rated 5.0 out of 5 stars (9 total ratings) |
Author | galactical |
Genre | Puzzle |
Made with | PuzzleScript |
Tags | Demake, PuzzleScript, Remake |
Comments
Log in with itch.io to leave a comment.
wait how tf is this possible
Nice it's like the original Baba Is You but for broke ppl
Would recommend playing but unfortunately it's too short
Whenever I hack the code, I can't move the player. @Galatical Do you still have the source code? Can you send it to me?
Hmm, I just checked and you're right. The source code has always been what you see there, so I think some sort of weird PuzzleScript bug introduced in an update must have caused this. Either way, I removed the first line that created a player object on every tile and simply gave the play a letter in the legend and placed it manually in the corner of each level, and that fixed it. I've updated the link that says "If the game does not work for you, or you are on mobile, try this link" to a new, working version. See if that works for you!
now we have two baba is you in puzzlescript
https://pyjamads.itch.io/baba-is-you-demake
🎉
Why are text so unreadable??
The engine I used to make this, PuzzleScript, is very limited. The maximum sprite size is 5x5 pixels, the best I could do to represent words is to just put the first letter of the word. This makes understanding the game nearly impossible if you haven’t played the original, but it’s the best I could do with the tools. I’d recommend checking out the “PuzzleScript” tag on itch.io to see more examples of games made using the engine, there’s a lot of good ones.