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)

Top comments (0)