All Projects → Zireael07 → FreeRoamRoguelikeRacerPrototype

Zireael07 / FreeRoamRoguelikeRacerPrototype

Licence: MIT license
A 3D free roam racer in a procedurally generated map

Programming Languages

GDScript
375 projects
GAP
223 projects
GLSL
2045 projects
shell
77523 projects

Projects that are alternatives of or similar to FreeRoamRoguelikeRacerPrototype

godot-video-rendering-demo
Demo project for high-quality offline video rendering with Godot
Stars: ✭ 69 (-10.39%)
Mutual labels:  godot
gd-tokenizer
A small godot project with a tokenizer written in GDScript.
Stars: ✭ 34 (-55.84%)
Mutual labels:  godot
godot-portal-demo
Experimenting with portals in Godot Engine
Stars: ✭ 66 (-14.29%)
Mutual labels:  godot
godot-sugar
Experimental post-processing toolkit for Godot
Stars: ✭ 37 (-51.95%)
Mutual labels:  godot
godot-android-plugin-firebase
Godot 3.2.2 Android plugin for Firebase
Stars: ✭ 41 (-46.75%)
Mutual labels:  godot
godot-blank-starter-template-3d
Godot 3.x basic starter project with some predefined settings to achieve an high quality look
Stars: ✭ 28 (-63.64%)
Mutual labels:  godot
fishgame-godot
"Fish Game" for Godot is a 2-4 player online multiplayer game created as a demo of Nakama; an open-source scalable game server, using the Godot game engine.
Stars: ✭ 153 (+98.7%)
Mutual labels:  godot
godot-admob-editor
This repository is for Godot's Addons to integrate natively AdMob to your Game Project without much configurations, with a beautiful UI and directly inside Godot Editor!
Stars: ✭ 43 (-44.16%)
Mutual labels:  godot
godot-radial-menu
A radial menu for Godot, supports Mobile & Desktop
Stars: ✭ 88 (+14.29%)
Mutual labels:  godot
godothub
Multiplayer and network messaging for Godot.
Stars: ✭ 19 (-75.32%)
Mutual labels:  godot
gamemaker-godot-dictionary
A dictionary for people moving from GM:S to Godot
Stars: ✭ 172 (+123.38%)
Mutual labels:  godot
motion-trails
A simple motion trail renderer written in GDScript.
Stars: ✭ 52 (-32.47%)
Mutual labels:  godot
GodotFAN
Facebook Audience Network Ad module for godot
Stars: ✭ 25 (-67.53%)
Mutual labels:  godot
godot-shader-to-image
A simple tool to render Image from Shader with Godot (Tested on 3.2)
Stars: ✭ 30 (-61.04%)
Mutual labels:  godot
godot 2d navmesh generator
Godot plugin that generates a 2D navigation mesh from collsion nodes.
Stars: ✭ 35 (-54.55%)
Mutual labels:  godot
Godot-Top-down-Shooter-Tutorial
This repository contains the source code for the Godot Top-down Shooter Tutorial series.
Stars: ✭ 41 (-46.75%)
Mutual labels:  godot
godot-cpp-cmake
CMake scripts to build cross-platform GDNative C++ bindings
Stars: ✭ 20 (-74.03%)
Mutual labels:  godot
gdscript-online.github.io
Try out GDScript without installing Godot
Stars: ✭ 62 (-19.48%)
Mutual labels:  godot
CellForest
A cellular-automaton forest simulation set to live data-driven music.
Stars: ✭ 19 (-75.32%)
Mutual labels:  godot
GodotProjects
Random projects made in Godot 2 and Godot 3
Stars: ✭ 12 (-84.42%)
Mutual labels:  godot

FreeRoamRoguelikeRacerPrototype

This is a Godot 3.3. project.

For a 2.1.4 version (missing many features), see the 2.1.4 branch.

Mostly an exploration of procedural generation of roads/city.

Features

  • main menu
  • loading screen
  • procedural map
  • procedural placement of time trial, speed trap and race markers (and finish markers if applicable)
  • race multiple opponents at a time
  • procedural generation of road segments (straight/curved)
  • procedural placement of said segments
  • procedural T and 4-way intersections
  • procedurally connecting intersections
  • procedural buildings
  • procedural car
  • car visual mesh deforms on hit
  • pause menu
  • rear view mirror in cockpit view
  • two kinds of AI (traffic and racer)
  • 2d minimap using a viewport and a camera

Keys

  • Arrows or WASD to drive (or an on-screen joystick for mouse steering as an option)
  • R to reset car on the wheels
  • C to switch between cockpit and chase cameras
  • Q/E to peek left/right in cockpit camera
  • Z for the camera to look back
  • T to switch to a top-down debug camera
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].