Brick & Ball is a realtime-mobile-fighting game, it issue in TapTap.
- The client is made with Unity, you should use Unity 2017.3 or highter to open it.
- 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.