Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranindunethmina/connectfourgame
Connect 4 Game including the artificial Intelligence part of the computer player
https://github.com/ranindunethmina/connectfourgame
connect-4-game connect-four game-development java simple-game-java
Last synced: about 1 month ago
JSON representation
Connect 4 Game including the artificial Intelligence part of the computer player
- Host: GitHub
- URL: https://github.com/ranindunethmina/connectfourgame
- Owner: ranindunethmina
- License: mit
- Created: 2023-10-14T09:58:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T09:59:09.000Z (about 1 month ago)
- Last Synced: 2025-01-05T10:30:35.824Z (about 1 month ago)
- Topics: connect-4-game, connect-four, game-development, java, simple-game-java
- Language: Java
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Connect Four Game
In this assignment, you will implement the complete logic behind the "Connect 4 Game" including the artificial Intelligence part of the computer player.
Please read the assignment carefully before proceeding. You can find the assignment [here](https://drive.google.com/file/d/1sfD00n_mQAmeyLz9kp_Kzd0V4OJhAqFM/view?usp=sharing).
In case if you have any doubts regarding the assignment please make sure to clarify them upfront.### How to use this repo
* `git clone https://github.com/ranindunethmina/connect-four-game.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 yet**
* **Follow the instructions in the assignment**### License
Copyright © 2023 Ranindu Nethmina. All rights reserved
This project is licensed under the [MIT](LICENSE.txt) License.