Skip to content

Running Bots

Ryan Pelletier edited this page Nov 16, 2017 · 2 revisions

In the root of the project, there is a folder called test_bots. To run the bots, follow the steps below.

  1. cd to the test_bots folder
  2. npm install
  3. node client_load_test.js 5 (this will put 5 bots into the game, you can increase/decrease this number)
Clone this wiki locally