https://github.com/grakepch/reversi
https://github.com/grakepch/reversi
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/grakepch/reversi
- Owner: GrakePch
- Created: 2023-07-07T20:34:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T20:43:12.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T08:55:15.419Z (over 1 year ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Reversi
A simple C++ program that realize the game [Reversi (Othello)](https://en.wikipedia.org/wiki/Reversi) in a terminal.
```
a b c d e f g h
1 . . . . . . . . 1
2 . . . . . . . . 2
3 . . . . . . . . 3
4 . . . o x . . . 4
5 . . . x o . . . 5
6 . . . . . . . . 6
7 . . . . . . . . 7
8 . . . . . . . . 8
a b c d e f g h
```