That's nice because it's a programming game, but it doesn't send you in the deep-end. Whatever you do appears on the screen pretty much instantly, so you get that constant feedback loop, it's like a 3D voxel REPL. Many programming games got complex real quick and frankly annoying. I like this model, it's simple, if you let it through, it's a block, return a number for a colour.
And yet you can make it as deep as you like, thanks to the presence of leaderboard. In fact, some code golfers including me quickly jumped into the wagon ;-)
Replicube: A puzzle game about writing code to create shapes
11–20 of 32 posts
Re: Replicube: A puzzle game about writing code to create shapes
#12ended up getting the demo and i'll probably be buying the full game
Re: Replicube: A puzzle game about writing code to create shapes
#13i initially found this game through the developer's tiktok account - they've got some great marketing over there. ended up getting the demo and i'll probably be buying the full game
Re: Replicube: A puzzle game about writing code to create shapes
#14Re: Replicube: A puzzle game about writing code to create shapes
#15The description reminds me of 'that turtle program' I encountered as a child... https://en.wikipedia.org/wiki/Logo_(programming_language) Hopefully this program also helps teach children new ways of thinking. As a suggestion, any sort of 'building blocks' graphical script language that doesn't need words?
Re: Replicube: A puzzle game about writing code to create shapes
#16The description reminds me of 'that turtle program' I encountered as a child... https://en.wikipedia.org/wiki/Logo_(programming_language) Hopefully this program also helps teach children new ways of thinking. As a suggestion, any sort of 'building blocks' graphical script language that doesn't need words?
As an aside, Python includes a `turtle` module that mimics the drawing experience of Logo. It's a fun way to introduce kids to some programming ideas. https://docs.python.org/3/library/turtle.html
Re: Replicube: A puzzle game about writing code to create shapes
#17The description reminds me of 'that turtle program' I encountered as a child... https://en.wikipedia.org/wiki/Logo_(programming_language) Hopefully this program also helps teach children new ways of thinking. As a suggestion, any sort of 'building blocks' graphical script language that doesn't need words?
Also, I heartily recommend the demoes that the author is giving regularly at FOSDEM. They're really fun to watch :)
Re: Replicube: A puzzle game about writing code to create shapes
#18Re: Replicube: A puzzle game about writing code to create shapes
#19The description reminds me of 'that turtle program' I encountered as a child... https://en.wikipedia.org/wiki/Logo_(programming_language) Hopefully this program also helps teach children new ways of thinking. As a suggestion, any sort of 'building blocks' graphical script language that doesn't need words?
If there's one thing I'd love to suggest to parents, it's this: Give your kid an obsolete platform with nothing to do on it except make stuff and figure out how it works. It's just as entertaining, but diametrically opposite in terms of educational quality from giving them pre-made apps to play with.
(Full disclosure: My dad wouldn't even allow D&D into the house because it was someone else's game. If we wanted RPGs, we had to design our own on paper.)
Re: Replicube: A puzzle game about writing code to create shapes
#20Went to check it out, it has a demo so it's worth giving it a shot, but then I went to look at what else this developer has published just to find it's the guy behind the original jelly car games?? Which they have a sequel to on their steam page and the music instantly sent me back. This became a huge nostalgia trip on accident, thanks for sharing!