Temple of The Roguelike Forums
Game Discussion => 7DRLs => Topic started by: watabou on March 13, 2016, 01:23:17 PM
-
Just uploaded my tiny roguelikelike game Switch Hook to itchi.io:
https://watabou.itch.io/switch-hook
(https://pbs.twimg.com/media/CdRr-vXUUAAiSgn.png)
Currently there is only OSX version, because I'm working on mac and I don't know how to make a build for Windows. I'm literally falling asleep right now, but I promise that there will be a windows version tomorrow along with a proper game description, screenshots etc :)
-
Ok, I've finally managed to build a windows version of the game, you can download it here: https://watabou.itch.io/switch-hook. If you are too lazy to try it, here is a description for you ;)
In the game you control a hero equipped with a switch hook (http://zeldawiki.org/Switch_Hook). This fancy device lets you switch places with monsters dealing them some damage on the way. When there are few monsters on a level and they are weak and slow, you can use the hook like a ranged weapon without much thought, but later in the game you'll need to choose a right target each turn and use walls, columns and passages to avoid enemies' attacks. There are 20 tiny levels and 8 types of monsters in the game. All monsters except basic "undead warriors" have some uniques features, for example some of them can't be damaged by the hook and others explode when they die.
(http://49.media.tumblr.com/b2cbdf74315ca8dab9178f8d073223fb/tumblr_o40twzPSFy1uk4udbo1_1280.gif)
I doubt the game qualifies as a real roguelike, but it is turn-based and the levels are procedurally generated and it's about monsters and dungeons, so at least I can call it a roguelikelike puzzle. As far as I can see there are many games of this kind this year, I guess it's kind of trendy :)
-
I have updated the game with some minor cosmetic features:
- Several tilesets to make levels more visually diverse
- Simple sound effects created with bfxr; you can turn them off by clicking a small button in the bottom right corner of the window
- Fade in/fade out effects
- Application icons
(https://img.itch.io/aW1hZ2UvNTc1NDEvMjYwNDgxLnBuZw==/original/VH3%2FIg.png)
-
Here is a link to nice video created by Rogueliker:
https://youtu.be/W_MkchZ-rhw
The latest version of the game looks a little nicer and it has sound effects! ;)
-
Ok, I think I've implemented all the features I was going to implement (such as proper game saving/restoring, highlighting monsters attack area, some new visual effects etc), so here is the link to the source code of the game for those who is interested (Haxe):
https://github.com/watabou/switch-hook
Nothing special there, the only interesting part is my "hand-made" shadow casting algorithm (because I couldn't find one for hexes).
-
Android version of Switch Hook: https://play.google.com/store/apps/details?id=com.watabou.switchhook (https://play.google.com/store/apps/details?id=com.watabou.switchhook)
It is also available on itch.io