Cubular is a Game about solving puzzles and getting over obstacles using cube you can pick up and move around! Solving each Test is satisfying and will have you craving for more!
This game took about 3 weeks to make and I made it to open source it from the beginning.
The reason for this was because I was creating a custom OOP module for Lua and I decided to make a game using it to show off what it can do.
NOTE:My OOP Module called ClassService isn’t out yet and the one used in this game is a early version of it.
I also do wish people can take this game and improve it or maybe rebrand it. I do think this game has potential.
I also didn’t have a single clue on how to make a pickup system so I made it myself from scratch.
The source code is organized and made with type-checking aswell. I do believe many people can learn from this game.
Hopefully this was a useful resource to y’all!
(If anyone could send gameplay footage that would be great since my PC is too slow to record)
This is a great open source experience, and I had a lot of fun playing it. I might use some assets from this in a future experience. Thank you for sharing this!
What I think is really cool is you completed the game completely differently than me! At the Lava part I actually used all to cube to build a second bridge lol.
This just shows this game can be played in multiple ways.
Ah’, I thought you were suppose to use 2-3 cubes. I was going to use the ‘old’ cube glitch but I couldn’t seem to get it working. Most movement systems when you place the dragged item against the wall float with the character. Congrats for patching that! cough cough… Lumber Tycoon 2
I just noticed that you disabled the player collisions with the item. That’s a good fix!