
Snail Chase
Today I continued my Snail game
I started with the snail moving but today I started with removing the white background on the snail to what matches with the background

I started my game with this problem but I added changes to my code

The convert_alpha() helps remove the slpha values helping to merge the image into the background
this is what it looks like with the snail moving

The highlighted code are responsible for the collisions between the player and the snail and when they collide it outputs 0 and when they collide it outputs 1 which is helpful for if statements.

This highlighted code helps with the colors of the title on top of the screen

Leave a Reply