🚧 This project is currently under development. 🚧
This project was initiated as a personal study project and is currently underway to explore and develop a general game server infrastructure.
- This project is started to create a general game server infrastructure.
- This project uses bazel to build and manage the project.
# You can run the test server using the following command.
bazel run //sources/applications/spring-test-server:gg-spring-test-server
.
|-- docs
|-- documents
| `-- conventions
| |-- api
| |-- common
| |-- git
| |-- java
| |-- javascript
| `-- vault
|-- launchers
|-- sources
| |-- applications
| |-- libraries
| `-- utilities
`-- tools