A DOS game developed by me and classmates in 12th grade as a CS Project.
| Game Cover | BY | Load Screen | Gameplay |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
- Install DosBox
- Mount turbo-c to DosBox using config
- Make sure the graphics lib is linked in linker paths
- Run the script
#/Applications/TurboC++/TC
mount C: "/Applications/TurboC++/TC"
c:
cd BIN
~ ls /Applications/TurboC++/TC
BGI BIN CLASSLIB DOC INCLUDE LIB SAMURAI.DAT TC.bat
~ ls /Applications/TurboC++/TC/BIN
SamuraiJack.cpp ...


