- Blockopoly is a team-based property auctioning game.
- Players have 1 week to win as many Plots, in a City as they can. Each Plot won in auction, earns the team score.
- The team with the highest score wins ownership of the entire City and claims the Jackpot.
- Each Team has their own set of Rules, which can change how the game is played.
This is an dApp version of Block42, that allow players to buy and sell lands, customize their own buildings, and just browse around the city in Block42, which players build together.
A client version will provide more interactive functionalities and MMO-gameplay, using the same assets built by players in the web app version.
Please note that this is still in prototype and under heavy development. The final product may be subject to a number of quality assurance tests to verify conformance with specifications.
- Node.js
- Browserify
npm install -g browserify
- Watchify
npm install -g watchify
- http-server
npm install -g http-server -g
- Concurrently
npm install -g concurrently
npm i
watchify js/main.js -o js/bundle.js
npm start