Skip to content

willvin313/Chessman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chessman

A chess analysis Universal Windows Application published to Windows 10 Store since 2016.

Join the chat at https://gitter.im/ChessmanDev/Lobby Build status

Chessman

With the purpose of helping chess players of any level to improve their game, Chessman is a modern Windows 10 application hoping to evolve into a full featured chess training app.

Please don't submit the exact copy of this app to Windows 10 Store, instead you can contribute to this application see CONTRIBUTING.md.

Implementation

The application is a Universal Windows Platform that runs on any Windows 10 device. Is desktop first, but other screen sizes will be still supported.

Stack:

  • View: XAML and C# and follows (mostly :) ) MVVM.
  • C++/CX core chess board backend.
  • C++ Stockfish 10 chess engine.
  • Unit Tests: XUnit.

License

Chessman is free, and distributed under the GNU General Public License (GPL) 3.0. Essentially, this means that you are free to do almost exactly what you want with the program, including distributing it among your friends, making it available for download from your web site, selling it (either by itself or as part of some bigger software package), or using it as the starting point for a software project of your own.

The only real limitation is that whenever you distribute Chessman in some way, you must always include the full source code, or a pointer to where the source code can be found. If you make any changes to the source code, these changes must also be made available under the GPL.

For more details, read COPYING.md.

About

Chess analysis Universal Windows 10 application.

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 72.8%
  • C# 25.0%
  • Makefile 1.1%
  • Other 1.1%