Skip to content

Tp grupal de la materia Taller de programación 1 (75.42) Facultad de Ingeniería Universidad de Buenos Aires

Notifications You must be signed in to change notification settings

Lescalante14/Taller1_RocketLeague

Repository files navigation

RocketLeague2d

Building

Dependencies:

To install dependencies on Linux:

sudo apt update
sudo apt upgrade

sudo apt install cmake
sudo apt install libsdl2-dev
sudo apt install libsdl2-image-dev
sudo apt install libsdl2-mixer-dev
sudo apt install libsdl2-ttf-dev
sudo apt install qtbase5-dev qt5-qmake

Execute the scripts to build and install the project

./build.sh
./install.sh

Usage

server_host@<HOST>
$ rl_server <PORT>

client@192.168.x.x:
$ rocket_league <HOST> <PORT>

Game Commands

  • Rotate up (Forward): Up arrow
  • Rotate down (Backward): Down arrow
  • Move right (Right): Right arrow
  • Move left (Left): Left arrow
  • Turbo: Left Shift
  • Jump: Space bar

About

Tp grupal de la materia Taller de programación 1 (75.42) Facultad de Ingeniería Universidad de Buenos Aires

Resources

Stars

Watchers

Forks

Packages

No packages published