Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 803 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 803 Bytes

AIdventure_Server

The server on which connects AIdventure game.

How to install AIdventure_Server on a linux server

  1. Clone the repository git clone git@github.com:LyaaaaaGames/AIdventure_Server.git
  2. Run the install.sh ./install.sh. The installer will ask if you want to support CUDA.
  3. Run the run.sh ./run.sh

You might have to give the scripts the executable permission with chmod +x script_name

How to edit the server config

  1. Open server/config.py
  2. Edit what you want.

More info