A text-based hackable multiplayer role-playing game. Currently in very early development.
Go to file
Barry Kane 33bc9bcda0 Adapted client to use Ncurses instead of raw terminal output:
Created "slowPrintNcurses", which is a version of "slowPrint" compatible with Ncurses screens.
Ncurses is now used in place of raw-terminal output.
The screen clears after inital start-up messages.
C-d no longer exits, and still doesn't spam.
Added Ncurses to the ld options of client in the Makefile.
Created ld options for server in the Makefile.
2021-09-03 18:47:11 +01:00
src Adapted client to use Ncurses instead of raw terminal output: 2021-09-03 18:47:11 +01:00
Makefile Adapted client to use Ncurses instead of raw terminal output: 2021-09-03 18:47:11 +01:00