Here, a beautiful landing page
How to configure game to work into testnet ? click here
How To Play ?
All metaverse is an ocean
You have a boat (pending change boat 3D model), you can click on map and travel to Grocery (left menu) (wait for transaction confirmed)
It is not intended to be a pixel hunter, keeping players behind the screen for hours. It will take you a few hours to travel, so leave it traveling and go have a coffee with friends. You can see a red line, ignore, is for debuging the rotation/direction of the boat. (Pending water effect arround Boat for get feeling of travel)
When arrived to grocery (3D model pending created, you can see a esphere), you can click BUY 10 LURES (For now they are free. I have to make them cost 0.1 USDT in WBells each; the lures obtained is random) (wait for transaction confirmed)
Now check what lures you have (cast rod menu)
Go to MAP and travel to a Shoal compatible with your Lures obtained
When arrived to that shoal (3D model pending created, you can see a box), you can use "cast rod" button at left menu
You can se a new yellow esphere, see it, and wait.... if you see the esphere move different, click at the left menu the button Pick Up Rod.(wait for transaction confirmed)
If you are lucky, you can get a fish. The next few days I will develop that the fish can be sold to obtain WBells. If you do not do so, you will be able to claim profits in relation to the weight of the fish and the game pot.
I also want to add some logic where there is a separate pool where everyone buys a ticket in some implicit way (if they want) for the value of 1 usdt (in WBells) and that pool is drawn only for 1 participant, weekly.
I would like the ship flag to be configurable to select a BellsCoin Ordinal.
I imagine you are wondering what the luck is to get the fish. Here I leave the maths that are in the smart contract
- A random number is thrown from 1 to 76.
- If it is between 1 and 40, a random number is thrown from 1 to 100. If it is between 1 and 40, you won a fish of 0.15 usdt in WBells (the lure cost you 0.1, but you got it back)
- If it is between 41 and 60, a random number is thrown from 1 to 100. If it is between 1 and 20, you won a fish of 0.3 usdt in WBells (the lure cost you 0.1, but you got it back)
- If it is between 61 and 70, a random number is thrown from 1 to 100. If it is between 1 and 10, you won a fish worth 0.6 usdt in WBells (the lure cost you 0.1, but you got it back)
- If it is between 71 and 75, a random number is thrown from 1 to 100. If it is between 1 and 5, you won a fish of 1.2 usdt in WBells (the lure cost you 0.1, but you got it back)
- If it is 76, a random number is thrown from 1 to 1000. If it is between 1 and 15, you won a 6 usdt fish in WBells (the lure cost you 0.1, but you got it back)