williammadie / the-checkers

A simple checkers game made with JavaFX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ”ด Checkers Game โšซ๏ธ

A checkers game built as part of a school assignment for my computer science bachelor degree. I made this project with two friends using JavaFX for the UI and Maven for ensuring easy installation.

๐Ÿ“œ Overview

In this project, we aimed to create a fun and interactive checkers game that can be played by people of all ages. Checkers is a classic board game that has been enjoyed for centuries, and this implementation provides a modern take on the game with a user-friendly interface.

In-Game King GIF

๐Ÿ’ป Technologies Used

  • JavaFX
  • Maven

๐Ÿ“‹ Prerequisites

  • OracleJDK 17 or later
  • Maven 3.7 or later

๐Ÿš€ Installation

To install the checkers game, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/checkers-game.git

  2. Navigate to the project directory in your terminal or command line.

  3. Run the appropriate command for your operating system: mvn clean install

๐ŸŽฎ Usage

To play the game, follow these steps:

  1. Navigate to the project directory in your terminal or command line
  2. Run mvn exec:java
  3. Follow the on-screen instructions to start playing the game!

Init Game GIF

In-Game GIF

๐Ÿ‘ฅ Contributors

๐Ÿ“„ License

MIT License

About

A simple checkers game made with JavaFX

License:MIT License


Languages

Language:Java 100.0%