Plants Vs Zombies in 68K

Partial clone of Plants vs. Zombies, written entirely in 68k assembly.
Features:

  • Grid-based plant placement and zombie movement

  • Optimized Bitmap Renderer

    • 38 cycles per pixel

    • Just over 15k pixels @ 15fps!

  • Custom game loop

  • Fixed-point math for physics

  • Manual memory, input, and sprite management

  • No game engine or external libraries