Skip to content

A 2D action roguelike where a dice roll determines your gameplay

License

Notifications You must be signed in to change notification settings

Adeon18/Moritur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Moritur is a 2D action top-down roguelike game written during the 48 hours GMTK Game Jam 2022. The jam main theme to implement was Roll of the Dice, so the randomness of the dice is the crucial mechanics of the game.

The game is inspired by a board games concept. You start at a game board filled with different kinds of rooms represented as a tiles on the board, and rolling the dice decides the cell player will face. Every upgrade and game progression is random for the player. The goal is to reach the last boss level and defeat him.

Overview

There are different types of tiles on the board, each representing a certain room to be entered by the player:

  • combat : a random room full of the enemies to kill to pass it. There are two types of enemies: range and melee

  • loot : a random power-up or weapon.

    There are 9 different possible power-ups for your character:

    • Elements: fire / poison / ice attacks
    • Health: heal / encrease max lifes
    • Increase projectile: damage / speed / size
    • CD: Decrease cool-down of the attacks

    There are also 5 different weapons, each depending on the power-up element (fire / poison / ice / none):

    • Swords dealing the AOE damage
    • Bows piercing the enemies
    • 3 types of range-attacking wands each with different characteristics: a strong, medium, and weak
  • rollback : you move your current position on the board randomly forwards / backwards on an arbitrary number of steps

  • shop : to buy the upgrades for the character

  • final boss room as the very last tile of the game.

Play the Game

itch.io

Contributors

Team «Hoydalka»:

About

A 2D action roguelike where a dice roll determines your gameplay

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •