Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rabbitism/connectfourpractice
https://github.com/rabbitism/connectfourpractice
Last synced: about 18 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rabbitism/connectfourpractice
- Owner: rabbitism
- Created: 2024-01-31T09:11:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-31T09:17:21.000Z (11 months ago)
- Last Synced: 2024-11-05T12:49:06.481Z (about 2 months ago)
- Language: CSS
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build Blazor Connect Four Game in .NET 8
https://learn.microsoft.com/en-us/training/modules/dotnet-connect-four/
## Notes
1. `Start` is a raw Blazor wasm project.2. `ConnectFour` is the final project.