Skip to main content

Command Palette

Search for a command to run...

A new start!

Updated
2 min read

Hey dev's, I am Atharva Kulkarni, and I am very excited to start my journey in game development. I've started to learn the most beginner-friendly and open-source game engine - Godot.

Talking of Godot, it is easy to use and manage the game, and the best part of Godot is its own scripting language - GDScript. The syntax is very similar to Python, with very good performance. The script has good support for the game engine, with all the helper methods making calculations and sprite interactions robust. The engine is also very lightweight with only an .exe file to run.

I chose to make a basic 2D enemy shooter game where the player has to wander through the maze, collect coins to level up, and kill the enemies along the way. Along with the ease of Godot, I was able to make the basic prototype in a week.

With the prototype ready, I am looking forward into developing the actual game and publishing it. I will be adding more levels to it, more types of enemies, weapons, etc., to enhance the gameplay.

Below are a few clips of the game running in Debug mode:-

I am also looking forward to getting the Godot community support to enhance my game and make it a reality. If someone can share their experience or help me with the development, they are welcomed.

The prototype is now open-sourced, and the link to the GitHub repo is :-

https://github.com/Atharva-kul/maze_prototype

My LinkedIn profile is :-

https://www.linkedin.com/in/atharva-kulkarni-a1843829b

Thank you.

Game Dev

Part 1 of 1

The blog series to promote my game development journey.