a socket game build on ezyfox-server and unity
Space Shooter is a socket game. It uses #ezyfox-server and #MongoDB for server side, #Unity and #ezyfox-server-unity client sdk for client
- Unity
https://youngmonkeys.org/space-shooter/
- Clone source code
- Run command:
git submodule update --init --recursive
to pull submodules - Import project to
Unity Hub
- Build and done
- Download and install mongodb: https://www.mongodb.com/try/download/community
- Open mongo client, you can use
mongo
shell or mongodb compass - Create database
space-shooter
with usernameroot
and password123456
. If you use command line, you can use command in script.sh file
- Clone source code
- Import source code (
server
folder) into IDE (Eclipse, Intellij, Netbean) - Run file SpaceShooterStartup
Apache License, Version 2.0