I Created a Game that Uses Generative AI to Drive the Main Gameplay
2024-04-19
A fun little project where I wanted to make use of generative AI to drive the core gameplay.
My real name is Arpit, and I've created this website for sharing blogs and projects I create. I hope you find the content useful 😊
I Created a Game that Uses Generative AI to Drive the Main Gameplay
2024-04-19
A fun little project where I wanted to make use of generative AI to drive the core gameplay.
Interacting with Web API in Godot
2024-02-01
Understand what an API is, and see how to interact with it in Godot.
Character Detection
2023-01-29
So I've been making a 3D top-down shooter game recently, and wanted to implement Player detection on an Enemy character. So to implement it I went with the approach used by Sebastian Lague in one of his videos. I had watched this video when I was learning Unity back in 2019, and still to this date love the way it works. So I went with the same method for my game, but this time in Godot. Since I find this approach pretty cool I wanted to write a walkthrough of it in Godot, and here we go!
Command Pattern
2022-11-28
Command Pattern is one of the many useful patterns used in software development. Knowing it can greatly help one solve a variety of problems while developing games.