Fiddle Faddle

A 3D experiment into the nonsensical.

Fiddle Faddle

Last Updated: 8/17/2019

Description

 A 3D experiment into the nonsensical. Freely pilot a box through an open world full of spinning cubes. Meet the jumping "sasquashes" and circle around a rotating multi-colored pyramid.

 Fiddle Faddle is a sandbox experiment in implementing WebGL. Scripted in Javascript, this game makes use of asynchronous loading of 3D models, which were created in Blender and exported to JSON format using a Blender script. The THREE.js library is used to facilitate management of object orientations and positions, as well as the lighting which contributes to the bizarre atmosphere.

 All 3D models were created by myself using Blender, exported in JSON format.

Future Plans

  • Create more 3D entities to populate the world
  • Add sound effects and music, and sync these with visual events
  • Script in-game triggers and events for a more interesting experience

Back to Projects