Skip to content

benbrunton/pusoy_dos_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pusoy Dos

A multiplayer Pusoy Dos server written in Rust.

Prerequisites

Configure

  • Open project/config/app_config.tmpl, add any required secret keys, and save it as project/config/app_config.toml

Build Server

  • Checkout source
  • make ready-dev
  • make go (This command relies on the MYSQL container being ready. If it doesn't work then wait a few seconds and try again).
  • Navigate to http://localhost:3010

Additional commands can be found in Makefile

Tech

Contributing

Contributions are encouraged and welcome via Pull Request. Hit me up via an issue for suggestions or help.