Skip to content

CmdSpaceship is a simple shooter game in command prompt settings. Originally a course material, now rewritten with modern C++ style.

License

Notifications You must be signed in to change notification settings

hchia93/cmd-spaceship

Repository files navigation

CmdSpaceship

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.

Watch the preview

Building Executables

  • Build for ServerBuild
  • Build for ClientBuild
  • You can locate both build under ..\src\CmdSpaceship\x64

Running the Application

  • Run the server executable, then run the client executable.

Gameplay Instruction

  • A and D to move horizontally, W to shoot.
  • Press R to continue after one of the spaceship is defeated.

Reference

About

CmdSpaceship is a simple shooter game in command prompt settings. Originally a course material, now rewritten with modern C++ style.

Topics

Resources

License

Stars

Watchers

Forks