Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anam1980/connect_4-game
Developed the famous game of Connect4 as a desktop application using JavaFX
https://github.com/anam1980/connect_4-game
intelij-project java javafx-application javafx-desktop-apps scenebuilder
Last synced: about 1 month ago
JSON representation
Developed the famous game of Connect4 as a desktop application using JavaFX
- Host: GitHub
- URL: https://github.com/anam1980/connect_4-game
- Owner: Anam1980
- Created: 2023-04-08T11:59:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-08T17:36:58.000Z (over 1 year ago)
- Last Synced: 2024-11-08T20:09:10.540Z (about 1 month ago)
- Topics: intelij-project, java, javafx-application, javafx-desktop-apps, scenebuilder
- Language: Java
- Homepage:
- Size: 7.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CONNECT_4-GAME📱
* This is a Connect 4 game created using JavaFX.
* The game allows two players to play against each other, taking turns to place their pieces on the board and trying to connect four of their pieces in a row.## SCREENSHOT➡️
![Screenshot of Connect 4 game](./connect4.png);
## HOW TO PLAY➡️
* To play the game, each player takes turns placing their pieces on the board by clicking on the desired column. The pieces will drop down to the lowest available space in that column.* The first player to connect four of their pieces in a row (horizontally, vertically, or diagonally) wins the game. If all spaces on the board are filled without either player connecting four pieces in a row, the game is a tie.
## ACKNOWLEDGEMENT➡️
* This game was created using JavaFX , Scene Builder and the IntelliJ IDEA IDE.## :v: ***Contributions are welcome! Feel free to submit pull requests or open issue and don't forget to give STAR🌟:!!***:relaxed: