Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirlosyousef/chessy
A 3 * 2 Chess Board with a start and goal states.
https://github.com/kirlosyousef/chessy
chessboard gameboard java javafx javafx-application jpa-hibernate jpa-persistence-applications junit5 log4j lombok-maven maven mysql mysql-database openjfx slf4j testfx
Last synced: 26 days ago
JSON representation
A 3 * 2 Chess Board with a start and goal states.
- Host: GitHub
- URL: https://github.com/kirlosyousef/chessy
- Owner: KirlosYousef
- License: mit
- Created: 2019-05-01T13:58:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T03:24:10.000Z (over 2 years ago)
- Last Synced: 2024-10-12T18:41:20.490Z (26 days ago)
- Topics: chessboard, gameboard, java, javafx, javafx-application, jpa-hibernate, jpa-persistence-applications, junit5, log4j, lombok-maven, maven, mysql, mysql-database, openjfx, slf4j, testfx
- Language: Java
- Homepage:
- Size: 69.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chessy App
> 3 * 2 Chess Board with a start and goal states.![version](https://img.shields.io/badge/version-1.0.1-yellow)
![platform](https://img.shields.io/badge/platform-windows%20%7C%20macos%20%7C%20linux-lightgrey)
[![GitHub license](https://img.shields.io/github/license/KirlosYousef/Chessy)](https://github.com/KirlosYousef/Chessy/blob/master/LICENSE)
[![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2FKirlosYousef%2FChessy)](https://twitter.com/intent/tweet?text=Check-this-out!:&url=https%3A%2F%2Fgithub.com%2FKirlosYousef%2FChessy)# Table of Contents
- [Features](#Features)
- [Tech](#Tech)
- [Support](#Support)
- [License](#License)# Features
**Data Stored Online**The Players results are saved to MySQL database.
**Top Results**
Top ten results are displayed at the end of the match.
**Start state**
![Imgur Image](https://i.imgur.com/Ym1muJK.png)
**Goal state**
![Imgur Image](https://i.imgur.com/ARGs7Vn.png)
# Tech
- Maven
- JavaFX
- TestFX
- JUnit5
- MySQL
- H2 DB Engine
- JPA
- Log4J
- SLF4J
- Lombok
- JavaDoc Plugin
- Surefire Plugin
- Checkstyle Plugin
- MVC## Support
Reach out to me at one of the following places!
- Portfolio at `kirlosyousef.com`
- Linkedin at `Kirlos Yousef`## License
- **[MIT License](https://opensource.org/licenses/MIT)**
- Copyright 2020 © Kirlos Yousef.