Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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:
```