WIZARD FIGHT
WIZARD FIGHT
Solo Project - FIEA
PC Game made in 68k Assembly
Winner of Top Mechanics in FIEA 68k Showcase 2024
Game Description
Wizard Fight is a two player local co-op battle game. Players take turns using one of three abilities, regular fireball, cursor fireball, and beam. Using these abilities they will try to attack the other player, and after 3 successful hits the attacking player will win. The abilities will traverse through the level utilizing trampolines to try and preserve bounce height to hit the opponent.Â
Features
Custom Bitmap renderer, capable of rendering sprites with transparency, and can handle sprite based animations
Image-driven level system separating visuals and collision, using pixel color data to encode collision types
Custom physics engine capable of handling multiple collision types, and kinematic movement
Wrote my own seven segment display to render the scores.