GPN11:Gamejam:FuckingMagnetsHowDoTheyWork: Unterschied zwischen den Versionen

aus dem Wiki des Entropia e.V., CCC Karlsruhe
(aufbereitet)
(→‎Download: mirror)
Zeile 20: Zeile 20:


== Download ==
== Download ==
* Source: [https://github.com/T045T/GPN_GameJam_Project github]
* Source: [https://github.com/T045T/GPN_GameJam_Project github] ([[Media:FuckingMagnetsHowDoTheyWork-src.zip|Mirror]])
* Binary: [http://www.tr0llhoehle.de/gpn/magnets.zip Windows/MacOSX]
* Binary: [http://www.tr0llhoehle.de/gpn/magnets.zip Windows/MacOSX] ([[Media:FuckingMagnetsHowDoTheyWork-win-mac.zip|Mirror]])


[[Kategorie:GPN11:Gamejam]]
[[Kategorie:GPN11:Gamejam]]

Version vom 11. September 2011, 14:21 Uhr


FuckingMagnetsHowDoTheyWork. Den Trollfaces sollte man ausweichen, alle anderen vom Kern aus gespawnten Objekte sind Powerups. Ziel ist es nicht zu sterben ;)

How to play

  • Doppelt auf eine Taste drücken um einzusteigen
  • Mit einem Tastendruck wird man in die Mitte gezogen

How to compile

Einfacher Weg:

 git clone git://github.com/T045T/GPN_GameJam_Project.git
  • importieren in eclipse
  • alle libs in libs und lwjgl-2.7.1 importieren
  • jetzt noch die native library location von lwjgl.jar auf
    • GPN_GameJam_Project/lwjgl-2.7.1/native/linux/
    • GPN_GameJam_Project/lwjgl-2.7.1/native/macosx,
    • oder GPN_GameJam_Project/lwjgl-2.7.1/native/windows setzen
  • Management.java kompilieren und ausführen

Download