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
Foon → Ludum Dare Explorer → LD36 → Dino Lazer
By chaoslab
| Category | Rank | Score | Count |
|---|
Heyho, I've tried to run game on OS X and received following error: https://gist.github.com/Garfeild/775977f0642e516b41a14db87b5d12bd
Wow this game looks amazing, but I can't get it to run on mac. Nice ninja BTW
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.
Found and fixed the problem with Game Controllers. All should be working now on OS/X and Windows.
Hilarious game. Loved the dinosaur. Interesting music. Good work!
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.
@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
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, ...)
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
@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.
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.
@invader - Thanks for the critique and info. Corrected the .sh files.