/chess

A simple chess application to play between 2 players

Primary LanguageTypeScript

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.