Author

Topic: CryptoLandToken : a Game fully based on blockchain (Read 135 times)

newbie
Activity: 7
Merit: 1
Hi all , i'm working on  a "SimCity" / "FarmVille" like isometric game to build a full shared map of World/City that users have ownership of lands / buildings / asset .
The purpose is to cooperatively build a whole city with the effort of all player . So the idea is like this:

- The game system starts with an empty map , no valid terrain to build on .
- The map is divided into tiles , player can mine a terrain (using a Pow) so he can claim his ownership : hash(TerainAsset_image + Position + OwnerAddress + Nounce) >= Difficulty + Token reward
- A player can outsource the hashing power of another player to build him a house on his terrain against a certain amount of Tokens (Building a house is equal to hash/POW the house asset )
- A player can transfer ownership of an assert/tokens to another player using a simple transaction (out_prev txn --> input_current_txn ) .
- After a certain time stamp the WHOLE map (ie (Assets,positions hash)) should be mined and linked to the previously mined map hash , the Whole-Map-Miner gets a bigger token reward than the one needed to mine a single Terrain/tile.

Does any one has an idea/feedback/input to enforce this system ?

I'm using JavaScript to program the whole UI, blockchain (remains the P2P networking part that need to be "brainstormed") , i'm using client side browser implementation  so it's cross-platform compatible.

Here's an example the current map :
https://imgur.com/a/1kQ5i

Jump to: