Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halomakes/phyndotnet
Menace tic-tac-toe
https://github.com/halomakes/phyndotnet
blazor menace tic-tac-toe
Last synced: 5 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T02:23:00.000Z (over 4 years ago)
- Last Synced: 2023-08-26T19:03:09.912Z (over 1 year 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 [![Build Status](https://travis-ci.org/halomademeapc/phyndotnet.png?branch=master)](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
```