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

https://github.com/thiraput01/exciting-chess

Final project for 2110215 Programming methodology
https://github.com/thiraput01/exciting-chess

chess-game game-development java javafx-application oops-in-java

Last synced: about 1 month ago
JSON representation

Final project for 2110215 Programming methodology

Awesome Lists containing this project

README

          

# Exciting Chess ♛♟️✨

Welcome to the Exciting Chess project! This is a chess game implemented in Java, packaged into a JAR file for easy execution. Follow the instructions below to get started.

## Table of Contents
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Video Demonstration](#video-demonstration)

## Requirements

- Java Runtime Environment (JRE) 8 or later

## Installation

1. **Clone the repository:**

```bash
git clone https://github.com/Thiraput01/Exciting-Chess.git
```

2. **Navigate to the project directory:**

```bash
cd Exciting-Chess
```

## Usage

To play the chess game, you need to run the JAR file. Follow the steps below:

1. **Open a terminal or command prompt.**

2. **Navigate to the directory where the `Progmeth_project.jar` file is located:**

```bash
cd path/to/Exciting-Chess
```

3. **Run the JAR file using the following command:**

```bash
java -jar Progmeth_project.jar
```

This will launch the chess game. Enjoy playing!

## Video Demonstration

For a demonstration of the game, you can watch this video: [Exciting Chess Game Demonstration](https://www.youtube.com/watch?v=mRu1mpB-ye8)

----------------

Thank you for playing!