HaecheonLee / chess

A simple chess application to play between 2 players

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess

A two-player chess game built with vanilla JavaScript and Node.js.

Installation

  1. Clone the repository.

  2. Install dependencies:

    npm install
  3. Start the server:

    npm run start
  4. Open your browser and go to http://localhost:3000.

About

A simple chess application to play between 2 players


Languages

Language:TypeScript 86.0%Language:CSS 10.5%Language:HTML 3.5%