Skip to content

gavtay/web-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-chess

Web Chess is a simple chess board created with HTML, CSS, and TypeScript.

Table of Contents

About

Web Chess is a web-based chess board that you can use to play chess games or integrate into your projects. It's built with HTML, CSS, and TypeScript, making it easy to understand and customize.

Installation

To get Web Chess up and running, follow these steps:

Prerequisites

Before you begin, ensure you have the following software installed:

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/web-chess.git
    
  2. Change directory to the parent directory:

    cd web-chess

  3. Install project dependencies:

    npm install

  4. Compile TS to JS:

    tsc

  5. Open the project in web browser:

    open index.html

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Chess app made with Vanilla TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published