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
- Host: GitHub
- URL: https://github.com/thiraput01/exciting-chess
- Owner: Thiraput01
- Created: 2024-02-19T17:28:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T05:54:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T12:12:02.869Z (over 1 year ago)
- Topics: chess-game, game-development, java, javafx-application, oops-in-java
- Language: Java
- Homepage:
- Size: 14.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!