GithubHelp home page GithubHelp logo

rustomax / reversi-pdcurses Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 284 KB

Reversi in PDCurses

License: GNU General Public License v3.0

Makefile 0.69% C 99.31%
console-game pdcurses curses windows reversi othello pdcurses-reversi

reversi-pdcurses's Introduction

Basic Windows Reversi game in C using PDCurses library

Compile and run

git clone https://github.com/rustomax/reversi-pdcurses.git
cd reversi-pdcurses\PDCurses\win32a
<MinGW_root>\bin\mingw32-make -f mingwin32.mak
gcc -O4 -Wall -pedantic -I.. -mwindows -o../../reversi/reversi.exe ../../reversi/main.c pdcurses.a -lgdi32 -lcomdlg32 -std=c11
..\..\reversi\reversi

Notes

  • This program uses the Project Pluto's version of PDCurses. The main site is https://www.projectpluto.com/win32a.htm. GitHub repo https://github.com/Bill-Gray/PDCurses
  • This program is designed to run on Windows, but since all IO is done through curses, it should be relatively easy to port to other platforms. If you are in the mood for that feel free to send me a pull request.
  • This program is licensed under GPL. PDCurses uses public domain license (see full license in their GitHub repo).
  • This repo is streamlined for MinGW compiler on Windows with a lot of directories in PDCurses distribution removed. If you want to compile with different compilers for other targets, make sure to clone the full PDCurses repo from locations mentioned above.

Screenshot

PDCurses Reversi for Windows

reversi-pdcurses's People

Contributors

rustomax avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.