Skip to content

cipherg00n/megaman-3

 
 

Repository files navigation

Megaman X3 in C++

This project is a Megaman 3 multiplayer game. Includes the following:

  • Map editor for creating own custom maps.
  • Server for managing physics and being able to play multiplayer mode
  • Client for a user to play the very own game

##INSTALL

  • Grant permission to the install.sh.
#Inside the folder
chmod u+x install.sh #Or the desired level of permission
  • Now simply execute it and select what fits your needs
./install.sh

##RUN

Server: ./mserver :port config.json
Client: ./mclient :fps #Fps is optional, by default it will use 20fps
Editor: ./meditor

About

Multiplayer Megaman 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.1%
  • Shell 24.3%
  • Makefile 7.6%
  • C 1.8%
  • CMake 1.3%
  • M4 1.1%
  • Other 0.8%