Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/microeinstein/chesswpf

Chess game using WPF and material design. Supports singleplayer, internet multiplayer with chat and lobbies, replays. This is an hobby project from 2016 and it's not mantained.
https://github.com/microeinstein/chesswpf

chess multiplayer netframework singleplayer windows wpf

Last synced: 16 days ago
JSON representation

Chess game using WPF and material design. Supports singleplayer, internet multiplayer with chat and lobbies, replays. This is an hobby project from 2016 and it's not mantained.

Awesome Lists containing this project

README

        

# ChessWPF

Chess game using WPF and material design. Supports singleplayer, internet multiplayer with chat and lobbies, replays. This is an hobby project from 2016 and it's not mantained.

## Gallery

Menu Settings

Multiplayer request Multiplayer game settings Multiplayer match

Singleplayer Singleplayer Singleplayer Singleplayer win

## Download

See [releases](https://github.com/Microeinstein/ChessWPF/releases).

## How to build

- Dependencies
- **.NET framework** 4.5, WPF
- **MaterialDesignThemes** 2.1.0.657 ([git](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit)) ([nuget](https://www.nuget.org/packages/MaterialDesignThemes/2.1.0.657))
- **MaterialDesignColors** 1.1.3 ([git](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit)) ([nuget](https://www.nuget.org/packages/MaterialDesignColors/1.1.3))
- ~~NetLib~~ superseded by **NetLine** ([git](https://github.com/Microeinstein/NetLine))
- ~~ThreadTimer~~ superseded by **MicroLibrary/Threading** ([git](https://github.com/Microeinstein/MicroLibrary))

- Other requirements
- Windows 7 or later
- Visual Studio
- _port the project to newer libraries_

Being a Visual Studio project, compilation steps will be determined automatically.

## License

[GPLv3](COPYING) ([resources](/Resources) excluded)