Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ufrshubham/fastestpizzadelivery
A game made for the Game (Engineless) Jam using Raylib
https://github.com/ufrshubham/fastestpizzadelivery
3d-game cpp engineless-game-jam game-dev game-jam indie-game raylib-cpp raylib-game
Last synced: about 1 month ago
JSON representation
A game made for the Game (Engineless) Jam using Raylib
- Host: GitHub
- URL: https://github.com/ufrshubham/fastestpizzadelivery
- Owner: ufrshubham
- License: mit
- Created: 2021-09-23T18:16:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T17:50:58.000Z (about 3 years ago)
- Last Synced: 2024-12-07T20:41:41.646Z (about 2 months ago)
- Topics: 3d-game, cpp, engineless-game-jam, game-dev, game-jam, indie-game, raylib-cpp, raylib-game
- Language: C++
- Homepage:
- Size: 2.75 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fastest Pizza Delivery (WIP)
A fun little 3D game made for the [Game (Engineless) Jam](https://itch.io/jam/engineless-jam). It is still is development but the basic gameplay is something like this:
- You are owner of a pizza truck and you want to deliver as many pizzas as possible, as fast as possible.
- With your years of experience you've decided to optimize the delivery process by completely eliminating the need to stop your truck. Instead, you launch the pizza directly at customers from a moving truck π .
- Every missed hit means a loss to your business.
- Avoid oncoming traffic (cause your life is kinda importantπ ).
- Potholes = wasted pizza
Play "Fastest Pizza Delivery" and see much money you can make!
## Demo
![Demo](branding/demo.gif)
## Dependencies
- [git](https://git-scm.com/): For correctly cloning this project
- [Raylib 3.7.0](https://www.raylib.com/): Included as a submodule
- [Cmake](https://cmake.org/): For generating project build files
## Release
- Still WIP
- Get it on [itch.io](https://ufrshubham.itch.io/fastest-pizza-delivery)
## Build instruction
```bash
# Clone this project
git clone --recursive https://github.com/ufrshubham/FastestPizzaDelivery.git# If the repository was already cloned without submodules, use
git submodule update --init# Enter project directory
cd FastestPizzaDelivery# Generate projects files
mkdir build
cd build
cmake ..
```---
## License
- Source code for this project is licensed under [MIT](LICENSE)
- For details about Raylib's license check [raysan5/raylib](https://github.com/raysan5/raylib)
- [Pizza Food Vendor Truck](https://sketchfab.com/3d-models/pizza-food-vendor-truck-f9faf8cfe0b44b6ca1dc146411bc651b) by [siapap](https://sketchfab.com/siapap) is licensed under [CC Attribution](https://creativecommons.org/licenses/by/4.0/)
- [Pizza](https://sketchfab.com/3d-models/pizza-f8e13d5694464e8581907dde27bb59c8) by [Ricardo Sanchez](https://sketchfab.com/380660711785) is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)
- [City Kit (Suburban)](https://www.kenney.nl/assets/city-kit-suburban) by [Kenney](www.kenney.nl) is licensed under [Creative Commons Zero, CC0](http://creativecommons.org/publicdomain/zero/1.0/)
- [Low-Poly Car](https://sketchfab.com/3d-models/low-poly-car-3bee85b8530046e5bb11a57965129187) by [Lawrence Pompey](https://sketchfab.com/lawrencepompey) is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)
- [The Teal of the Tropical](https://www.void1gaming.com/pop-music-pack) by [VOiD1 Gamin](https://www.void1gaming.com/) is licensed under a custom license. Please see their site for details.