Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philtasticguy/quixo
Dockerized .NET Blazor WebAssembly implementation of the Quixo game, complete with AI opponent using Minimax and various design patterns.
https://github.com/philtasticguy/quixo
blazor csharp docker dotnet quixo
Last synced: 11 days ago
JSON representation
Dockerized .NET Blazor WebAssembly implementation of the Quixo game, complete with AI opponent using Minimax and various design patterns.
- Host: GitHub
- URL: https://github.com/philtasticguy/quixo
- Owner: PhiltasticGuy
- Created: 2022-06-29T12:39:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T13:46:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T17:42:51.244Z (about 2 months ago)
- Topics: blazor, csharp, docker, dotnet, quixo
- Language: C#
- Homepage:
- Size: 533 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blazor WebAssembly Game - Quixo
## Screenshots
### Launch New Game
![launch-game](docs/screenshots/landing-page.png)
### Empty Board
![empty-board](docs/screenshots/new-game.png)
### Winner
![game-end](docs/screenshots/won-game.png)
## Design Patterns
### MVC
![patterns-mvc](docs/design-patterns/MVC.png)
### Factory and Singleton
![patterns-mvc](docs/design-patterns/PlayerFactory.png)
### Strategy
![patterns-mvc](docs/design-patterns/Strategy.png)
## Running Game
```
docker-compose up
```