Rally v3.0
MULTIPLAYER
This release includes Multiplayer!
To play multiplayer, first:
- Either download the binaries and run the server executable OR download the code and run
python server.py
. - Enter the IP address for the server and press enter. (use 'localhost' for localhost)
- Either download the binaries and run Rally OR download the code and run
python main.py
- Once Rally has opened, replace 'localhost' with the server IP address.
- Click JOIN
If you want to play Singleplayer, click Singleplayer when you open Rally
What's Changed
- Added basic Multiplayer! - Rally/Multiplayer
New Contributors
Full Changelog: v2.0...v3.0