Connect 6 : Essentially Connect 4 except that you need to connect 6.
Players are allowed to left click to add tokens in any column OR right click the bottom to remove their own token
in any column which would shift the column down.
FEATURES TO ADD:
- Multiplayer. Game should be used on a web server.
- A hover piece allowing user to hover above the board and each column
- When the user drops a token, add real life physics to game, instead of just teleporting the token.
- Game window showing who won and a replay button.