And Then There Were None by DreamThorn
Just extract the ZIP, run ATTWN.bat and remember to read the instructions.
Since the lack of animation is making the rules hard to discover, I add the list here:
1. The color of the cursor determines what it can grab.
2. A colored dot will change the color of the cursor.
3. Pushing a block into one with the same symbol and opposing color makes them disappear.
4. Pushing any block against a block with a square switches their colors.
5. Similarly, the cross block switches symbols.
6. Vortex block cycles through the colors.
7. Changes are applied in order, starting at the pushing block.
Since the lack of animation is making the rules hard to discover, I add the list here:
1. The color of the cursor determines what it can grab.
2. A colored dot will change the color of the cursor.
3. Pushing a block into one with the same symbol and opposing color makes them disappear.
4. Pushing any block against a block with a square switches their colors.
5. Similarly, the cross block switches symbols.
6. Vortex block cycles through the colors.
7. Changes are applied in order, starting at the pushing block.
| Windows | https://dl.dropboxusercontent.com/u/28269678/ATTWN.zip |
| Original URL | https://ludumdare.com/compo/ludum-dare-26/?action=preview&uid=15373 |
Ratings
| Coolness | 57% | 3 |
| Overall | 2.62 | 1097 |
| Fun | 1.96 | 1261 |
| Graphics | 2.17 | 1176 |
| Innovation | 2.90 | 739 |
| Mood | 2.15 | 1156 |
| Theme | 3.45 | 646 |
Also, you could give me more detail on the error.
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/za/dreamt
horn/ld26/Main : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:14
1)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Could not find the main class: org.za.dreamthorn.ld26.Main. Program will exit.
So, here goes:
1. The color of the cursor determines what it can grab.
2. A colored dot will change the color of the cursor.
3. Pushing a block into one with the same symbol and opposing color makes them disappear.
4. Pushing any block against a block with a square switches their colors.
5. Similarly, the cross block switches symbols.
6. Vortex block cycles through the colors.
7. Changes are applied in order, starting at the pushing block.
I got up to the blue C. I'll play some more later.