Game Behavior (New)
Add Second Crazy Ghost (ghost_crazy2)
Pick from multiple spawn locations
Crazy Ghost collision
What files need to be modified
display_top.v
enemy_collision.v
ghost_crazy.v
What files need to be added
ghost_crazy2.v
ghost_crazy_rom2.v
New Parameters
X,Y: position for ghost_crazy2
Movement Speed: optional movement speed for different ghost behavior
Spawn: allows the ghost to spawn at different location
Collision: Checks position of the ghost and Yoshi
Testing
Does ghost_crazy2 appear on screen in the correct position?
Does Yoshi collide with it like the first ghost?
Does it move/respond if coded to do so?