Picross is a fun set of logic puzzles in the same genre as Sodoku. Each puzzle consists of a grid of blank squares and a set of numbers for each row and column in the grid. The numbers indicate the sets of squares that must be filled in that row or column to solve the puzzle. For example, if the numbers are {1 2 3} then a single square must be filled,...
Goals:
-> Implement player collision detection and hit point tracking.
Design:
-> Start from last entry.
-> Life and Shield strength bars at the bottom of the screen. Life is on the left, shield strength is on the right.
-> Collision detection of enemy shots and sprites hitting the player using hardware collision detection.
->...