https://github.com/mandaw2014/rally
A Simple Racing Game Made In Python With The Ursina Engine
https://github.com/mandaw2014/rally
game python python3d racing-game rally ursina ursina-engine
Last synced: 5 months ago
JSON representation
A Simple Racing Game Made In Python With The Ursina Engine
- Host: GitHub
- URL: https://github.com/mandaw2014/rally
- Owner: mandaw2014
- License: mit
- Created: 2022-03-09T20:11:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T09:23:36.000Z (about 2 years ago)
- Last Synced: 2024-07-30T20:10:46.311Z (9 months ago)
- Topics: game, python, python3d, racing-game, rally, ursina, ursina-engine
- Language: Python
- Homepage: https://mandaw2014.itch.io/rally
- Size: 46.1 MB
- Stars: 46
- Watchers: 2
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rally
A Simple 3D Racing Game Made In Python With The Ursina Engine
Feel free to leave comments or feedback on how I can improve the game :)
# Installation
Download Rally on itch > https://mandaw2014.itch.io/rally
OR
Code > Download Zip > Extract the Zip > Navigate to the folder in CMD or Terminal > Run:
```
pip install -r requirements.txt
```NOTE: Make sure you have the github version of ursina since some things use the latest features
And then run
```
python main.py
```Then you're all set :)
# Multiplayer
To run multiplayer, run the `main.py` file and click `Multiplayer`. Then enter the ip address (this can be defaulted to 'localhost') and the port (default: 25565). Click `Create - Server` and then click `Join - Server`.
For others to join, run the `main.py`, click `Multiplayer` and then click `Join Server`. Enter the public ip address and the port of the server. Click `JOIN` and then you're in. Unlimited people can join!If you don't want to play on a server, run the `main.py` file and click `Singleplayer`.
# Controls
W - Drive
S - Brake
A, D - Turn
SPACE - Hand Brake
ESCAPE - Pause Menu
G - Respawn
# Credits
Sound Effects: [https://touati.itch.io/car-game-sfx-pack](https://touati.itch.io/car-game-sfx-pack)
Sports Car: [https://poly.pizza/m/dVLJ5CjB0h](https://poly.pizza/m/dVLJ5CjB0h)
Car modelling tutorial: [https://www.youtube.com/watch?v=YALV3HqfdLY](https://www.youtube.com/watch?v=YALV3HqfdLY)
Achievements Library by TheAssassin: [https://github.com/megat69/UrsinaAchievements](https://github.com/megat69/UrsinaAchievements)
Networking Library by K3: [https://github.com/kstzl/UrsinaNetworking](https://github.com/kstzl/UrsinaNetworking)
Tusnad30: Shadows + Lighting
TheAssassin: Achievements + Asset loading + threading
# Screenshots









