Of Beasts And Men
Attention! If you are from the randomizer page for the game jam, Godot projects seem to have issues with playing from there. If it says it has a SharedBufferArray issue please go to the game's itch page directly: https://gamblet.itch.io/of-beasts-and-men
Introduction
Of Beasts And Men is an action game about slaying beasts and using supernatural powers fueled by beast blood.
Objective of the game is to defeat the boss monster before it defeats you.
The boss monster has a variety of mechanics that the player must dodge either by walking out of the telegraphed area or using the shield from one of the blood powers.
The player can collect blood in the Beast Blood Gauge by attacking enemies, in order to fuel the powers.
During the fight, the boss will spawn additional monsters who disrupt the player.
Controls:
Keyboard
Movement = Arrow keys / WASD
Attack = J or Left Mouse
Space = Backstep
Space + direction = Dodge towards direction
Activate Powers:
Wolf = 1
Bat = 2
Bear = 3
More gameplay info in the Tutorial section of the game
Status | Released |
Platforms | HTML5 |
Author | Gamblet |
Genre | Action |
Made with | Godot |
Tags | 2D, Boss battle, Fast-Paced, Pixel Art, Souls-like |
Comments
Log in with itch.io to leave a comment.
Hi, Godot needs shared array buffer enabled for web games.
You will find the settings in your projects > edit > Embed options > Frame options > SharedArrayBuffer support checkbox.
I have it enabled
Added a comment to the description regarding the randomizer page issue.