Skip to content

minidomo/inuball

Repository files navigation

Assignment 4

Building on Lab Machines

  1. Clone the repository and enter the directory
git clone https://gitlab.com/minidomo/cs354r-a2.git
cd cs354r-a2
  1. Build the Godot bindings for C++

Run the following command from the root directory:

make bindings-lab
  1. Build the plugin

Run the following command from the root directory:

make plugin-lab
  1. Running the project

Launch Godot and open both Assignment/Server/project.godot and Assignment/Client/project.godot. Run the projects! On the client, connect to localhost (default), then run single player.

Note: When opening the project in Godot, files will sometimes get modified unintentionally and may cause unintended behavior when running the project. Ensure that files are unmodified prior to running. If changes are made, restore the original files and reload changes in Godot:

git restore .

Other