This interactive cube rotator is an accompaniment to the Introduction to 3D article in the November Pico-View issue.
Keys:
- Up/Down: Select next/previous parameter
- Left/Right: Incrase/decrease parameter value
- Z: Randomize the parameter values
- X: Toggle hiding/showing the text
Description of parameters:
- xrot/yrot/zrot: The rotation around the x/y/z axis
- xoff/yoff/zoff: The cube's x/y/z offsets (i.e. a translation transformation)
- zoom: The camera's z offset
- cam: Intensity of animated camera movement along the x,y & z axes
- sprd: How spread out are the points in the cube
Hi, this is my first PICO-8 game. It's a tower defense game inspired by an old flash game called Vector TD. Hope you enjoy!
Keys:
Z - open shop / OK
X - send wave / Cancel
Arrow keys - move selection
It's also available on itch: https://tube-man.itch.io/pixel-td
Also the code is available on github: https://github.com/beardedsakimonkey/pixel_td.p8
Updates:
9/12/23 - Fixed bug where towers could earn double gold on kill (thanks Cowirrie)