Hello this is my first attempt at making  a game using Pygame! :D 
I made the game in about 3-4 evenings, and there is a lot to be improved!

In the future I will add a function so that you can save the image you draw

So you press left mouse to draw and right mouse to erase
Source code built for web: https://github.com/opheliah95/pygame-jam-2023/tree/web

Imported to web use pygbag (https://github.com/pygame-web/pygbag)

Download

Download
pygame-easter-jam-windows.zip 18 MB
Version 0.0.0 Apr 15, 2023
Download
https://github.com/opheliah95/pygame-jam-2023
External

Comments

Log in with itch.io to leave a comment.

(1 edit)

It seems like you're saving the drawn rects in memory, You should instead not save them in memory and keep the whole drawable surface as a surface and just blit the sprite of the brush for better performance. Cool app tho

This is so cool, please add some colors and a brush size tool.