Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/microeinstein/chesswpf
- Owner: Microeinstein
- License: gpl-3.0
- Created: 2023-11-05T19:01:06.000Z (about 1 year ago)
- Default Branch: trunk
- Last Pushed: 2023-11-05T21:21:01.000Z (about 1 year ago)
- Last Synced: 2024-11-17T05:30:23.796Z (3 months ago)
- Topics: chess, multiplayer, netframework, singleplayer, windows, wpf
- Language: C#
- Homepage:
- Size: 2.91 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
## 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)