Skip to content

adistroe/Connect-Four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

About

This is the Connect Four project I made myself while studying at JetBrains Academy

Connect Four is a fun game for two players. The players place discs on a vertical board that is 7 columns wide and 6 rows tall. The goal of the game is to be the first to form a horizontal, vertical, or diagonal line of four discs.

This project is a part of the following tracks:

Here's the link to the project: https://hyperskill.org/projects/202
Check out my profile: https://hyperskill.org/profile/391060831

Learning outcomes

In this project, you will develop this game with a number of improvements.

This project will help you understand how to use basic Kotlin components: data structures, conditions and loops. You'll learn how to interface with a program and develop a fun game to play.