Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uchithmasenevirathne/connect_four_game-oop-
This project is a coursework assignment for an Object-Oriented Programming module. Using JavaFX for the GUI and AI algorithms for single-player mode, I'm building a Connect Four game. Through this project, I'm applying OOP principles to design and implement the game logic, GUI, and AI functionality.
https://github.com/uchithmasenevirathne/connect_four_game-oop-
java javafx maven
Last synced: about 5 hours ago
JSON representation
This project is a coursework assignment for an Object-Oriented Programming module. Using JavaFX for the GUI and AI algorithms for single-player mode, I'm building a Connect Four game. Through this project, I'm applying OOP principles to design and implement the game logic, GUI, and AI functionality.
- Host: GitHub
- URL: https://github.com/uchithmasenevirathne/connect_four_game-oop-
- Owner: UchithmaSenevirathne
- License: mit
- Created: 2023-10-02T04:46:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T08:11:44.000Z (over 1 year ago)
- Last Synced: 2024-12-15T22:29:55.425Z (about 2 months ago)
- Topics: java, javafx, maven
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Connect_Four_Game-OOP-