----------------------------------------------------------------- ------------------- Welcome to Slice --------------------- ----------------------------------------------------------------- How to play ? It's pretty simple. Don't do anything lol When a circle is full of slices, you have a complete fruit and it will disappear along with it 2 neighbors and that will give you points. The goal is to place the more slices as possible. You can change the theme in the menu. If your game lags, just use turbo mode ^^ (shift + green flag) If it's laggy: https://forkphorus.github.io/#387162755 ꧁I hope you enjoyed playing Go Home, bye :D ꧂
For @Dairop https://scratch.mit.edu/projects/327853656/#comments-132974525 The method used is taking the center slice(s) and checking whether it will go in the top left slot, if it does, puts it there. If it doesn't work there it goes counterclockwise until it finds a spot, and puts it there. The Bot delay variable dictates how long to pause between each move, if you set it to 2, 2 second delay, 1? 1 second delay, and so on. 0 is pretty much no delay