FoonLudum Dare ExplorerLD36 → Dino Lazer

Dino Lazer

By chaoslab

View on Wayback Machine

CategoryRankScoreCount

Comments

garfeild 2016-09-04 19:55

Heyho, I've tried to run game on OS X and received following error: https://gist.github.com/Garfeild/775977f0642e516b41a14db87b5d12bd

themadprogramer 2016-09-04 20:00

Wow this game looks amazing, but I can't get it to run on mac. Nice ninja BTW

chaoslab 2016-09-04 20:52

Thanks for the heads up. Related to detecting any game controllers.

Should no longer fail. Just report the exception and you can use the Keyboard for control.

chaoslab 2016-09-05 05:45

Found and fixed the problem with Game Controllers. All should be working now on OS/X and Windows.

casevse 2016-09-08 09:28

Hilarious game. Loved the dinosaur. Interesting music. Good work!

strike 2016-09-09 10:59

Damn, this is really fast paced ! Hopefully there is a slow version where I can last more than 10 seconds XD

You mention : "Controls - Keyboard or Gamepad." but that would be nice just to write which keys I am supposed to press ;)

The game is very intense and the music quite relaxed, it doesn't seem to match. But it is still a very good song which I like very much. It would be even more epic with some sounds.

Hilarious game, well executed, really good challenge (and thanks for the slow version). Now it's time to practice and beat records ! Thanks for this excellent game.

chaoslab 2016-09-10 01:38

@Strike - It is all in the readme.txt , Keys and Gamepad controls. The slow version of the game can be played by running the following bat/sh file.
run_game_slow.bat / run_game_slow.sh

jacques_le_lezard 2016-09-11 17:53

Nice one ! You should just add a menu where you explain the main controls (instead of the readme file) but the game is cool anyway (music, difficulty, ...)

ryusui 2016-09-12 03:30

I like the general concept of how different weapons consume different amounts of energy. That said, it feels like I get too much thrown at me too fast - it's hard to destroy everything that comes at me before I get overwhelmed. The graphics are actually quite nice, and I love the Amiga imagery you used. XD

chaoslab 2016-09-12 17:42

@Jacqueslelezard - Thanks (Will just make an in game image next time with instructions).

@Ryusui - Was wondering if I tuned it too tightly. The trick is too fire in bursts, even from zero you still get in decent continuous barrages of the high powered laser.

invader 2016-09-15 13:37

It wasn't easy to run the game on MacOS X. The shell file contains windows-style LFCR which confuses MacOS and it can't recognise bin/sh as interpreter.

But the java run line didn't work for me either. To run the game I've used:

java -cp jinput.jar:. LD

The game itself is like Gradius with dinosaurs. It can be fun if added some variety in gameplay. And it requires some background story, since I can't imagine how dinosaurs and floppies can coexist.

I like the style - very distinct retro-feel of 80s and 90s shmups.

chaoslab 2016-09-17 23:06

@invader - Thanks for the critique and info. Corrected the .sh files.