Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

A simple chess game made for practicing programming concepts.

MVP

  1. There's a visible board.
  2. Pieces can be placed on the board.
  3. Pieces can be moved across the board.
  4. Pieces position are loaded dynamically (Through a notation FEN / PNG)
  5. Pieces have their own set of possible moves.
  6. Pieces moves are based on a set of legal moves (Cannot make a move that would leave my king on check).
  7. Pawns can commit 2 steps on their first move.
  8. I can make a castle move.
  9. I can make an En passant move.

Get Started

	# Install the dependencies
	$ yarn install

	# Start in Production mode
	$ yarn build;

	# Start in Development mode
	$ yarn dev;

Resources

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages