Search


Zombie Wave Spawn (In Progress)
So I'm not gonna lie, this was probably the hardest thing I've had to do so far. I know it may seem easy, but it just required a lot of...
Keshav Batra
Jun 25, 20211 min read
10 views
0 comments


First Person Horror Game Update
So I've done a lot of work this past week. The first thing I did was make the background objects solid so that me or the zombies wouldn't...
Keshav Batra
Jun 18, 20211 min read
1 view
0 comments


Enemy death animation and extended level design
So I finally got a death animation to work once I defeat the zombie and it works flawlessly. I also expanded my level and added a few...
Keshav Batra
Jun 11, 20211 min read
15 views
0 comments


Zombie Attack, Health Reduction, and Zombie Chase
So what I did here was I just programmed the animation to move the zombie and to have it attack me. Here is the code for the attacking...
Keshav Batra
Jun 3, 20211 min read
3 views
0 comments


Zombie Movement
So far I've gotten most of my zombie movement down except for the attacking function which I'll work on soon. I even reposition the...
Keshav Batra
May 27, 20211 min read
5 views
0 comments


Jumpscare effect
So after a while of brain storming, I finally decided what I wanted to do with this project. Its gonna be a first person horror project...
Keshav Batra
May 21, 20211 min read
3 views
0 comments


Debugging Challenge
After almost a week of struggling, I finally debugged this script so that the cube would move. { public Transform targetTransform; // the...
Keshav Batra
May 13, 20211 min read
21 views
0 comments


New gunfire update
So if you remember the gunfire from before? Well now I just updated it to look more like a first person shooter gunfire. It looks more...
Keshav Batra
May 7, 20211 min read
1 view
0 comments


Ammo Count Update and enemy
For the ammo count update, whenever I reload my gun, the number of reloadable ammo goes down and will keep on doing so until I run out....
Keshav Batra
Apr 30, 20211 min read
4 views
0 comments


FPS gameplay almost restored
So after losing most of my scripting and my data, my game is officially almost complete.
Keshav Batra
Apr 23, 20211 min read
2 views
0 comments
Game Jam Project (Uncut Dungeons)
https://shoutingjoker64.itch.io/uncut-dungeons I've finally got this project finished for the game jam. It really stressed me out but its...
Keshav Batra
Apr 16, 20211 min read
3 views
0 comments


Door Opening Animation and Gameplay
So what I have is pretty much almost complete except for the goal of the game. I've recently added a door opening animation so that when...
Keshav Batra
Apr 9, 20211 min read
3 views
0 comments


Weapon Combo Attacks
So I finally got my combo attacks to work and they actually work pretty well. I just have one problem and its that they stop after a...
Keshav Batra
Apr 2, 20211 min read
4 views
0 comments


Game Jam Weapon Attacks
These are the weapons that I'm currently using for the game jam that I'm currently animating. Hopefully I'm able to get it working...
Keshav Batra
Mar 26, 20211 min read
2 views
0 comments


Bullet count and reload
What I have here is a bullet recount and a reload function that automatically refills the ammo an unlimited amount of time. I just need...
Keshav Batra
Mar 18, 20211 min read
5 views
0 comments


Melee weapons
So I've been thinking about how I want my melee weapon to hit and after some help from some teachers, I finally figured it out. Below is...
Keshav Batra
Mar 12, 20211 min read
2 views
0 comments


First Person Shooter Updates
This week I had a whole bunch of things done with my first person game. The first thing I did was I added a health bar to limit the...
Keshav Batra
Mar 4, 20211 min read
3 views
0 comments


First Person Enemy
I finally got a functioning enemy and I plan on adding more because I want this to be like an actual fps in space. Below is the code that...
Keshav Batra
Feb 26, 20212 min read
4 views
0 comments


First Person Game Update
What I did was create a way for the weapon to fire bullets. Unfortunately the bullets aren't able to shoot from the gun since the light...
Keshav Batra
Feb 18, 20211 min read
2 views
0 comments


First Person Game
At first I had trouble getting the jumping function to work and the movement to work, but then I realized that my ground was in the wrong...
Keshav Batra
Feb 11, 20211 min read
2 views
0 comments