Pew Pew Baba

Pew Pew Baba is out on itch.io!

I decided to make a simple shoot-em-up in Godot as my first Godot project. It was mainly to get more familiar with Godot. But I had a lot of fun making it, and I think it turned out great! The game is very fun and addictive, at times. The game has 10 levels (the last one goes on forever), and it has various enemy types and powerups. Only two buttons are needed to play! A/D, or Left/Right key. Controllers are also supported.

I used Aseprite for the pixel art and Bfxr for the sound effects. My boyfriend made the awesome music track.

This project made me learn how to do basic things in Godot like custom shaders with properties that I can modify via code, tweening, instancing, UI, and more.

I wrote this project in GDScript. In Godot, you also have the choice of coding in C#. Since finishing this project, I took an interest in C#, and as of right now I am mainly using C# for my Godot projects. I like it because of all the correctness guarantees you get out of static typing. Also C# has more tools to make your code more robust. It has some disadvantages compared to GDScript though, of course.

Technologies used

Screenshots

screenshot 1

screenshot 2

Gameplay Video