Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

LyaaaaaGames/AIdventure_Server

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