Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/killedbyapixel/huejumper2k
2 Kilobyte 3D racing game in JavaScript
https://github.com/killedbyapixel/huejumper2k
3d 3d-game-engine demoscene game javascript tiny
Last synced: 1 day ago
JSON representation
2 Kilobyte 3D racing game in JavaScript
- Host: GitHub
- URL: https://github.com/killedbyapixel/huejumper2k
- Owner: KilledByAPixel
- License: gpl-3.0
- Created: 2020-02-21T05:44:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T23:00:37.000Z (over 2 years ago)
- Last Synced: 2025-01-21T21:05:28.545Z (9 days ago)
- Topics: 3d, 3d-game-engine, demoscene, game, javascript, tiny
- Language: JavaScript
- Homepage: http://huejumper.3d2k.com
- Size: 297 KB
- Stars: 331
- Watchers: 11
- Forks: 54
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hue Jumper
Low fi retro inspired endless runner in only 2 kilobytes!
By Frank Force 2019# [LIVE DEMO - ENHANCED VERSION](https://killedbyapixel.github.io/HueJumper2k/)
# [LIVE DEMO - 2K VERSION](https://killedbyapixel.github.io/HueJumper2k/a.htm)
# [TECHNICAL EXPLANTION](http://frankforce.com/?p=7427)This entire game is a single html file, under 2k when zipped, made for 2kPlus Jam!
This repository contains both the minified 2k code and a cleaned up version with some added features.
The a.htm file when zipped with advzip should be under 2k.
## Controls
* Mouse = Steer
* Click = Brake
* Double Click = Jump
* R = Restart
* 1 = Screenshot## How to Play
The road is randomly generated and different every time. You start with 20 seconds, pass checkpoints to get 10 more seconds. Avoid rocks and trees by swerving or jumping over them. The road ends at 1000, good luck!## 2k Version Features
* Retro style 3D rendering engine in full HD
* Realistic driving physics and collisions
* Random level generation with increasing difficulty
* Gradient sky with sun and moon
* Procedurally generated mountain range
* Random trees and rocks
* Camera rumble and slow when off road
* Checkpoint system, road markers, and hue shift
* Time and distance HUD
* Start screen with title display## Enhanced Version Features
* Pointer lock
* Touch support
* Screen shot button
* Fps display option
* Restart button![Screenshot](/screenshot.jpg)