Deep Sea Fishing by magnpeas

[raw]
made by magnpeas for LD29 (COMPO)
This is my second Ludum Dare but my first time using Processing for it. Here is my very, very unfinished fishing game! Click and hold to catch some "fish" (circles).

Feedback

KevinWorkman
29. Apr 2014 · 14:41 UTC
Nice work for your first "real" programming project! Now that you have all the basics working, you'd be amazed at how much more it feels like a game when you add stuff like a title screen, maybe a timer that runs out before you catch all the fish. Adding different types of fish and levels would make this really fun too!
pythong
30. Apr 2014 · 11:17 UTC
I get an error, tryig to execute your jar-file (OSX):

Exception in thread "main" java.lang.UnsupportedClassVersionError: com/staticvoidgames/svgexe/SvgExeLauncher : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
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 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
ccglp
01. May 2014 · 15:56 UTC
You can improve this game so much when you get better on programming, so, keep going ;)
KevinWorkman
01. May 2014 · 18:25 UTC
Pythong, that means you have an old version of have installed. Try updating your java, which you should do anyway!
Jupiter_Hadley
02. May 2014 · 03:32 UTC
Simple graphics, but a very good start! I included this game in part 7 of my Ludum Dare Compilation video series if you'd like to check it out :) http://youtu.be/Lm7qNa6SIqA
javierecf
04. May 2014 · 05:04 UTC
There is room for so much more to do. Everybody starts with something little and then expands to bigger things. There is no much to say about the gameplay im afraid.