Bitcoin Forum
May 11, 2024, 08:16:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6  All
  Print  
Author Topic: Sweepabit - Beta | New mini casino site!  (Read 6316 times)
Dexon (OP)
Full Member
***
Offline Offline

Activity: 230
Merit: 154

I'm a web dev :D


View Profile WWW
March 11, 2016, 11:52:14 PM
Last edit: August 18, 2016, 08:51:42 PM by Dexon
 #1

sweepabit.com

Hey everyone, since my last creation, flappybit, I've been thinking about making something new that I haven't done before.
So after some navigating, I decided to recreate a 'satoshimines' kind of game that would work with moneypot's api. So for 2 days, I've come up with a sweepabit as it is currently. So, this thread is about showing you my creation more than promoting it really. I'm really proud of it and think I did a good job actually Cheesy
Sorry about the 'little' messy look of this thread, since I don't have custom assets for the game, I can't really think of any good template currently. I will probably edit it later.

How to Play:
http://sweepabit.com
Basically, it's a minesweeper kind of game. You place a bet then, click on the tiles to reveal if you found more bits or a bomb.
Of course, the goal is to reveal to most tiles possible without getting a bomb. Revealing a bomb would make you lose your bet and the stake of the current game.
The bigger is your bet, bigger will be the profit per tiles clicked.
When starting a new game, you are able to cashout at any time. Cashing out will end the current game saving your current stake to your wallet.
If you have questions, don't hesitate to ask!

Using Moneypot's provably fair system

Previews:
https://i.gyazo.com/71c5ae05c94525fece5c321104db75f2.png
https://i.gyazo.com/c4063f38ac862fb0f426789da6336916.png

So it's like satoshimines?
Yes!
That was the main goal of this project; Using my knowledge to recreate a game on moneypot's api.

Why moneypot?
Because having my own bankroll and building my own depositor is not something that appeals me really.

How is it unique?
Ehh. Well, like drawing, I'm used to do something that already exist and put my "own little thing" into it. I would then say the appearance is different at some point. The game play stays the same.

More:
The project took me 48 hours to bring it as it is currently. It is all client-sided and opensourced : https://github.com/Dexon95/bitsweeper
This is still in beta currently. Until I feel most of the bugs got corrected and possible improvements got improved?
I hope you like!

Thank you and good luck!


Last Edits/Updates:
Fixed a bug where players would have to reconnect if they were betting too fast.
1715458604
Hero Member
*
Offline Offline

Posts: 1715458604

View Profile Personal Message (Offline)

Ignore
1715458604
Reply with quote  #2

1715458604
Report to moderator
1715458604
Hero Member
*
Offline Offline

Posts: 1715458604

View Profile Personal Message (Offline)

Ignore
1715458604
Reply with quote  #2

1715458604
Report to moderator
1715458604
Hero Member
*
Offline Offline

Posts: 1715458604

View Profile Personal Message (Offline)

Ignore
1715458604
Reply with quote  #2

1715458604
Report to moderator
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
RHavar
Legendary
*
Offline Offline

Activity: 2557
Merit: 1886



View Profile
March 11, 2016, 11:54:47 PM
 #2

Awesome work Dexon! Cool to see this come to fruition. Framing minesweeper as a series of independent provably fair bets is pretty cool!

Check out gamblingsitefinder.com for a decent list/rankings of crypto casinos. Note: I have no affiliation or interest in it, and don't even agree with all the rankings ... but it's the only uncorrupted review site I'm aware of.
Patatas
Legendary
*
Offline Offline

Activity: 1750
Merit: 1115

Providing AI/ChatGpt Services - PM!


View Profile
March 12, 2016, 12:00:46 AM
 #3

I'm assuming the game is still in the development right ?
Looks like a clone of Satoshi Mines .Played a couple of games but doesn't seem to be working fine after opening couple of mines,it just stops loading .Waiting almost 8 minutes to open the mine didn't work.No network lag.
Dexon (OP)
Full Member
***
Offline Offline

Activity: 230
Merit: 154

I'm a web dev :D


View Profile WWW
March 12, 2016, 12:12:21 AM
 #4

Awesome work Dexon! Cool to see this come to fruition. Framing minesweeper as a series of independent provably fair bets is pretty cool!
Thanks! Smiley



I'm assuming the game is still in the development right ?
Looks like a clone of Satoshi Mines .Played a couple of games but doesn't seem to be working fine after opening couple of mines,it just stops loading .Waiting almost 8 minutes to open the mine didn't work.No network lag.

