Fun music. I almost got an infinite loop going in level 5 by letting the car fall from the portal exit into the anti-gravity field. What part of this is procedurally generated?
Cliffordius
Creator of
Recent community posts
This certainly gets my imagination going!
"Orc Banker Escape" Am I a banker escaping Orcs, or an Orc banker running from something even scarier?
"Alien Gardener Tycoon" a cozy building game with strange flesh-eating plants and glowing fungus.
You want suggestions. Hmm, different sentence structures could add possibilities with the same word list. "Alchemist vs. Alien" "Clash of Barbarians" "I was a Witch Miner"
It's just really satisfying to move around and reveal hallways and rooms. The little mice fooled me with their cute appearance. I didn't expect them to be enemies.
Sometimes it seems I could pass a square and not realize it was a hallway until I came at it from another direction. Do I have a limited vision cone?
Wow, this was really fun! Great art, too. At first I thought that I was the bottom row fighting the top row, like Magic, but once I understood that everything was on the same looping track, it made sense. My strategy was to combine my pieces into a few big stacks, so I could be sure of destroying any tokens I landed on, and the board had more free spaces to move to.
Congratulations on making a whole game in only a week!
The tiles are pretty and the music is nice for chilling and thinking about my next move. It took me a while to figure out that the left-most die determined the distance I'd move, and that I could collect things by sliding through them, not just landing on them.
To run this in Ubuntu 20.04, cd to the directory where you downloaded the JAR file, then run:
java -jar SliceAndDiceFull-1-0-3.jar
Slice & Dice requires the JRE (Java Run-Time Environment, which you can install with this command:
sudo apt install default-jre
SIice & Dice also requires version 8 of the JDK, which you can get with this command:
sudo apt install openjdk-8-jdk
If you have another version of the JDK already installed, Slice & Dice still won't run. Use this command to choose JDK version 8 instead of the other verison.
sudo update-alternatives --config java
I haven't tested any other Linux versions.