Hello to everyone,
I'm working on my own Nes Game, the main idea is to create a "Survival" game, where you are stuck in a room with Zombies that try to kill you. Your ammo are limited, so an "helicopter" will give you ammo every time to help you to survive as long as you can to hit the high scores. Zombies will respaw in random point and they will try to kill you when they are too near. The idea is simple, but it's really challenging to me because it's my first Nes game in ASM 6052. By the way, for now the game allow you to:
- Move in 8 direction with the arrow keys.
- Point the "gun" in 8 directions by pressing B.
- Shoot in 8 directions by pointing gun and pressing A.
- Shooting rate that allow only two projectile at time.
- Zombie will just reach you, but it now not will kill you.
- Collision detection with 2 projectiles and the Zombie.
- Zombie will stuck for a second when it's hit by a projectile.
The game is developed using NesAsm, on a 40Kb Cartridge ( for now ). I will release all source code for free when the game is finished. The graphics and sounds will be the last thing that I will do, for now my goal is to complete all gameplay features, game states, high scores, tuning etc etc. I'm working on this in my free time, any suggestions is welcome .
If someone want to try the prototype, you can download it at: https://drive.google.com/open?id=1-rK5D ... ysHropNMg3
I will update the topic and the game as soon as I can.
I'm working on my own Nes Game, the main idea is to create a "Survival" game, where you are stuck in a room with Zombies that try to kill you. Your ammo are limited, so an "helicopter" will give you ammo every time to help you to survive as long as you can to hit the high scores. Zombies will respaw in random point and they will try to kill you when they are too near. The idea is simple, but it's really challenging to me because it's my first Nes game in ASM 6052. By the way, for now the game allow you to:
- Move in 8 direction with the arrow keys.
- Point the "gun" in 8 directions by pressing B.
- Shoot in 8 directions by pointing gun and pressing A.
- Shooting rate that allow only two projectile at time.
- Zombie will just reach you, but it now not will kill you.
- Collision detection with 2 projectiles and the Zombie.
- Zombie will stuck for a second when it's hit by a projectile.
The game is developed using NesAsm, on a 40Kb Cartridge ( for now ). I will release all source code for free when the game is finished. The graphics and sounds will be the last thing that I will do, for now my goal is to complete all gameplay features, game states, high scores, tuning etc etc. I'm working on this in my free time, any suggestions is welcome .
If someone want to try the prototype, you can download it at: https://drive.google.com/open?id=1-rK5D ... ysHropNMg3
I will update the topic and the game as soon as I can.