All Projects → novitchis → Chessman

novitchis / Chessman

Licence: GPL-3.0, Unknown licenses found Licenses found GPL-3.0 LICENSE Unknown COPYING.md
Chess analysis Universal Windows 10 application.

Programming Languages

C++
36643 projects - #6 most used programming language
C#
18002 projects
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to Chessman

protochess
Online multiplayer chess website that lets you build custom pieces/boards. Written in Svelte + Rust.
Stars: ✭ 95 (+578.57%)
Mutual labels:  chess
leto
Leto: Realtime Application Stack [Angualr2, Rethinkdb/Horizon, ExpressJS] Web | Mobile | Desktop
Stars: ✭ 21 (+50%)
Mutual labels:  uwp
UWPGmaps.SDK
Unofficial Google Map SDK for Universal Windows Platform (UWP)
Stars: ✭ 16 (+14.29%)
Mutual labels:  uwp
Zerofish
An implementation of the AlphaZero algorithm for chess
Stars: ✭ 34 (+142.86%)
Mutual labels:  chess
xavtool
Xplat Automating Version Tool
Stars: ✭ 33 (+135.71%)
Mutual labels:  uwp
CtrlUI
CtrlUI (Controller User Interface) is a Windows application, game and emulator launcher for your game controller, DirectXInput converts your game controller to a Xbox (XInput) controller, Fps Overlayer is a tool that shows the frames per second and the cpu, gpu and memory information.
Stars: ✭ 39 (+178.57%)
Mutual labels:  uwp
parquet-viewer-uwp
Viewer for Apache Parquet files for Windows 10
Stars: ✭ 30 (+114.29%)
Mutual labels:  uwp
FactoryOrchestrator
A cross-platform system service which provides a simple way to run and manage factory line validation, developer inner-loop, diagnostics, and fault analysis workflows.
Stars: ✭ 36 (+157.14%)
Mutual labels:  uwp
pgn-tactics-generator
Generate chess puzzles / tactics from a pgn file
Stars: ✭ 83 (+492.86%)
Mutual labels:  chess
lila-openingexplorer
Opening explorer for lichess.org that can handle all the variants and billions of unique positions
Stars: ✭ 89 (+535.71%)
Mutual labels:  chess
MorseCodeReceiver-UWP
💡 An UWP app which can translate the light sensor data into Morse code on mobile device.
Stars: ✭ 14 (+0%)
Mutual labels:  uwp
fastchess
Predicts the best chess move with 27.5% accuracy by a single matrix multiplication
Stars: ✭ 75 (+435.71%)
Mutual labels:  chess
ymir-js
This toolkit is created to make it easier for you to develop games like chess, checkers, go, match 3 puzzle and more. It is still under development.
Stars: ✭ 30 (+114.29%)
Mutual labels:  chess
AsteroidsWasm
Collection of applications based on a single C# .NET Standard project running in: Blazor Client (WebAssembly), Blazor Server, Electron, WPF, WinForms, Xamarin
Stars: ✭ 136 (+871.43%)
Mutual labels:  uwp
DebounceMonitoring
📑 Add debounce logic for any method in a single line.
Stars: ✭ 44 (+214.29%)
Mutual labels:  uwp
liPGN
This program uses the lichess REST API to retrieve all the games of a user and transform them into a big PGN file that you can then import into your favourite game analysis tool (ie. scid)
Stars: ✭ 14 (+0%)
Mutual labels:  chess
IconPacks.Browser
The Browser for all available Icon packages from MahApps.Metro.IconPacks
Stars: ✭ 74 (+428.57%)
Mutual labels:  uwp
APK-Installer
An Android Application Installer for Windows
Stars: ✭ 1,076 (+7585.71%)
Mutual labels:  uwp
bevy chess
Chess demo in Bevy
Stars: ✭ 59 (+321.43%)
Mutual labels:  chess
shogi-pieces
Shogi (Japanese Chess) pieces and boards
Stars: ✭ 25 (+78.57%)
Mutual labels:  chess

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].