Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!
----------