hexfree by munshkr
First ludum dare!
The original idea was to make a real maze, but didn't make it on time :(
Made with Ruby + Gosu + Chingu.
Instructions:
Advance through the maze, each step increments your score (see window titlebar).
How to run:
# Windows
* Unpack zip
* Run hexfree.exe
# Linux (you need to have Ruby 1.9+ installed)
* Unpack source zip
* Run on directory:
$ gem install bundler
$ bundle
$ ruby hexfree.rb
If you have any issues, please comment them.
Thanks for playing! :)
The original idea was to make a real maze, but didn't make it on time :(
Made with Ruby + Gosu + Chingu.
Instructions:
Advance through the maze, each step increments your score (see window titlebar).
How to run:
# Windows
* Unpack zip
* Run hexfree.exe
# Linux (you need to have Ruby 1.9+ installed)
* Unpack source zip
* Run on directory:
$ gem install bundler
$ bundle
$ ruby hexfree.rb
If you have any issues, please comment them.
Thanks for playing! :)
Feedback
Misael.K
29. Apr 2013 路 03:55 UTC
This was quite fun, if only there was a score!
馃帳 munshkr
29. Apr 2013 路 22:32 UTC
Thanks! Score was added at the last minute (on the window titlebar :P)
DaanVanYperen
30. Apr 2013 路 13:35 UTC
I seem to be reset sometimes without hitting a wall. Gameplay has potential.
euske
30. Apr 2013 路 13:49 UTC
I quite like it even though it feels unfinished. The game crashed once when I died with no apparent error.
Xeke_Death
17. May 2013 路 23:54 UTC
I was getting reset without hitting anything as well. Other than that, interesting game. Does it speed up at all? I wasn't alive beyond 150 points to find out.
Zaxuhe
19. May 2013 路 16:22 UTC
I wish I could play some more but after some time I restarted without colliding to anything!
dalbinblue
19. May 2013 路 19:32 UTC
I had the same problems with the game resetting after a short amount of time, it looked like it was happening after going straight for a while, so I'm wondering if it's a matter of moving out of some boundary on the map, or an error in reading the players position. After a while the game did crash completely as well.
Zim the Fox
20. May 2013 路 20:49 UTC
It's an interesting little concept, I'd like to see more. Would be great if you got the resetting bug fixed though.