A downloadable game for Windows, macOS, and Linux

Ludum Dare Page: https://ldjam.com/events/ludum-dare/47/splines-n-shapes !!

--

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!)

--

Splines n' Shapes is a game made in under 48 hours for Ludum Dare (Theme: "Stuck in a Loop"... Category: "Compo"). Had a lot of fun learning about B-Splines and trying to design a game around them! Wish I had more time to think about level design and fix/polish a few things (noticing that the audio is pretty repetitive among other things (my first time trying it lol)). But hey, I'm still super happy that I was able to whip up something playable in 48 hours!

Hope you all enjoy!

--

Controls:

Click and Drag control points to adjust the loop!

(Esc to exit the application)

--

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)

--

Tools Used:

- Unity (Shapes, ScriptableObjectArchitecture, DOTween)
- Reaper (Synth1, Stock Plugins)

Extra shoutouts to the Shapes Unity asset. Really carried me here. 

--

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)

2020-10-09:

 - Fixed an issue where shapes 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

StatusPrototype
PlatformsWindows, macOS, Linux
Rating
Rated 4.8 out of 5 stars
(5 total ratings)
Authorsharkwithlasers
GenrePuzzle
TagsLudum Dare 47
LinksLudum Dare

Download

Download
win_splines_n_shapes_v1.02.zip 22 MB
Download
linux_splines_n_shapes_v1.02.zip 25 MB
Download
mac_splines_n_shapes_v1_02.app.zip 23 MB
Download
sns_synth1_soundback (audio assets) 2 kB

Comments

Log in with itch.io to leave a comment.

(+1)

Super relaxing, and fun! Did you use Bezier spline, or some other?

(+1)

Thanks! I used a spline that glues Bezier Curves together in a smooth way.


I basically followed the paper here: https://www.math.ucla.edu/~baker/149.1.02w/handouts/dd_splines.pdf

(+1)

Splines are the best