• Stars
    star
    120
  • Rank 294,921 (Top 6 %)
  • Language
    C
  • License
    MIT License
  • Created over 6 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A realtime-mobile-fighting game made with Unity and Skynet.

Brick & Ball

Brick & Ball is a realtime-mobile-fighting game, it issue in TapTap.

Client

  • The client is made with Unity, you should use Unity 2017.3 or highter to open it.

Server

  • The server is made with Skynet, I recommend it runs on Ubuntu.
  • When build before, you should ensure have Autoconf.
  • If you want to have error warning, you should have Mailutils and set the property of mail in src/config.
  • Shell
shell/build.sh # Build.
shell/build.sh clean # Clean the compiled files.
shell/run.sh # Normally run.
shell/watch.sh # Run and watching the process, if it crash, restart it.
shell/cleanLog.sh # Clean the log files.