Objective

Connect Four (also known as Connect 4, Four Up, Plot Four, Find Four, Captain's Mistress, Four in a Row, Drop Four, and Gravitrips in the Soviet Union) is a two-player connection board game, in which the players choose a color and then take turns dropping colored tokens into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column. The objective of the game is to be the first to form a horizontal, vertical, or diagonal line of four of one's own tokens.

The game is implemented in jack language and can be run after complied using the VM emulator

[]: # Language: jack
[]: # Path: ConnectFour.jack

How to run

Step 1: Delete all VM files in the folder
Step 2: Run JackComplier.bat to generate new VM files
Step 3: Run VMEmulator.bat to run the emulator
Step 4: Choose program file as the full connect_four folder and run with fast speed and no animations