https://github.com/extrabb/chess-wasm
Chess implementation in Blazor WASM
https://github.com/extrabb/chess-wasm
Last synced: 8 months ago
JSON representation
Chess implementation in Blazor WASM
- Host: GitHub
- URL: https://github.com/extrabb/chess-wasm
- Owner: ExtraBB
- License: mit
- Created: 2021-05-29T11:26:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T07:17:12.000Z (almost 5 years ago)
- Last Synced: 2025-08-30T03:53:53.657Z (10 months ago)
- Language: C#
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Chess WASM
A Blazor WebAssembly implementation for Chess.
## Goals
- Create a playable game of chess vs computer
- Create an AI that plays around 1500 level
## Running the application
- Make sure you have the dotnet CLI installed
- Run `dotnet run watch`
# Discontinued due to no threading support. Continued at: https://github.com/ExtraBB/ExtraChess