DEV Community

Cover image for Making a program with Blipsy
michealtheratz
michealtheratz

Posted on

Making a program with Blipsy

What is Blipsy?

Blipsy is a program for making simple retro games, demos, and other fun programs. It has a 64x64 pixel canvas to draw on and 14 sprite slots. It has a simple UI and API that can help you create amazing things!

The Interface

The blipsy interface

Blipsy has a simple, unstyled, (mostly) straightforward UI.

Preview

The first column is your preview (we will talk about the buttons later), this is where you can preview the current running blipsy program.

Sprite editor

The second column is the sprite editor where you can draw the sprites for your game. You press the buttons numbered 0-13 to switch the sprite slot you are currently editing and the Brush button to change between your eraser and brush.

Code editor

This is the last column. Nothing too fancy, just a single window with your whole script. This is where you can edit the logic of your program with a simple api which we will touch on later. Also, make sure to reset the preview after any changes to see your result!

What's next?

In the next part (which should be coming soon) we will begin making our game, starting with creating sprites. Can't wait to see you then! While you are waiting, you can experiment with Blipsy yourself by going to https://gamemake-eng.github.io/Blipsy/ (Ask your parent's permission before going online ;-D)

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay