BitShares Forum

Other => Graveyard => DAC PLAY => Topic started by: HackFisher on September 24, 2014, 08:20:36 am

Title: BitShares Play RoadMap
Post by: HackFisher on September 24, 2014, 08:20:36 am
1. Launch testnet for advanced users, 1 or 2 sample games, without GUI.

2. Launch testnet with GUI.

3. Dry Run

4. Snapshot.

5. Launch by someone honoring the snapshot and BitShares Play consensus

6. 3rd developers develop and contribute/merge games.
Title: Re: BitShares Play RoadMap
Post by: cgafeng on September 24, 2014, 08:26:35 am
what time does  the step 1 start?
Title: Re: BitShares Play RoadMap
Post by: HackFisher on September 24, 2014, 08:29:48 am
what time does  the step 1 start?

The first step 1 will start after chip exchange model get tested, and having a sample game using this.
Title: Re: BitShares Play RoadMap
Post by: crazybit on September 24, 2014, 08:30:36 am
6. 3rd developers develop and contribute/merge games.

what is the incentive for 3rd party developers to create new game in the Bitshares Play platform?
Title: Re: BitShares Play RoadMap
Post by: HackFisher on September 24, 2014, 08:41:32 am
6. 3rd developers develop and contribute/merge games.

what is the incentive for 3rd party developers to create new game in the Bitshares Play platform?

Game providers can hardcode their account rules, or collect chips fees in the games to be their income, etc. Buy all rules related to these ledge must be transparent as a part of the DAC.

Some other developer's intention may be just for fun, or want to get the reward/bounties from community/delegates.
Title: Re: BitShares Play RoadMap
Post by: cgafeng on September 24, 2014, 08:43:10 am
6. 3rd developers develop and contribute/merge games.

what is the incentive for 3rd party developers to create new game in the Bitshares Play platform?
I think the most benefit of 3rd party is share the player with Bitshares Play platform.
Title: Re: BitShares Play RoadMap
Post by: crazybit on September 24, 2014, 08:54:40 am
6. 3rd developers develop and contribute/merge games.

what is the incentive for 3rd party developers to create new game in the Bitshares Play platform?

Game providers can hardcode their account rules, or collect chips fees in the games to be their income, etc. Buy all rules related to these ledge must be transparent as a part of the DAC.

Some other developer's intention may be just for fun, or want to get the reward/bounties from community/delegates.

correct me if i misunderstand, so will the Play platform abstract the game interface? such that the developer can implement the concrete game, and define the rules, e.g. the game designer can get x% commission from the game winner.

btw,where can i find the most update code for Bitshares Play? https://github.com/bitsuperlab/bitshares_play.git?
Title: Re: BitShares Play RoadMap
Post by: HackFisher on September 24, 2014, 08:57:36 am
6. 3rd developers develop and contribute/merge games.

what is the incentive for 3rd party developers to create new game in the Bitshares Play platform?

Game providers can hardcode their account rules, or collect chips fees in the games to be their income, etc. Buy all rules related to these ledge must be transparent as a part of the DAC.

Some other developer's intention may be just for fun, or want to get the reward/bounties from community/delegates.

correct me if i misunderstand, so will the Play platform abstract the game interface? such that the developer can implement the concrete game, and define the rules, e.g. the game designer can get x% commission from the game winner.

btw,where can i find the most update code for Bitshares Play? https://github.com/bitsuperlab/bitshares_play.git?

True, that could be one of the cases, but now it still need to merge the codes from game developers, rather than an ideal platform which could decouple the layers. The play and toolkit code need efforts to reconstruct and refactor.
Take a look at "play" branch and other branch.
Title: Re: BitShares Play RoadMap
Post by: daidai on September 24, 2014, 09:03:09 am
that's very good.
Title: Re: BitShares Play RoadMap
Post by: crazybit on September 24, 2014, 09:25:53 am
just take a look at the code, some questions, appreciated if could help to clarify, there is a dice game in existing code, seems the asset "DICE" is dedicated for dice game, does it mean there will be a specified asset for each game? how does the asset came into existence? just like the user issued asset in BitShares X? based on my understanding, if i am a game provider, i can issue a specified asset for my game, the  player can buy my asset with BitShares Play base currency and join my game if they are interested.  is that correct?
Title: Re: BitShares Play RoadMap
Post by: HackFisher on September 24, 2014, 03:01:50 pm
just take a look at the code, some questions, appreciated if could help to clarify, there is a dice game in existing code, seems the asset "DICE" is dedicated for dice game, does it mean there will be a specified asset for each game? how does the asset came into existence? just like the user issued asset in BitShares X? based on my understanding, if i am a game provider, i can issue a specified asset for my game, the  player can buy my asset with BitShares Play base currency and join my game if they are interested.  is that correct?

Yes, probably.