Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kavithma-thushal/connect-four-assignment

A simple game using MINIMAX algorithm & play against AI bot (OOP Coursework)
https://github.com/kavithma-thushal/connect-four-assignment

ai connect-four-game java-8 javafx

Last synced: 2 months ago
JSON representation

A simple game using MINIMAX algorithm & play against AI bot (OOP Coursework)

Awesome Lists containing this project

README

        

# drawing Connect-4 Assignment

### How to use this repo
* `git clone https://github.com/Ranjith-Suranga/connect-four-assignment.git`
* Open the `pom.xml` via IntelliJ IDEA
* Make sure to the open it as a project, if prompt
* Reload the `pom.xml` file via **Maven Tool Window**
* Create a run configuration for Maven via `Run > Edit Configuration`
* Add `javafx:run` as the `Run` command
* That's it.
* **But do not try to run or compile the application**
* **Follow the instructions in the assignment**

If you want to find out how the game looks like at the end of the step-2, check [release page](https://github.com/Ranjith-Suranga/connect-four-assignment/releases/tag/v2.0.0).

### Version
1.0.0

### License
Copyright © 2022 DEP. All Rights Reserved.

This project is licensed under the [MIT](LICENSE.txt) license.