
Splines 'n Shapes
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
Adjust the loop to get all the shapes in this abstract puzzle game!
Make sure to gather the shapes in order (triangle -> square -> pentagon -> etc)! And make sure to return back to the starting triangle (in the same loop cycle!)
Hope you all enjoy! And I'd definitely appreciate your feedback!
--
builds: https://sharkwithlasers.itch.io/splines-n-shapes
source code: https://github.com/SharkWithLasers/ld47_stuckinaloop
Blog Post!!! https://ldjam.com/events/ludum-dare/47/splines-n-shapes/the-making-of-splines-n-shapes-big-ol-post-1
--
Controls:
Click and Drag control points to adjust the loop!
(Esc to exit the application)
--
PUZZLE SOLUTION:
https://www.youtube.com/watch?v=ieoemXV6vnc
--
Tools Used:
- Unity (Shapes, ScriptableObjectArchitecture, DOTween)
- Reaper (Synth1, Stock Plugins)
Extra shoutouts to the Shapes Unity asset. Really carried me here.
--
macOS instructions:
If you get a "This Application can't be opened" error message, go to terminal and type in:
chmod +x /path/to/mac_spline_n_shapes_vx_xx.app/Contents/MacOS/*
(where /path/to/ is the path to the downloaded application)
--
Changelog:
2020-10-05:
- linux version is up (with some audio balancing)
- Mac build is up (with a bit more support for thinner aspect ratios)
2010-10-09:
- Fixed an issue where targets would sometimes fail to trigger when touched by the orb in low FPS scenarios.
2020-10-17 (v1.02):
- Fixed an issue where control points would be hard to click when overlapping a target shape.
--
Make sure to gather the shapes in order (triangle -> square -> pentagon -> etc)! And make sure to return back to the starting triangle (in the same loop cycle!)
Hope you all enjoy! And I'd definitely appreciate your feedback!
--
builds: https://sharkwithlasers.itch.io/splines-n-shapes
source code: https://github.com/SharkWithLasers/ld47_stuckinaloop
Blog Post!!! https://ldjam.com/events/ludum-dare/47/splines-n-shapes/the-making-of-splines-n-shapes-big-ol-post-1
--
Controls:
Click and Drag control points to adjust the loop!
(Esc to exit the application)
--
PUZZLE SOLUTION:
https://www.youtube.com/watch?v=ieoemXV6vnc
--
Tools Used:
- Unity (Shapes, ScriptableObjectArchitecture, DOTween)
- Reaper (Synth1, Stock Plugins)
Extra shoutouts to the Shapes Unity asset. Really carried me here.
--
macOS instructions:
If you get a "This Application can't be opened" error message, go to terminal and type in:
chmod +x /path/to/mac_spline_n_shapes_vx_xx.app/Contents/MacOS/*
(where /path/to/ is the path to the downloaded application)
--
Changelog:
2020-10-05:
- linux version is up (with some audio balancing)
- Mac build is up (with a bit more support for thinner aspect ratios)
2010-10-09:
- Fixed an issue where targets would sometimes fail to trigger when touched by the orb in low FPS scenarios.
2020-10-17 (v1.02):
- Fixed an issue where control points would be hard to click when overlapping a target shape.
--