Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/kavithma-thushal/connect-four-assignment
- Owner: Kavithma-Thushal
- License: mit
- Created: 2023-03-03T18:20:10.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T06:18:00.000Z (over 1 year ago)
- Last Synced: 2024-04-24T12:08:49.436Z (9 months ago)
- Topics: ai, connect-four-game, java-8, javafx
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.