https://github.com/icza/v
V is a minimalist 3D labyrinth applet demo being less than 4 KB, 3D graphics and rendering coded manually
https://github.com/icza/v
3d-graphics applet labyrinth-game
Last synced: 10 months ago
JSON representation
V is a minimalist 3D labyrinth applet demo being less than 4 KB, 3D graphics and rendering coded manually
- Host: GitHub
- URL: https://github.com/icza/v
- Owner: icza
- License: apache-2.0
- Created: 2018-05-24T14:36:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T13:41:22.000Z (almost 4 years ago)
- Last Synced: 2025-06-09T04:40:57.644Z (about 1 year ago)
- Topics: 3d-graphics, applet, labyrinth-game
- Language: Java
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# V
V is a minimalist 3D labyrinth applet demo being less than 4 KB, 3D graphics and
rendering coded manually (no 3D library or API used).
## Features
- Less than 4 KB applet jar (2685 bytes!), roughly 250 lines of code
(without empty and comment lines)
- Mouse control: move cursor to turn, fire (left click)
- Keyboard control: move (up, down), stride (left, right)
- 3D view rendering with shadows, lightning effect (when firing)
- Pickup-able objects
## Screenshots




## Status
The demo was developed between November 30, 2010 and December 12. It is not maintained / developed anymore.