This broughlike game is a port of the excellent Javascript Broughlike Tutorial created with the game framework Haxeflixel

How to play

  • Use Arrow keys or WASD to move the hero
  • Use 1-9 number touch to activate the spells
  • Use R to reset the game (this game wasn't avidly tested == Expect bugs


Objectives

Move the player around the board to reach the portal. Avoid or fight monsters. Collect treasures to become rich. Use spells to help your fight. Cross 6 levels to finish a run. Reach the best score possible and share it in comments.


Creation context

Has I wrote in introduction, this is a port of the Javascript Broughlike Tutorial created with the game framework Haxeflixel.

I'm not the first to create a port, you can try a godot version at this link.

This year - 2020 - I want to participate to the 7DRL Challenge. I used this tutorial to train me with the haxeflixel framework. You can check it on gitlab -> https://gitlab.com/Aslan85/broughlike


Spells

- Warning : Discover spell effects is a big part of the fun. Don't read this part if you don't want to be spoiled -

  1. Woop : Teleport the hero to a random tile
  2. Quake : On all characters, deals damage for each adjacent wall
  3. Maelstrom : Teleport all monsters
  4. Mulligan : Reset the level without increase it - Perfect to farm
  5. Aura : Heal the hero and these adjacent monsters
  6. Dash : Run in the direction and damage the adjacent monsters on the final step
  7. Dig : Remove all walls and heal the hero
  8. Kingmaker : Add treasures on monsters tile - but, heal these enemies
  9. Alchemy : Replace all adjacent walls by treasures
  10. Power : Give an attack bonus for the next fight
  11. Bravery : Add a temporary shield to the hero
  12. Bolt : Powerful bolt send in the moving direction
  13. Cross : Powerful bolt send horizontally and vertically
  14. Ex : Powerful bolt send in diagonal

Leave a comment

Log in with itch.io to leave a comment.