Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 583 Bytes

README.md

File metadata and controls

45 lines (33 loc) · 583 Bytes

Chess Demo

It's a Very Basic Chess .

How set up it?

1. Extract zip File
2. Compile a Project
#!bash
$ cd chess-demo
$ sbt compile

How run

sbt run

Models

Piece

DirectionType
Piece
Rook
KNight
Bishop
Queen
King
Pawn

Game

Move
Player

Board

Point
Tile

Controller

Board
Game