Skip to content

martinrodl/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

Challenge to program chess game in short time

You can try it here

Getting started

  1. Fork the repo and clone your fork to your development environment

  2. In a second terminal navigate to the client folder and run npm install in your terminal to install dependencies. Then simply run npm start to get the react frontend running. You should see the app open up in your browser at http://localhost:3000 - the default react port.

  3. The app is running :-)

The App itself

Intro page

Used Tech Stack

  • JavaScript
  • React

Observations

Improvements on the current code base

  • Refractor and clean conditions for chess pieces
  • Split code base
  • Implement check, check mate, castling, en passant
  • Unit testing for easy implementation new features

The Future

  • Implement redux for easy tracking all moves
  • Implement hints and comments

Creator

  1. Martin Rodl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published