mullachv / Chess

This repository is created by the course of Social Multi-player Games implementing the game Chess. Wiki Page is http://en.wikipedia.org/wiki/Chess

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess

Playable version: 1.0.1

This repository is created by the course of Social Multi-player Games implementing the game Chess, implemented using Javascript and AngularJS. Wiki Page is http://en.wikipedia.org/wiki/Chess

Rules

Functions implemented

  • canKingMove
  • canQueenMove
  • canRookMove
  • canBishopMove
  • canKnightMove
  • canPawnMove
  • ...

Test cases

25 test cases written in Jasmine and running through Karma with 80% coverage. A screen capture of result as an example:

About

This repository is created by the course of Social Multi-player Games implementing the game Chess. Wiki Page is http://en.wikipedia.org/wiki/Chess


Languages

Language:JavaScript 74.6%Language:TypeScript 15.4%Language:HTML 6.4%Language:CSS 3.7%