A small Broughlike game created using this excellent tutorial by Jeremiah Reid. The original tutorial was created using javascript, this version is made with PureBasic language. The web version was created using SpiderBasic.

Use WASD or arrow keys to move. For each 3 treasures collected you get one new spell slot. Cast spells using the numbers keys 1..9.

Spells description:

  • WOOP: Transports the player to a random tile.
  • QUAKE: Deals 2 damage for each adjacent wall.
  • MAELSTROM: Changes all monsters to random tiles.
  • MULLIGAN: Resets the level and change the player's health to 1.
  • AURA: Heals the player and any adjacent monsters.
  • DASH: Moves the player in the direction of the last attack or move. It the player is able to move any adjacent monsters to the final tile are hit and stun.
  • DIG: Removes all internal walls and heals the player 2 health points.
  • KINGMAKER: Heals all monsters and puts a treasure in their tiles.
  • ALCHEMY: Turn all adjacent walls (no external walls) in treasures.
  • POWER: The next player's attack will do 6 damage.
  • BUBBLE: Goes through the player's spells and duplicates the previous one if the current one is empty.
  • BRAVERY: Stuns all monsters.
  • BOLT: Casts a bolt in the direction of the last movement. Delas 4 damage.
  • CROSS: Casts one bolt for each direction (up, right, down, left). Deals 2 damage.
  • EX: Casts a bolt in each diagonal direction. Deals 2 damage.
  • VAMPIRE: Steals 1 health point from each adjacent monster and stuns them.
  • TELEPORT: Teleport the player to a random monster place and kills it.

Download

Download NowName your own price

Click download now to get access to the following files:

RoguelikeLike-Windows-x64.zip 323 kB
RoguelikeLike-sourcecode.zip 171 kB

Comments

Log in with itch.io to leave a comment.

Awesome you translated it to PureBasic

Thank you chikega!