Skip to content

Implementing Connect4 game using Scala programming language

Notifications You must be signed in to change notification settings

jupudibhaskar967/Connect4_Scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This is implementation of Connect4 game using Scala programming language.

Here the size of the board and the depth of the search is configurable.

Depth of the game determines the difficulty. Higher depth indicates higher difficulty.

NOTE:
Minimum depth of 2 is recommended.

How to Play:

scalac Play_main.scala Utility.scala
scala Play_main

About

Implementing Connect4 game using Scala programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages