View Single Post
Old 03 August 2021, 20:27   #41
mcgeezer
Registered User
 
Join Date: Oct 2017
Location: Sunderland, England
Posts: 2,702
Quote:
Originally Posted by jotd View Post
okay, back to Pacman after all.

We'll see the AI later on.

Decided to go 100% asm. 4 planes.

1 plane for maze
1 plane for pacman using blitter (1 plane)
1 plane for dots
1 other plane (to be able to blit bonuses with proper colors)
sprites for ghosts (4 different color palettes preventing to use a sprite for pacman)

hoping to avoid double buffering and getting 50Hz with only 1 blit on 1 plane. That should be doable.

I'm not too concerned about the AI ATM.

Good stuff.

Can u not get away with only 3 bitplanes? 2 colours for the maze and dots, 1 for pacman and 4 for the fruits?

Defo possible without double buffering.
mcgeezer is offline  
 
Page generated in 0.04247 seconds with 11 queries