Yep still in development, there is some bugs i wasn't aware of like the 24 bombs that is glitched. Currently working on it.
Thnx for coming up with more bugs if you catch some more! Cheesy
cunchap
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
March 12, 2016, 12:38:21 AM
 #5

Cool, finally something different on moneypot.
What is the house edge?
Dexon (OP)
Full Member
***
Offline Offline

Activity: 230
Merit: 154

I'm a web dev :D


View Profile WWW
March 12, 2016, 12:44:51 AM
 #6

Yep still in development, there is some bugs i wasn't aware of like the 24 bombs that is glitched. Currently working on it.
Thnx for coming up with more bugs if you catch some more! Cheesy

It's now fixed!

Cool, finally something different on moneypot.
What is the house edge?

With the last fix, https://github.com/Dexon95/bitsweeper/commit/8bddca4d5e3e8da86c59b41c444f6c8ee7a39131
House edge appears as 1.00% on 24 bombs bets Wink
I will change it so the house edge will sum up to 1% with the amount of tiles you can click.
For example, I will make that if you chose 1 bomb, the house edge per click will be 0.0416% (because 0.0416*24 ~= 1%)
ranlo
Legendary
*
Offline Offline

Activity: 1974
Merit: 1007



View Profile
March 12, 2016, 08:06:52 AM
 #7

Yep still in development, there is some bugs i wasn't aware of like the 24 bombs that is glitched. Currently working on it.
Thnx for coming up with more bugs if you catch some more! Cheesy

It's now fixed!

Cool, finally something different on moneypot.
What is the house edge?

With the last fix, https://github.com/Dexon95/bitsweeper/commit/8bddca4d5e3e8da86c59b41c444f6c8ee7a39131
House edge appears as 1.00% on 24 bombs bets Wink
I will change it so the house edge will sum up to 1% with the amount of tiles you can click.
For example, I will make that if you chose 1 bomb, the house edge per click will be 0.0416% (because 0.0416*24 ~= 1%)

Awesome little game! It's smooth and gives more of a strategy feel to playing, rather than just "click and see if you won."

https://nanogames.io/i-bctalk-n/
Message for info on how to get kickbacks on sites like Nano (above) and CryptoPlay!
fulgdenea
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
March 12, 2016, 08:17:13 AM
 #8

That is great piece of work simple and cool graphics just played there and i would like to say that Sweepabit is a good addition in family of moneypot so good luck and have great future ahead.
dey90
Full Member
***
Offline Offline

Activity: 548
Merit: 100


View Profile
March 12, 2016, 10:42:37 AM
 #9


I think it's a good idea. continue the work you make the best game to an even better Cheesy
twister
Hero Member
*****
Offline Offline

Activity: 672
Merit: 501



View Profile WWW
March 12, 2016, 02:23:32 PM
 #10

Its still a little buggy, I clicked on a tile and it kept on spinning and had to refresh the page and the game wasn't continued but my balance showed some added bits which means it was auto claimed when I refreshed it. Looks good though, GL.  Smiley

 

██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
 
Get Free Bitcoin Now!
  ¦¯¦¦¯¦    ¦¯¦¦¯¦    ¦¯¦¦¯¦    ¦¯¦¦¯¦   
0.8%-1% House Edge
[/
lite
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009


View Profile
March 12, 2016, 03:21:39 PM
 #11

Your app is looking good, i'll give it a try once i'm on my laptop. i also hope you add faucet in future. Wink
actmyname
Copper Member
Legendary
*
Offline Offline

Activity: 2562
Merit: 2504


Spear the bees


View Profile WWW
March 12, 2016, 03:35:05 PM
 #12

Your app looks similar to diggit.io (back when it wasn't scammy). It'll be fun to play that sort of game again, and with moneypot being a reliable website, I won't have to fear for my money Wink
I also love the fact that you implemented a faucet timer. I can see that care for the user went into this product. Great job on that.

Have you seen diggit.io before, or was your only inspiration satoshimines? I think an added feature would be to custom set how many mines there are in the entire field.

Sourgummies
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


Never ending parties are what Im into.


View Profile
March 12, 2016, 03:37:48 PM
 #13

It looks really nice. I like the minimalist design, and the unique type of system. I haven't seen this before. It's kind of like satoshimines but I like this better.
Deathwing
Legendary
*
Offline Offline

Activity: 1638
Merit: 1328


Stultorum infinitus est numerus


View Profile WWW
March 12, 2016, 05:39:08 PM
 #14

I really liked it, hope it gets reputation like Bustabit Smiley
clixcoin
Legendary
*
Offline Offline

Activity: 1750
Merit: 1004


View Profile
March 12, 2016, 05:55:17 PM
 #15

Simple and unique app for moneypot and this will attract so many players who like to play minesweeper, just tested this it is easy and fun to play there so good luck op.
Dexon (OP)
Full Member
***
Offline Offline

Activity: 230
Merit: 154

I'm a web dev :D


View Profile WWW
March 12, 2016, 06:28:24 PM
 #16

Its still a little buggy, I clicked on a tile and it kept on spinning and had to refresh the page and the game wasn't continued but my balance showed some added bits which means it was auto claimed when I refreshed it. Looks good though, GL.  Smiley
This might be because of some lag Smiley I will still look at an eventual solution to those infinite loading tiles!

Your app is looking good, i'll give it a try once i'm on my laptop. i also hope you add faucet in future. Wink
There is a faucet as well Wink 2 bits every 5 minutes. You can see the 'FAUCET' green button once you are connected.

Your app looks similar to diggit.io (back when it wasn't scammy). It'll be fun to play that sort of game again, and with moneypot being a reliable website, I won't have to fear for my money Wink
I also love the fact that you implemented a faucet timer. I can see that care for the user went into this product. Great job on that.

Have you seen diggit.io before, or was your only inspiration satoshimines? I think an added feature would be to custom set how many mines there are in the entire field.
I actually never seen this Smiley
I based my game on satoshimines.
And I will add this feature for sure Wink Just the time to fix some front-end bugs and I will give it a go!


Thanks for all your comments!
You're awesome!
I will keep working on it and fix everything till it gets off the beta.
Dexon (OP)
Full Member
***
Offline Offline

Activity: 230
Merit: 154

I'm a web dev :D


View Profile WWW
March 12, 2016, 08:25:08 PM
 #17

Little update,


Added an Info button which you can click to get to the bet info page.
I'm still thinking of a best way to show it, but yea, currently, that's that Smiley
FrueGreads
Legendary
*
Offline Offline

Activity: 1582
Merit: 1059


View Profile
March 12, 2016, 09:35:35 PM
 #18

Hello, just looked at your site but could not find a free mode to try it out.
Did I do something wrong, or demo mode is not possible right now?

░░░░░░░▄▄▄▄▄▄
░░░░▄██████████▄
░░░██████████████
░░██████▐▌██████
█████░░░░░░░▀█████
██████▄▄░░▄▄░░██████
████████░░▀▀▄██████
████████░░▄▄▄░░█████
██████▀▀░░▀▀▀░░█████
█████░░░░░░░░█████
░░██████▐▌██████
░░░██████████████
░░░░▀██████████▀
░░░░░░░▀▀▀▀▀▀
░░░

                   BitCloak Bitcoin Mixer  
  BTC & BCH | API| MULTIADDRESS| PGP PROOF|  FAST MIX |  ESCROW|  MORE ! 

░░░░░░░▄▄▄▄▄▄
░░░░▄██████████▄
░░░██████████████
░░██████▐▌██████
█████░░░░░░░▀█████
██████▄▄░░▄▄░░██████
████████░░▀▀▄██████
████████░░▄▄▄░░█████
██████▀▀░░▀▀▀░░█████
█████░░░░░░░░█████
░░██████▐▌██████
░░░██████████████
░░░░▀██████████▀
░░░░░░░▀▀▀▀▀▀
░░░

Dexon (OP)
Full Member
***
Offline Offline

Activity: 230
Merit: 154

I'm a web dev :D


View Profile WWW
March 12, 2016, 10:41:36 PM
Last edit: March 13, 2016, 08:59:48 AM by Dexon
 #19

Hello, just looked at your site but could not find a free mode to try it out.
Did I do something wrong, or demo mode is not possible right now?

Hey, you can simply do bets of 0 bits. That'll work Wink
There is also the Faucet button giving you 2 bits every 5 mins.
Dexon (OP)
Full Member
***
Offline Offline

Activity: 230
Merit: 154

I'm a web dev :D


View Profile WWW
March 13, 2016, 08:05:07 PM
 #20

Little Update, fixed a problem where the 'next' would be '-NaN' after cashing out.

Working on player stats and maybe will add some kind of high roller ranking.
Pages: [1] 2 3 4 5 6  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!