Clank! Clank!

Overview

Clank! Clank! is a single player roll and write game. The player's goal is to blacksmith the metals into the products and sell it for money. The player can only sell the product when landing on the specific selling zone. Therefore, the player has to decide what product should they blacksmith and whether to melt the products that were already made for making other products.

Project Length

2.5 weeks

Team Size

1

What I did

Game Mechanism

In order to have selling mechanism in my game, I used a linear path like Monopoly. It is a good way to rise the player’s interests.

In addition, it also makes the player win the game not entirely dependent on luck: if you roll a small number, the metals the players get are less but they might land on a good position.

Game Economy

The amount of the metals the player gets and the amount of metal needed to make the product is an even number. Because there is melting mechanism, even numbers make calculations easier for the player.

The value of each product are made by taking the melting mechanism into consideration.

Most Meaningful Iteration

Problem:
Design:

Other Iterations