A 3D game made with 2D graphics in less than 24 hours.


Hello There!

I made a 3D FPS game with complete 2D graphics under 24 hours for the Asset Jam 2022! This game isn't that complex nor filled with cool graphics because of the rules of the Jam. The Jam offers 10 days to make a game but I made this under 24 hours only.

My Process Of making this Game - 

The most important thing of a game is it's idea which I got almost instantly. I myself am a 2D game dev but this time as I was aware that no one is gonna make a 3D game because all the assets are 2D so I attemped to make a 3D game.

The theme of the jam was 'AfterLife' and that was pretty cool!

 At first, I started by coding a player and a zombie. Then I gave the zombie the ability to move, for the zombie's colliding system I used Ursina's Trigger class but then I faced the first error, the zombie was going into the ground and there were 2 ways for me to prevent that. The first way was to move just the texture up with the 'texture_offset' argument but it didn't work then I had to make the use the second way which was very hard in first but at the end that way helped a lot. I had to change the enemy from 'Trigger()' to 'Entity()' causing no collision system. SO, I set to work for making a new collision system. I made a For Loop for this and the just checked the player's position and enemy's position, if they were near each other then the player will get hurt. For that, I made a health bar which was surprising very easy. I made a gum and some other features too.

I feel like sharing anything else will spoil everything so just play the game at https://pratangsu.itch.io/afterlife-the-death-of-lura.

Get AfterLife - The Death Of Lura

Leave a comment

Log in with itch.io to leave a comment.