Thanks!
The manpage already has all the information on how to play the game, Everything except how to actually play the game using commands. considering the simplicity of the game, I don't see any problem here. Ah alright if you say so.
wumpus typo fix in wump.c line 282 "rampagees"
The manpage already has all the information on how to play the game, just under the option descriptions. Not exactly what you get from ?, but considering the simplicity of the game, I don't see any problem here.
Btw, I noticed that the manpage has no information on how to play the game unless you issue "?" at the game prompt which reveals it, would you accept a new MR if I changed the man-page to also have that information? Another simple way could be a mention of the ? command instead of adding in all the information into the man-page if you don't want to for historical reasons.
Btw, I noticed that the manpage has no information on how to play the game unless you issue "?" at the game prompt which reveals it, would you accept a new MR if I changed the man-page to also have that information?
wumpus typo fix in wump.c line 282 "rampagees"
undefined reference to `setcchar'
I looked at Mageia package repository, and it appears to have libncurses and libncursesw as separate libraries. The Mageia site does not let me actually download the packages, so I can't verify what's in it, but with this setup it is seems likely that libncurses package installs its pkg-config file to point only to itself, instead of aliasing to libncursesw. This makes it impossible for apps to optionally enable widechar functionality by simply looking at the headers, as bsd-games is doing. The only...
mvwadd_wchw already uses the NCURSES_WIDECHAR to enable widechar support only if the ncurses package installed by your distribution supports it. Checking NCURSES_WIDECHAR is the official way of checking for this functionality, and there is no other, as far as I know. So I'm going to say that this is a problem with your distribution's package. These days there is no reason whatsoever to build ncurses without unicode support, so you should submit a request to your distribution packager to do so.
undefined reference to `setcchar'
Add ENAMETOOLONG check to mkpath
atc: fix missing A_BOLD for background setattr
Bump version number for release
gomoku fails to build on macOS due to missing header
Fixed by 07793aa56343c0c6a94bbce8857c4b90d7e42b4a
Fix for not having <endian.h> on MacOS
The formatting seems to have been messed up. <machine/endian.h> not <endian.h>
gomoku fails to build on macOS due to missing header
Move project to Sourceforge