Welcome to Hash & Slash.

Overview

This pre-alpha demonstrates the feasibility of the planned deployment for a future game:

  1. The game is server-based using Colyseus. This is where the actual game logic takes place.
  2. Each game receives a dedicated topic in the Hedera  decentralized ledger. Each round of the game is sent to this topic as a message (meaning the game's history is recorded in its entirety).
  3. The front-end is built with the Defold engine.
  4. Players can resume their games by re-ingesting the game's history from its DLT topic.
  5. I've also included the option to observe ongoing games.

Note: I am using the free tier of Colyseus which only supports a max of 15 users. If you can't connect, that's probably why.

Gameplay

You play as an ornery dwarf intent on ruining the greenskins' birthday party. Simply move around the dungeon, and ram into enemies to kill them. Killing the purple 'g' designating the birthday goblin ends the game. There's no incentive to killing the other greenskins, and your health will not regenerate.

You can use the numpad keys or keyboard to move. Click the 'Controls' button in-game to learn more.

This simplistic pre-alpha is not indicative of the final game.

Comments

Log in with itch.io to leave a comment.

Can't use Arrow keys to move ?

Those default characters can't be accepted on Firefox.

By default characters do you mean the numpad and letter keys? Either way, the full version will have click to move.