Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohammedmoataz/x-o
A simple X-O 2 players game
https://github.com/mohammedmoataz/x-o
desktop-application javafx
Last synced: 13 days ago
JSON representation
A simple X-O 2 players game
- Host: GitHub
- URL: https://github.com/mohammedmoataz/x-o
- Owner: MohammedMoataz
- Created: 2021-11-21T01:46:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T09:25:05.000Z (about 1 year ago)
- Last Synced: 2024-02-12T10:39:12.557Z (about 1 year ago)
- Topics: desktop-application, javafx
- Language: Java
- Homepage:
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# X-O Game
This project is a simple implementation of the classic Xs and Os game using the JavaFX platform for desktop applications.
## Getting Started
1. Clone this repository:
```bash
git clone https://github.com/MohammedMoataz/X-O.git
2. Open the project in your preferred Java IDE (e.g., IntelliJ IDEA, Eclipse).
3. Add JavaFX library in the project VM.
4. Run the project## Requirements
- Java +8
- JavaFX## Demo
![O win](https://github.com/MohammedMoataz/X-O/assets/81831838/9d69ec23-8cc5-40f7-85bf-2b7071311a90)
![X win](https://github.com/MohammedMoataz/X-O/assets/81831838/3ed69b1b-d9fd-4d1d-be5e-a53e215f4669)## Contributing
We welcome contributions from the community to make this project better. If you find any issues or have any ideas, please submit a pull request or open an issue in the repository.
Thank You!
----------