An open API service indexing awesome lists of open source software.

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

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

![screenshot #1](screenshots/v-01.png)

![screenshot #2](screenshots/v-02.png)

![screenshot #3](screenshots/v-03.png)

![screenshot #4](screenshots/v-04.png)

## Status

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