Choose Defense (TD) by fogelvisch
DEFEND some Random Kingdom against
the mighty Potato...
Be careful the Potato can use Magic...
and can potato your fields, which makes them
really potato...
but doesnt look like potato...
strange _:_
Compiled with JDK 7 (need Java to run)
the mighty Potato...
Be careful the Potato can use Magic...
and can potato your fields, which makes them
really potato...
but doesnt look like potato...
strange _:_
Compiled with JDK 7 (need Java to run)
Ratings
| Coolness | 56% | 3 |
| Overall | 2.53 | 1152 |
| Audio | 1.72 | 1008 |
| Fun | 2.60 | 908 |
| Graphics | 2.39 | 1036 |
| Humor | 2.50 | 389 |
| Innovation | 1.90 | 1285 |
| Mood | 2.22 | 1120 |
| Theme | 2.10 | 1343 |
It's a tower defense game. Those are still basically fun. I appreciate the humor(?). It could use something crazy. Liek a dog. Or peanuts.
so the items in the pandashop became part of your active item Slots ( upgrade wont become a tower // just goes away + passiv bonus to all tower will be applied)
the game already had some know bugs when i posted it,
just not enough time to fix them and then in addition to those bugs i didnt know.
But i wont fix them cause this is exactly what i made in 48 hours
The game need some polish though:
- The game pace is a bit slow (and I would love a fast-foward button).
- The UI need to be improved (trashCan button?) and seems bugged: I can't place any tower after playing some levels.
- no audio
```
$ java -jar ChooseDefense2.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: basic/Frame : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
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:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:249)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
```