Skip to content

TercioOfParma/strawbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

On windows you must have the PDcurses library properly installed to compile this, you can
compile on command line by typing this with gcc, although I am not sure about visual c++:

gcc	-o	strawbs	main.c	-lpdcurses


A linux port should be as easy as changing the #include <curses.h> to ncurses.h and changing
from -lpdcurses to -lncurses provided you have ncurses-dev installed

About

Basic Pickin sticks like game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages