/ncreversi

ncursesでリバーシ

Primary LanguageC++MIT LicenseMIT

ncreversi

Overview

Simple reversi game with ncurses UI.

Arrow key to move cursor, and space key to put stone.

Computer decides place to put stone automatically.

When the game is over, the result and winner will be displayed.

Installation

NOTE: You need CMake and ncurses to build this game.

After clone this repository, please execute commands shown below. The built executables will be created at ./build/src/ncreversi.

mkdir build
cd build
cmake ..
cmake --build .

Dependencies

Main logic of this game is based on Enchan1207/flipstone, the core library of reversi written in C++. If you find logic-related glitches or bugs, please contact to this repository.

License

This repository is published under MIT License.