https://github.com/apollo-roboto/reversi
A c# Reversi bot that plays Reversi
https://github.com/apollo-roboto/reversi
Last synced: 8 months ago
JSON representation
A c# Reversi bot that plays Reversi
- Host: GitHub
- URL: https://github.com/apollo-roboto/reversi
- Owner: Apollo-Roboto
- License: mit
- Created: 2022-05-01T20:41:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T02:37:13.000Z (over 3 years ago)
- Last Synced: 2025-01-22T05:17:31.862Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reversi
Reversi C# library. Availlable on [Nuget](https://www.nuget.org/packages/ApolloRoboto.Reversi)!
## Usage
Play against the bot!
```powershell
dotnet run --project .\App\App.csproj
```
## Preview
```txt
Possible moves: A1 D1 C2 D2 F2 G3 B6 C6 D7
B 12 • 9 W
╭─────────────────╮
1 │ • • • • • • • • │
2 │ • B • • B • • • │
3 │ • • B • B B • • │
4 │ • W W W B B W W │
5 │ • • B B B B • • │
6 │ • • • W B W • • │
7 │ • • • • • W • • │
8 │ • • • • • W • • │
╰─────────────────╯
A B C D E F G H
WHITE Move:
```