Skip to content

nk18chi/chess-typescript

Repository files navigation

Chess Game by Typescript

The chess game is following the concept of OOP(Object Oriented Programming) in Typescript.

chess-demo.mov

Environment

  • Node: v16.7.0

Features

  • Follow the cencept of Object Oriented Programming
  • Create interfaces of classes to distinguish between public methods and private methods clearly
  • Support for special moves such as enPassant/Promotion/Castling
  • Fully tested by using Jest and check if all testcases are passed by using Circle CI

Setup

npm install or yarn install
npm start or npm run demo(this command is only for the demo)

About

The Chess Game is built by Node and Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages