Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

cabbage63/reversi

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Play

Compile codes

Compile the source codes with a C compiler that you like. For instance;

$ clang *.c

and

$ gcc *.c

and so on.

Execute output file

Execute the file outputted.

$ ./a.out

Then, reversi CUI shown below will appear.

  0 1 2 3 4 5 6 7 
0|- - - - - - - - 
1|- - - - - - - - 
2|- - - - - - - - 
3|- - - x o - - - 	Black: 2
4|- - - o x - - - 	White: 2
5|- - - - - - - - 
6|- - - - - - - - 
7|- - - - - - - - 
Black turn
input X: 

Input X and Y coordinates. You can place a stone at on designated cell.

Enjoy

With having some drink is good.

How to Contribute

I wrote this code to learn C language. There are many place to refactoring. If you have any idea, please send me a pull request.

About

Reversi written in C language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.