Releases: psukesh/TreeformanceTest
Prototype Demo 6-10
A MVP Rhythm game prototype for Treeformance. Navigate and place nodes in the binary tree on the beat (hit notes as they approach the white bar). As this is a prototype, there is currently only one simple test map to play on, meant to be simple enough to get a feel for the mecahnics.
Usage:
Download the corresponding build for your architecture linked in releases, or clone the project and open in Unity.
Controls:
Left/Right arrow to navigate the binary search tree, Down arrow to insert.
Use the debug panel in the top right to change how fast the notes approach and zoom out to get a preview of the whole binary tree.
Prototype Demo 6-8
Simple demo of the tree visualizer. There is no rhythm game component yet, this is just the front-facing process of building a binary tree decoupled from any songs.
Play instructions:
Use left arrow/right arrow to navigate the current node through the binary search tree. Once at the insertion point, press down arrow to insert. Any incorrect moves will increase the error count.