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

https://github.com/amj2001/chess-battle

Chess game web app
https://github.com/amj2001/chess-battle

angular-16 ngx-chess-board

Last synced: about 1 year ago
JSON representation

Chess game web app

Awesome Lists containing this project

README

          

# ♟️ Chess Battle 🔥

🚀 **A real-time online chess game!**

---

## 🏷️ Tech Stack
![Node.js](https://img.shields.io/badge/Node.js-18-green)
![Angular](https://img.shields.io/badge/Angular-16-red)

---

## 🎯 Features
✅ **Single & Multiplayer mode**
✅ **Customizable board themes** 🎨
✅ **Move history tracking** 📝
✅ **Game timer (Time Elapsed)** ⏳
✅ **Checkmate detection**

---

## 🔧 Setup Instructions

**Clone the repository**
```sh
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name
```

```sh
npm i
```
```sh
npm run build
```
```sh
npm start