A fun game in which your objective is to capture the most number of squares in the grid.
Grid Capture is a very simple game that I developed recently. It was an excuse for me to get my hands dirty with HTML5 (specifically canvas
) and javascript, since I've never really used either before.
The purpose of the game is quite simple. You play with another person, and each person gets a turn. On their turn, they are allowed to select one un-captured line on the grid. This line belongs to them. When a player captures a line which creates a complete square, they have captured a square. They also get another turn. Otherwise, it is the other player’s turn.
There are a bunch of things that the game needs and that I've planned out for it. I've listed them below.