https://github.com/halomakes/phyndotnet
Menace tic-tac-toe
https://github.com/halomakes/phyndotnet
blazor menace tic-tac-toe
Last synced: 4 months ago
JSON representation
Menace tic-tac-toe
- Host: GitHub
- URL: https://github.com/halomakes/phyndotnet
- Owner: halomakes
- License: mit
- Created: 2019-04-11T00:16:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T02:23:00.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T05:31:49.639Z (6 months ago)
- Topics: blazor, menace, tic-tac-toe
- Language: C#
- Homepage:
- Size: 326 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phÿnd [](https://travis-ci.org/halomademeapc/phyndotnet)
rudimentary "machine learning" tic-tac-toe.Phynd is a tic-tac-toe game based on MENACE (Machine-Educable Naughts and Crosses Engine). One key difference is that humans are allowed to go first in this, drastically increasing the system's learning curve.
The app is build on .NET Core Razor Components.## Quickstart
```powershell
docker run --name phynd -d -p 80:80 halomademeapc/phyndweb
```## Requirements
**To build**
* .NET Core 3.0 SDK Preview**To run**
* .NET Core 2.0 Runtime Preview## Building
```powershell
dotnet publish ./PhyndWeb.csproj
```## Running
```powershell
dotnet ./PhyndWeb.dll
```