All Projects → Corruptinator → G-Zero

Corruptinator / G-Zero

Licence: other
A Demo Project utilizing the Open Source Godot Engine to incorporate racing and gameplay core functions based on popular sci-fi racing games such as WipEOut or F-Zero.

Programming Languages

GDScript
375 projects

Projects that are alternatives of or similar to G-Zero

MySQL Module
MySQL connector to Godot Engine.
Stars: ✭ 30 (+87.5%)
Mutual labels:  godot-engine, godot-game-engine
Godot-3.0-Noise-Shaders
Godot 3.0 Noise Shaders
Stars: ✭ 38 (+137.5%)
Mutual labels:  godot-engine, godot-game-engine
godot-local-notification
Godot module for local notifications (android and iOS)
Stars: ✭ 111 (+593.75%)
Mutual labels:  godot-engine, godot-game-engine
godopy
[WIP] Python scripting for the Godot game engine
Stars: ✭ 27 (+68.75%)
Mutual labels:  godot-engine, godot-game-engine
godot recipes
Lessons, tutorials, and guides for game development using the Godot game engine.
Stars: ✭ 135 (+743.75%)
Mutual labels:  godot-engine, godot-game-engine
-godot-gj-api
GameJolt API plugin for Godot Engine
Stars: ✭ 45 (+181.25%)
Mutual labels:  godot-engine
Logic-Circuit-Simulator
A free and open-source Logic Circuit Simulator built in Godot Engine.
Stars: ✭ 23 (+43.75%)
Mutual labels:  godot-engine
Persistence
Plugin para almacenar datos de forma persistente en Godot Engine 3
Stars: ✭ 20 (+25%)
Mutual labels:  godot-engine
gdosc
OSC module for Godot game engine - it is now discontinued in favor of https://gitlab.com/frankiezafe/gdosc
Stars: ✭ 14 (-12.5%)
Mutual labels:  godot-engine
GodotDiscordSDK
A Discord Game SDK wrapper for Godot, written in C.
Stars: ✭ 40 (+150%)
Mutual labels:  godot-engine
OpMon-Godot
An open source Pokemon-inspired game, now with Godot
Stars: ✭ 50 (+212.5%)
Mutual labels:  godot-engine
Freedom-Hunter
Monster Hunter like action RPG game
Stars: ✭ 71 (+343.75%)
Mutual labels:  godot-engine
godot-shotgun-party
An evolving multiplayer project for Godot Engine 3.
Stars: ✭ 171 (+968.75%)
Mutual labels:  godot-engine
godot-kotlin
Kotlin Native bindings for Godot Engine
Stars: ✭ 11 (-31.25%)
Mutual labels:  godot-engine
godot-uuid
Unique identifier generation v4 for Godot Engine
Stars: ✭ 96 (+500%)
Mutual labels:  godot-engine
godot-sponza
Sponza demo for Godot 3.x (`master` branch) and 4 (`4.0-dev` branch)
Stars: ✭ 133 (+731.25%)
Mutual labels:  godot-engine
godot-lod-demo
Demonstration project for the Level of Detail (LOD) Godot 3.x add-on
Stars: ✭ 34 (+112.5%)
Mutual labels:  godot-engine
pixel-bird-jump
🐦 A small flappy-bird-like game demo by Godot engine
Stars: ✭ 13 (-18.75%)
Mutual labels:  godot-engine
godot-plugin-refresher
Adds a dropdown and refresh button combo to the toolbar for instantly toggling off/on a plugin. Enables faster workflows for Godot plugin developers.
Stars: ✭ 104 (+550%)
Mutual labels:  godot-engine
godot-ci
Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
Stars: ✭ 316 (+1875%)
Mutual labels:  godot-engine

G-Zero (Godot Engine Demo Project)

(Note: This project requires Godot 3.0 Alpha or the latest build from the [Master] Source Code Build.)

An Open-Collaboration Demo Project utilizing the Open Source Godot Engine to incorporate racing and gameplay core functions based on popular sci-fi racing games such as WipEOut or F-Zero.

This is an open-collaboration project where anybody in the Godot Game Engine community can contribute to make this neat little demo work for the Godot Engine Demo Templates. In this project, rather than using an ordinary VehicleBody, the main controlling object is a Rigidbody since it is possible to implement custom gravity depending on which direction it is going. This is hard to explain but hopefully the concept below can explain what I have theorized on how this can work:

Theory

As you can see, the idea is that using a raycast, we can tell the "Position" node on where to aim, using the "Gravity" node above the RigidBody which in theory can tell which way to fall towards to, or in other cases stay on the loop-de-loop track that allows anti-gravity driving to be possible.

The idea/bottom line is that this project can be used as an additional example to showcase the capabilities of the Godot Game Engine, by being part of the included demo projects when Godot 3.0 is released to the Public.

CREDITS

Corruptinator - Modeling, Coding, Project Admin

TassuP - Coding (Worked on the Anti-Gravity Driving, Congrats!)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].