The platform is using gRPC communication between client and daemon to create specified games by administrators. As the time of writing this readme file, there are some components which need to be completed. Missing components are provided on the missing components section below.
Example config file has been provided under config dir
$ go run app/daemon/main/main.go --config=<absolute-path-to-config-file>
10:00AM INF Started daemon
10:00AM INF gRPC daemon has been started ! on port :5454
10:00AM INF Reflection Registration is called....
Keep in mind that, games and information on this development stage are stateless, which means, they will NOT be recorded. (However, administrators information will be recorded to users.yml file. )
Example config file is here
The available functionalities to use are:
- Listing Scenarios
- Create Game
- Create/Modify/List Administrators
Example calls to client can be found under docs
- Scoring
- Web interface
- Administration web interface
- Scenarios