Skip to content

michaelsh1/Offline-Chess-With-AI

Repository files navigation

Chess game in C++ using the SFML graphic library

This is an offline chess game in C++, that incorporates an AI as well as an offline game to play with a friend.

Some things to note:

  1. the AI is upgradeable and can be easily modified to match whatever experiment you might have :)
  2. this is my first ever project in c++ as well as in coding in general, so the code might be suboptimal and a little buggy
  3. ENJOY!

ps: if you are trying to make a chess game of your own and would like to get some ideas/tips from my progress, you are more than welcomed to contact me at: michaelsh2002@gmail.com. I think that my way of generating moves is pretty intuative and this was the part that was most challenging.

MIT License

MIT License

Copyright (c) 2021 Michael Sharon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Chess game created in c++ using the SFML library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published