I made a port of SandPond in minecraft! #32
FrancescoVMK
started this conversation in
Show and tell
Replies: 1 comment
-
|
Awesome! Excited to see it develop |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I dont know if i shold post this in this github since its not really the same project, but i made a reallly basic port of the SandPond engine in minecraft with commandblocks.
I called it BlockPond and its programmable by putting blocks in a 3x3x3 area, so its really easy to create new rules and edit them even at run time.
The main problem is that its a little slow and to check for multiple directions you need to create a rule for each direction.
Imanaged to implement the function of the special input chars: [_ , .] and the special out put chars [ _ , .].
the center of the diagram is fixed.
you can use any block you want to make a element!
for now its just a demo but ima reales it in to a fully playable map, im working on making it faster for now.
demo: https://youtu.be/wnEpUYhYHrk
if its a violation of the rules of the github ima take it down
Beta Was this translation helpful? Give feedback.
All reactions