Fullstack project for playing chess.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Chess is an application for playing chess with someone on the same computer, against AI or in multiplayer mode. App includes lobby for waiting players, game rooms and replay page, where user has opportunity to watch previous games.
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
- Created page layout with js-generated components.
- Implemented chess logic
- Created basic computer AI with different playing algorithms, add database of openings
- Introduced multiplayer mode
- Developed communication between server and client (http+websocket)
- Created layout with js-generated components.
- Implement chess logic.
- Created basic computer AI
- Built project using Webpack
- Pushed application to Heroku
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install NPM packages
npm install
- Enjoy coding!
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Tsurankou Yauheni - LinkedIn - [email protected]
Project Link: https://github.com/TELEUZI/Chess/