Skip to content

RizeLabs/aze-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aze-server

Build and run

  • Clone the repo
  • change the directory cd aze-server/node
  • build the project cargo build
  • run the server cargo run --release

Run test

  • cargo test --release --test=integration -- --test-threads 1

Endpoints

  • /v1/game/create-account: This endpoint will orchestrate the local store with some player accounts and game account. And will deal the card among from game account to player account
  • /v1/player/create-account: This endpoint will create player account.

About

Game logic server for Aze

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%