Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.
/ 4-in-a-row Public archive

Game 4-in-a-Row for university course Programming languages

Notifications You must be signed in to change notification settings

AjdiNNN/4-in-a-row

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect four

Connect Four is a two-player connection board game, in which the players choose a color and then take turns dropping colored tokens into a vertically suspended grid. Whichever player manages to connect 4 tokens of the same color horizontally, vertically or diagonally wins the game.

The project was done as part of the IT 305 Programming Languages course at International Burch University, and implemented in the Go lang programming language.

Running the project

To run the project, you will first need to install Go lang. You can find detailed instructions on this link.

After installing Go lang, follow these steps to run the game:

git clone https://github.com/AjdiNNN/4-in-a-row/
cd 4-in-a-row
go run main.go

About

Game 4-in-a-Row for university course Programming languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages