Bitcoin Forum

Bitcoin => Project Development => Topic started by: gensen on July 15, 2014, 12:50:01 PM



Title: Bitcoin related Mafia Game
Post by: gensen on July 15, 2014, 12:50:01 PM
Hello all,

I want to introduce my Great New Mafia Game to the Bitcoin community, recently I worked hard to intergrade Bitcoin with this Mafia Game and give the game a Super Cool  extra dimension! If you be wealthy and successful in the game you also be in real life!

I would like to know if you like this game also, and if I should go on in this direction with the game.
Therefore I invite you for FREE to take a look and try the game.  Some feedback on bug new futures or else would be much appreciated.


http://i1154.photobucket.com/albums/p528/Genni_Verdone/GangMafia_Banner_zpse82672ab.png



Q. What is Gang Mafia ?
A. Gang Mafia is an Online Text-Based RPG Mafia Game where you can earn Bitcoins just be playing the game.

Q How does this work?
A You take the role of a Mafia member, or stand out above others as a Mafia Gang Leader. To gain  G-BTC you can gamble, trade, kill, steal, sell and buy stuff on the drug Bazaar or make some at our in game exchange, and many other things.

Q. What is G-BTC?
Q G-BTC (Game Bitcoin)  are earned through playing the game e.g., trade on the online drug bazaar (SilkRoad), exchange on our in game Bitcoin Exchange or  gamble with other user. Also get them for just playing and doing crimes or simply buy them, More New features are in process!


Q. What can i do with G-BTC?

A  G-BTC have his own value of $0.019 (1300 G-BTC= $25 = 0.04 BTC (At the current rate)) and can be withdrawal from the game directly to your own local Bitcoin Wallet.

Q. Does the exchange rate of the G-BTC fluctuates?
A. Currently not so 1300 G-BTC keeps its value of €25 but I have the scripts to make it fluctuate all most ready.

Q.Why make the G-BTC fluctuate?
A. Because when you play the game and for instant you buy, sell, hack, steel (in game) G-BTC the value of you earning goes up or down in the same  direction like the Bitcoin.  And gives a great extra dimension to the game! If you be wealthy and rich in the game you also be in real life!

Q. Why not buy directly on an exchange?
A. This game is absolutely not for just exchanging Bitcoins but for Bitcoiners who  loves new Bitcoin related projects and like games, if you only want to exchange Bitcoin you must go to a regular exchange.

Q. What can i also do with G-BTC?

A. G-BTC only have its value in game and somewhere else. You can use it in game and withdrawal to your Local Bitcoin wallet.

Q. What other Nice futures have the game?
A. Please come take a look at our game, give it a try and find out! www.gangmafia.com

Q. What does it cost!?
A. It's absolutely free!

Q. Is it safe?

A. Yes is Super Safe because, we dont hold any real Bitcoins Online so there can not be any stolen or lost.
About the G-BTC we log all website actions so any cheating or hacking will be noticed and we take appropriate measures against this.

Please read the rules and terms of service before playing.

Thanks


Title: Re: Bitcoin related Mafia Game
Post by: edmundduke on July 15, 2014, 02:07:40 PM
Looks cool, but you forgot one thing, namely the link to the game.
Hope you were "brighter" in making the game than when posting about it.


Title: Re: Bitcoin related Mafia Game
Post by: KriszDev on July 15, 2014, 02:09:33 PM
Link please.


Title: Re: Bitcoin related Mafia Game
Post by: gensen on July 15, 2014, 03:25:23 PM
I didn't place the link because i dont want to advertize! But  it's www.gangmafia.com


Title: Re: Bitcoin related Mafia Game
Post by: KriszDev on July 15, 2014, 03:27:13 PM
Can you change the type="text" to type="password" in the register form at the passwords? And please fix this error when i click to the validate link in the email:
Code:
QUERY ERROR: Duplicate entry '2147483647' for key 'PRIMARY'
Query was INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( '***', '***', md5('***'), 1, 100, 0, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, 'Male', unix_timestamp(), '***', -1, '***', '***')
I replaced my data with ***.


Title: Re: Bitcoin related Mafia Game
Post by: gensen on July 15, 2014, 03:49:19 PM
Yes I see yesterday i try to intergrade Facebook login now there is a conflict.
Working on the fix now!


Title: Re: Bitcoin related Mafia Game
Post by: gensen on July 15, 2014, 10:52:46 PM
Can you change the type="text" to type="password" in the register form at the passwords? And please fix this error when i click to the validate link in the email:
Code:
QUERY ERROR: Duplicate entry '2147483647' for key 'PRIMARY'
Query was INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( '***', '***', md5('***'), 1, 100, 0, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, 'Male', unix_timestamp(), '***', -1, '***', '***')
I replaced my data with ***.

Auto increment '' of TABLE 'user' COLUMN 'userid' was set due the FB script at max so every new user ended up with the same ID.
I set the auto increment count back to 1700 and everything works fine again now.
I was forced to delete some registration validation records so new signup is needed.

I also change the input type to password

Sorry for any inconvenience cost due this.
Manny thanks for the error detection!


Title: Re: Bitcoin related Mafia Game
Post by: Mountaingoat on July 15, 2014, 11:44:34 PM
You should remove the flash thing and put an image there.


Title: Re: Bitcoin related Mafia Game
Post by: KriszDev on July 16, 2014, 05:05:00 AM
Can you change the type="text" to type="password" in the register form at the passwords? And please fix this error when i click to the validate link in the email:
Code:
QUERY ERROR: Duplicate entry '2147483647' for key 'PRIMARY'
Query was INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( '***', '***', md5('***'), 1, 100, 0, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, 'Male', unix_timestamp(), '***', -1, '***', '***')
I replaced my data with ***.

Auto increment '' of TABLE 'user' COLUMN 'userid' was set due the FB script at max so every new user ended up with the same ID.
I set the auto increment count back to 1700 and everything works fine again now.
I was forced to delete some registration validation records so new signup is needed.

I also change the input type to password

Sorry for any inconvenience cost due this.
Manny thanks for the error detection!

You can have a columb for the facebook id too. Then you have a 'id' and an 'facebook_id' but facebook_id can be null if the user not used fb.


Title: Re: Bitcoin related Mafia Game
Post by: btcdemon on July 16, 2014, 10:11:24 AM
I want to see more image!  :)

good job!


Title: Re: Bitcoin related Mafia Game
Post by: gensen on July 16, 2014, 11:09:32 PM
You should remove the flash thing and put an image there.

Maybe only flash at login and the rest of the game image!?


Title: Re: Bitcoin related Mafia Game
Post by: gensen on July 16, 2014, 11:37:02 PM
I want to see more image!  :)

good job!

Thanks. Here are some new screens!

http://i1154.photobucket.com/albums/p528/Genni_Verdone/Screenshot2014-07-17012256_zps3b3c5f38.png

http://i1154.photobucket.com/albums/p528/Genni_Verdone/Screenshot2014-07-17011151_zpsd33f83cf.png

http://i1154.photobucket.com/albums/p528/Genni_Verdone/Screenshot2014-07-17011051_zpsf3d219a0.png


Title: Re: Bitcoin related Mafia Game
Post by: Baitty on July 16, 2014, 11:46:41 PM
Looks pretty cool I'll be checking up on this in a little bit when there is more content in the game.


Title: Re: Bitcoin related Mafia Game
Post by: gensen on July 17, 2014, 12:00:27 AM
Looks pretty cool I'll be checking up on this in a little bit when there is more content in the game.

Thanks but if every one thinks like that,  there never will be more content ;), This is the right time to step in! Because you can learn the game and  when there is more content you know your way around and how to get your G-BTC quikly.

If you are wealthy and succesvol in the game you also wil be in real life!


Title: Re: Bitcoin related Mafia Game
Post by: gensen on July 17, 2014, 12:07:03 AM
Can you change the type="text" to type="password" in the register form at the passwords? And please fix this error when i click to the validate link in the email:
Code:
QUERY ERROR: Duplicate entry '2147483647' for key 'PRIMARY'
Query was INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( '***', '***', md5('***'), 1, 100, 0, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, 'Male', unix_timestamp(), '***', -1, '***', '***')
I replaced my data with ***.

Auto increment '' of TABLE 'user' COLUMN 'userid' was set due the FB script at max so every new user ended up with the same ID.
I set the auto increment count back to 1700 and everything works fine again now.
I was forced to delete some registration validation records so new signup is needed.

I also change the input type to password

Sorry for any inconvenience cost due this.
Manny thanks for the error detection!

You can have a columb for the facebook id too. Then you have a 'id' and an 'facebook_id' but facebook_id can be null if the user not used fb.

I tried that, but it didn't work out yet, seems there are some troubles with the session and redirection also >:(


Title: Re: Bitcoin related Mafia Game
Post by: gensen on July 19, 2014, 09:29:59 PM
I just integrate Facebook with this game for a new social experience.
Now you can easily login with FB and share your statics.

Next thing to do is intergrade Bitcoin payment network to buy ingame with Bitcoin!


Title: Re: Bitcoin related Mafia Game
Post by: gensen on July 28, 2014, 01:14:50 PM
Bitcoin Payments not yet intergraded but there are allready manny other new features !


Title: Re: Bitcoin related Mafia Game
Post by: MultipliedCombo on July 28, 2014, 01:53:29 PM
Just gonna point something out.

On the register form, the Bitcoin address field's limit is too low. You can't put a full Bitcoin address in it.

(I think.)


Title: Re: Bitcoin related Mafia Game
Post by: verlosser89 on July 29, 2014, 01:17:57 PM
 ::) simply good. but kindly to remove the flash and put more image, to avoid lagging for slowly internet connection.
and one more, for the content . . make it simple and don't too much "friendly user" needed  8)