CmdSpaceship is a simple shooter game in command prompt settings.
It was firstly written with <pthread.h>
in Linux, and now fully rewritten with modern C++ as well as Winsock2 on Windows.
The code is evolved from a course material from Parallel Processing course in Multimedia University in 2015.
- Build for
ServerBuild
- Build for
ClientBuild
- You can locate both build under ..\src\CmdSpaceship\x64
- Run the server executable, then run the client executable.
A
andD
to move horizontally,W
to shoot.- Press
R
to continue after one of the spaceship is defeated.