In this 2-player arena game, each side has a king belonging to one of a few classes.
The king is symbolized by NFT-count.
A random (symmetrical) map is generated at the start of each game and each block can belong to one of several classes
- Magma, Stone,... with varying amounts of resources
- Iron or Diamonds.
- Players choose where to move each soldier for 15 rounds and soldiers mine resources using technology while also challenging the opponent's soldiers if on the same block. The player with the most diamonds wins.
We drew major inspiration from India's rich history of dynasties - kings after kings ruling major parts of the country, fighting or collaborating while developing. No war has ever been won without wit and that's what you are gonna need to win this game.
- Make a clone of this repo -
git clone www.github.com/scimaths/conquer_blocks
- Navigate to the server folder, run
npm i
- Run
nodemon server
from within the server folder - Open a new window for the
client
folder, use VSC's Live Server Extension to "Go Live" - Start from the
index.html
page, enjoy the game!