Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 473 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 473 Bytes

Gone Fishing for MSDOS

This is the source code for the C edition of the Javascript game gone fishing.

How to compile

You can download the .com file from the releases tab or you can compile this yourself using a tool called OpenWatCom. You could also compile it using any other compiler, as long as it supports cstdlib and has support for conio.h (needed for getch() which works better than getchar()).