Skip to content

A physics based game made with libgdx that doesn't really have much direction :) Just a playground that I'll probably use bits and pieces of in the future.

License

Notifications You must be signed in to change notification settings

thecocce/ZombieCopter

 
 

Repository files navigation

ZombieCopter

A physics based game written in java with the help of libgdx that doesn't really have much direction anymore. Think I might refocus my efforts on something with a little better end game and smaller scope. I plan on using a lot of what I've learned here for things in the future. Hopefully it can be of use to others as well :)

###Story Your a guy with an arrow firing gun that drives helicopters and jeeps while shooting zombies.

ScreenShot ScreenShot

###How To Get It Download the jar file and run it. You'll nee to have Java installed.

You should also be able clone or fork this repo and import the project files into eclipse if you wan't to build it yourself. You'll need the eclipse gradle plugin though. All the interesting game code is located in /core/src/com/deftwun/zombiecopter

###Controls

Player Controls Action
W,A,S,D move
Left Mouse fire weapon
Q Slow motion
E Enter/Exit vehicle
Debugging controls Action
Esc restart
P pause

1-6|Change zoom level

Tab|Debug console. Left Cntrl|Spawn Entity

####Note Bring up the debug console and type in an entity name. Now you can spawn that entity using control key. Here are some entities you can try :

jeep, helicopter, friend, friendCopter, enemy, enemyCopter, zombie, civilian full list

###Bugs and stuff

  • Desktop version is the only one that works currently. There was an android project that worked but I haven't been optimizing for that so curretly there isn't one. (controls not really ironed out though)
  • Helicopters lose thrust during slow motion
  • gaps/lines appear between tiles during rendering because they have no padding
  • Lots of planned features aren't yet implemented. Can't change weapons in game for example. (hint: play with the entity config files.)
  • Art is NOT good and there is no sound or music but you can find all the assets in the desktop folder or inside the jar

###Awesome 3rd Party libs & tools used

About

A physics based game made with libgdx that doesn't really have much direction :) Just a playground that I'll probably use bits and pieces of in the future.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 91.5%
  • OpenEdge ABL 8.5%