nkg114mc / c-gomoku-cli

Command Line Interface tool for Gomocup gomoku/renju engines
GNU General Public License v3.0
7 stars 3 forks source link

Add support for Windows #2

Closed dhbloo closed 3 years ago

dhbloo commented 3 years ago

Basic support for windows is added to c-gomoku-cli 😃

The port may still not be perfect, for instance I did not find a valid replacement for getc_unlocked() in str_getline() under Windows, so a slower getc() is used instead. Other process related stuffs should be alright.

It builds successfully using MINGW64 gcc in my test.