Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apollo-roboto/reversi
A c# Reversi bot that plays Reversi
https://github.com/apollo-roboto/reversi
Last synced: about 1 month 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T02:37:13.000Z (about 2 years ago)
- Last Synced: 2024-10-13T22:48:07.740Z (2 months 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 D7B 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 HWHITE Move:
```