https://github.com/killedbyapixel/drive13k
DR1V3N WILD - Arcade style 3D driving game in only 13 kilobytes
https://github.com/killedbyapixel/drive13k
Last synced: about 1 month ago
JSON representation
DR1V3N WILD - Arcade style 3D driving game in only 13 kilobytes
- Host: GitHub
- URL: https://github.com/killedbyapixel/drive13k
- Owner: KilledByAPixel
- Created: 2024-09-05T04:36:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T18:19:48.000Z (7 months ago)
- Last Synced: 2025-01-31T18:43:51.376Z (5 months ago)
- Language: JavaScript
- Homepage: https://killedbyapixel.github.io/Drive13K/
- Size: 802 KB
- Stars: 59
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dr1v3n Wild 🚗🌴
An outrun inspired drive across 10 stages, can you make it to the garden?
# [PLAY ENHANCED VERSION](https://killedbyapixel.github.io/Drive13K) - [OFFICIAL JS13K PAGE](https://dev.js13kgames.com/2024/games/dr1v3n-wild)

Your best distance and fastest time are saved!
Recommended running in Chrome browser with Windows 10.
Created by Frank Force for JS13k 2024
*This code is only for learning purposes and not intended to be redistributed!*
## 🚗 Controls
- Arrows or Mouse = Drive
- Spacebar = Brake
- F = Free Ride Mode
- Escape = Title Screen## 🌴 Features
- 10 Stages with unique visuals
- Smooth transition between stages
- Fast custom WebGL rendering
- Arcade style driving physics
- Procedural art (trees, rocks, scenery)
- Track generator and world builder
- Two types of vehicles (cars and trucks)
- Parallax horizon, sky, and sun
- ZZFX sound effects
- HUD with time, stage, and other info
- Title screen with stylizied text
- Persistent save data for time and distance
- Mouse and keyboard input
- All written from scratch in vanilla JS## 🌊 Enhanced Features
This github version has some extra features not included in the 13k build.
- Touch support
- Gamepad support
- Pause feature
- Slight gameplay tweaks