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

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

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