FoonLudum Dare ExplorerUsers → Dylan

Dylan

Games

YearLDThemeGameDivisionRankOvFuInThGrAuHuMoCo
201430Connected WorldsPortal Runjam6872.712.522.923.192.322.192.002.4552

Performance over time

overall score (left axis) percentile (right axis)

Scatterplots

Fun vs Overall

Innovation vs Overall

Theme vs Overall

Graphics vs Overall

Audio vs Overall

Humor vs Overall

Mood vs Overall

Comments by Dylan

LD30 — Connected Worlds

Portal Run by Dylan 2014-08-26T18:48:00

Hello gamers! I figured I would write a blurb about the game since I did not before the submission time. This is one of many 2-Player games submitted for this compo, so grab a friend and queue up a bunch of 2-player games to play and rate!

Portal Run: Both players start on the bottom of their world, on the left or right half of the screen. The goal is to blaze a path through the obstacles and monsters, pass through the connected portals at the top-middle to reach the other side, and race to your opponent's spawn point to win.

- Obstacles can be destroyed and Monsters must be avoided. As players destroy obstacles in their path they create a mirrored copy of that obstacle in their opponent's world, but this also creates a new monster in your world to navigate past. Avoid monsters or you will respawn at your home, so a balance of speed and carefulness is needed.

- As obstacles are destroyed by either player, a super explosion attack charges up and can be executed by either player with SPACEBAR, causing an explosion around BOTH players that destroys obstacles and monsters in its wake. The explosion ranges from 1-3 tiles in radius and grows with power if you let it build up.

- Player 1 controls: WASD to move, direction+LSHIFT to destroy an obstacle in that direction.

- Player 2 controls: up, down, left, right arrows to move, direction+RSHIFT to destroy and obstacle in that direction.

SPACEBAR can be used by either player to create an explosion around both players, but you must destroy obstacles to charge it up!

Portal Run by Dylan 2014-08-26T21:57:00

Thanks for playing guys! Oath, every time you destroy an obstacle, a monster from the other world appears in yours :) so be careful not to overwhelm yourself with too many baddies! On the plus side, you create new obstacles for your opponent at the same time, potentially forcing them to have to make a monster on their side!

Dichotomy by Zewlzor 2014-08-26T18:00:00

Hello! I am unable to execute the jar file through terminal or otherwise on Mac OSX 10.9.4 running the latest Java. Here is the output detailing the exception(s) from executing the jar:

Exception in thread "main" java.lang.UnsupportedClassVersionError: org/newdawn/slick/InputListener : 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)
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)