Show HN: Etherbots.io – Collectible fighting robots on the blockchain
1–10 of 13 posts
Re: Show HN: Etherbots.io – Collectible fighting robots on the blockchain
#2I'm happy to answer any questions about web development, ethereum development or any thing else!
Re: Show HN: Etherbots.io – Collectible fighting robots on the blockchain
#3Re: Show HN: Etherbots.io – Collectible fighting robots on the blockchain
#4If I buy it can I resell it soon for more money :^)?
Re: Show HN: Etherbots.io – Collectible fighting robots on the blockchain
#5The FAQ[0] says:
>Where is the code? Is it open source?
>Yes. All our code is viewable
All I'm seeing at https://github.com/EtherBots is a Solidity contract.
>The price increases after each robot sold, and a further 20% upon launch of the full game. Only 3900 crates will ever be sold.
So this is a collectible game where only 3900 people get the initial supply? What if I wanna play it later, will I have to find someone willing to sell it to me?
Re: Show HN: Etherbots.io – Collectible fighting robots on the blockchain
#6Re: Show HN: Etherbots.io – Collectible fighting robots on the blockchain
#7Re: Show HN: Etherbots.io – Collectible fighting robots on the blockchain
#8Hmm, so everyone's going to think "hmm, everyone's going to think, 'hmm, Ethereum went up when cryptokitties came out, perhaps this means I should buy some Ethereum now,' so perhaps I should buy some Ethereum now," so perhaps I should buy some Ethereum now.
Re: Show HN: Etherbots.io – Collectible fighting robots on the blockchain
#9You're asking 95 USD (and going up) for a DLC to a game that is not even released yet? The FAQ[0] says: >Where is the code? Is it open source? >Yes. All our code is viewable All I'm seeing at https://github.com/EtherBots is a Solidity contract. >The price increases after each robot sold, and a further 20% upon launch of the full game. Only 3900 crates will ever be sold. So this is a collectible game where only 3900 p…
That certainly looks to me like the "random" reward is just based on the previous block's hash.
Re: Show HN: Etherbots.io – Collectible fighting robots on the blockchain
#10You're asking 95 USD (and going up) for a DLC to a game that is not even released yet? The FAQ[0] says: >Where is the code? Is it open source? >Yes. All our code is viewable All I'm seeing at https://github.com/EtherBots is a Solidity contract. >The price increases after each robot sold, and a further 20% upon launch of the full game. Only 3900 crates will ever be sold. So this is a collectible game where only 3900 p…
https://github.com/EtherBots/EtherBots/blob/master/CratePreS... That certainly looks to me like the "random" reward is just based on the previous block's hash.
- Rarities of each part is not encoded in the contract (It just depends on how the application logic decides to decode the uint). They could swap Shadow parts with Gold and the contract doesn't do anything to prevent that
> // If 23 (or a multiple of it) is generated, a lamborghini will be awarded
Since this is a comment, if 23 is generated, a unit will be generated, which they _promise_ will be a lamborghini. Pinky promise.
There is also nothing stopping them from bumping the drop-rates for the final game. They promise 2%, but since this contract is void post the pre-sale, it will have to be a new one and it could have a 80% lamborghini drop rate!