Gridcapture

A fun game in which your objective is to capture the most number of squares in the grid.

View the Project on GitHub healthycola/GridCapture

Welcome to GridCapture

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.

Purpose of the game

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.

Demo

Settings
Grid Size: Number of Players:

Areas of improvement

There are a bunch of things that the game needs and that I've planned out for it. I've listed them below.

Edit (Aug 10th): I'm on vacation right now, and I was able to add some of the functionality mentioned above on my off time. :)