Jump to content

BC Game Presents Provably Fair Hackathon


BCGame_Bob
 Share

Recommended Posts

Copyright (c) 2022 by Darrell Morgan (https://codepen.io/Dhavik77/pen/eYeNVmx

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions.

<body>
  <div class="container pb-3 px-5">
    <h1 class="text-center p-3 alert-info">
      <a href="Bc.Game/crash" target="_blank" class="alert-link"> <u>Bc.Game</u></a> CRASH VERIFIER
    </h1>
    <div class="config">
      <div class="input-group mb-3">
        <div class="input-group-prepend">
          <span class="input-group-text"><b>Game's Hash</b></span>
        </div>
        <input id="gameHash" type="text" spellcheck="false" class="form-control" placeholder="Game's hash you want to validate">
      </div>
      <div class="input-group mb-3">
        <div class="input-group-prepend">
          <span class="input-group-text"><b>Game's Amount</b></span>
        </div>
        <input id="gameAmount" value="10" type="number" spellcheck="false" class="form-control" placeholder="Amount of game to show from this hash">
      </div>
      <button type="button" class="btn btn-info btn-block btn-lg" onclick="verifyCrashPoint();">VERIFY CRASH POINT
      </button>
    </div>
    <hr class="my-4">
    <div class="result">
      <table id="hashTable" class="table table-striped">
        <thead>
          <tr>
            <th>Game's hash</th>
            <th>Crash Point</th>
          </tr>
        </thead>
        <tbody id="tbody"></tbody>
      </table>
    </div>
  </div>

</body>

 

Screenshots_2022-01-28-02-50-38.png

Edited by DFdubG
Link to comment
Share on other sites

  • Admin
1 hour ago, DFdubG said:

Copyright (c) 2022 by Darrell Morgan (https://codepen.io/Dhavik77/pen/eYeNVmx

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions.

<body>
  <div class="container pb-3 px-5">
    <h1 class="text-center p-3 alert-info">
      <a href="Bc.Game/crash" target="_blank" class="alert-link"> <u>Bc.Game</u></a> CRASH VERIFIER
    </h1>
    <div class="config">
      <div class="input-group mb-3">
        <div class="input-group-prepend">
          <span class="input-group-text"><b>Game's Hash</b></span>
        </div>
        <input id="gameHash" type="text" spellcheck="false" class="form-control" placeholder="Game's hash you want to validate">
      </div>
      <div class="input-group mb-3">
        <div class="input-group-prepend">
          <span class="input-group-text"><b>Game's Amount</b></span>
        </div>
        <input id="gameAmount" value="10" type="number" spellcheck="false" class="form-control" placeholder="Amount of game to show from this hash">
      </div>
      <button type="button" class="btn btn-info btn-block btn-lg" onclick="verifyCrashPoint();">VERIFY CRASH POINT
      </button>
    </div>
    <hr class="my-4">
    <div class="result">
      <table id="hashTable" class="table table-striped">
        <thead>
          <tr>
            <th>Game's hash</th>
            <th>Crash Point</th>
          </tr>
        </thead>
        <tbody id="tbody"></tbody>
      </table>
    </div>
  </div>

</body>

 

Screenshots_2022-01-28-02-50-38.png

Thanks for your entry but we dont need Crash verifier only concentrate on Mentioned Games.

On 1/26/2022 at 2:41 AM, bassabar said:

I'm  not a big fan of adding graphics and stuff, just plain letters and numbers to check if its legit.

I have the files on my desktop now, how can I submit it? If I submit it public, it will give an advantage to other participants perhaps.

Please  submit link to your work we will check it

BCGame.gif

Link to comment
Share on other sites

7 hours ago, Danny777 said:

Thanks for your entry but we dont need Crash verifier only concentrate on Mentioned Games.

Please  submit link to your work we will check it

My Bad Danny I thought I seen crash on the list 

 

Link to comment
Share on other sites

Ok well Im still really sick but I started working on this today. 

Working:

  • Mines
  • Keno
  • Keno-Single

Coming Soon:

  • Egyptian Adventure
  • HiLo
  • Beauties
  • Sword

 

https://bcverify.gdoc.win

Some screenshots.
image.png.a946e4feb76d9c8870194b21e6f7378c.png

image.png.dd779f99d222f1fd97cd3fe7e48e6001.png

Edited by Gdoctors
update pictures
Link to comment
Share on other sites

Im no pro at coding but I can understand it lil but still learning and will only get better.

 

https://codepen.io/Dhavik77/full/vYWOqzV

 

Egyptian Slots

Screenshots_2022-01-28-15-18-47.png

Edited by DFdubG
Link to comment
Share on other sites

On 1/21/2022 at 11:00 PM, Coco_Father said:

None of that is necessary. The algorithms we use to generate game results are open source. The last time we held this contest two guys working independently were able to create working tools with less than a few hundred lines of code per game. This was before we updated the algorithms which is why we need updated tools. We are not asking for a complicated web app or sophisticated program. This is child's play to even novice coders. The exception would be our slots games, Egyptian and Savior Sword. Not because they are more complicated but because the algorithms are uploaded to github in png format rather than typed in. They still use the same provably fair style algorithms though making this a very simple task.

 

https://provably-fair.github.io/bc.game/

For inspiration.

 

Link to comment
Share on other sites

  • Admin

@ILikeToParty yes please would love to see what you got.

@Gdoctors wow amazing , just left for us to check.

@DFdubG thank you appreciate it

Everyone thanks for trying, appreciate those who keep submitting their work, it wont get unnoticed.

BCGame.gif

Link to comment
Share on other sites

1 hour ago, Danny777 said:

@ILikeToParty yes please would love to see what you got.

@Gdoctors wow amazing , just left for us to check.

@DFdubG thank you appreciate it

Everyone thanks for trying, appreciate those who keep submitting their work, it wont get unnoticed.

 

Link to comment
Share on other sites

I updated the site, cleaned the UI a little bit.. Added HiLo to the list of working. Just a note im not a professional coder. If i get any money from this it will be my first paid gig. It is written using svelte so should be easy to take over. 

https://bcverify.gdoc.win/

Working:

  • Mines
  • Keno
  • HiLo
  • Keno-Single

Coming Soon:

  • Egyptian Adventure
  • Beauties
  • Sword

image.png.4b2b10e9ae5bca9cb92388dec6d56c1a.png

Edited by Gdoctors
Link to comment
Share on other sites

added Beauties!

https://bcverify.gdoc.win/
 

Working:

  • Mines
  • Beauties
  • Keno
  • HiLo
  • Keno-Single

Coming Soon:

  • Egyptian
  • Sword

image.thumb.png.1dc629d95476180824ef6ae2b3130c60.png

Link to comment
Share on other sites

  • Admin

Thank you @Gdoctors we will get it checked! looks great so far

BCGame.gif

Link to comment
Share on other sites

@Gdoctors Nice job!  I think you're doing very well for it being new to you. Would love to see more from you in the future. 

Egyptian is really spicy, having a lot of fun with that one.  Still have to finish up Sword and Beauties. Thought i'd get more time to spend on them yesterday but had to go in to work. 

 

@Danny777 Will be pushing what I have to github tonight

Edited by ILikeToParty
Link to comment
Share on other sites

On 1/28/2022 at 1:59 PM, Danny777 said:

Thanks for your entry but we dont need Crash verifier only concentrate on Mentioned Games.

Please  submit link to your work we will check it

 

Link to comment
Share on other sites

On 1/17/2022 at 9:28 AM, Danny777 said:

Thanks for your feedback, the tool being open source means anyone can verify the code Most competition will limit verification to in house which raises some type of alarm, we want community and beyond to help us build, open source and more trusted.

 

Link to comment
Share on other sites

@ILikeToParty Thank for the compliment! I started working on Swords yesterday got the regular spins done, but it's really testing my ability. Programming the actual algo is proving to be harder than I expected. I will get it done probably today or tomorrow. I am really worried about Egyptian honestly. I looked at the pdf for a minute and it made my head hurt lol. 

@Danny777 Thanks for the compliment! Let me know what you think after you test it. If there are any changes that need to be made, please let me know. I am still working on it. I only push changes to the page when I finish a game, but I push changes to GitHub often. The Swords game has taken a lot of my time so far and I'm still not close to being done with it. I am going to keep trying though until I get them all done. 


Cloudflare cache sometimes doesn't purge properly too so some of the changes don't show up right away. I really don't actually know what I am doing so the way I am hosting it probably isn't right but it's what works for me, so I just go through the motions. This is literally the first Frontend project of this magnitude; I've ever worked on. The only other thing I did before this was create an address generator for BTC and ETH. Figuring out CSS has been a real PITA for me lol. Grids and flexes and blah blah blah 🤢

Edited by Gdoctors
Link to comment
Share on other sites

  • Admin

Thanks everyone who submitted their work, we will be giving updates shortly.

BCGame.gif

Link to comment
Share on other sites

On 1/28/2022 at 11:38 PM, Gdoctors said:

Ok well Im still really sick but I started working on this today. 

Working:

  • Mines
  • Keno
  • Keno-Single

Coming Soon:

  • Egyptian Adventure
  • HiLo
  • Beauties
  • Sword

 

https://bcverify.gdoc.win

Some screenshots.
image.png.a946e4feb76d9c8870194b21e6f7378c.png

image.png.dd779f99d222f1fd97cd3fe7e48e6001.png

 

Screenshot_20220201-081855_Firefox.jpg

Screenshot_20220201-081916_Firefox.jpg

Screenshot_20220201-081931_Firefox.jpg

Screenshot_20220201-081818_Firefox.jpg

Link to comment
Share on other sites

@LIZA8800 and @mehri

are you two trying to submit pictures of my page as your work? lol. my name is part of the domain. cant fool ppl with screenshots.  🤣 BTW you need more than just pictures for the contest.

Link to comment
Share on other sites

On 1/28/2022 at 12:08 PM, Gdoctors said:

Ok well Im still really sick but I started working on this today. 

Working:

  • Mines
  • Keno
  • Keno-Single

Coming Soon:

  • Egyptian Adventure
  • HiLo
  • Beauties
  • Sword

 

https://bcverify.gdoc.win

Some screenshots.
image.png.a946e4feb76d9c8870194b21e6f7378c.png

image.png.dd779f99d222f1fd97cd3fe7e48e6001.png

Hey man. Amazing job. These are so smooth. I'm very impressed. So far they are working perfectly!

1806049997_forumsig.gif.c3dce27cd0694ef005bfc8252e385d01.gif

Link to comment
Share on other sites

  • Admin

Hey all amazed by the efforts you all put in. So an update for now only 2 games are still pending working submissions.

- Egyptian Adventure
- Swords Slots

Thank you again.

BCGame.gif

Link to comment
Share on other sites

@Danny777 and @Coco_Father Thanks so much for all the positive feedback! I am so happy to hear. I feel like I am not too great at design, so this gets me really excited. I am willing to add all the other games to this verifier, so it can be an all-in-one place for 3rd party verification. If you would like me to, please let me know.

Update:

  • I finished Swords Game: (I have it show the final spin in the case of a catRespin feature) If you want something different, please let me know.
  • I also updated the looks of the UI a little

https://bcverify.gdoc.win/

SWORDS GAME
image.png.fe3f5f42ec8b11ae4d4252f440dcc925.png
 

Link to comment
Share on other sites

  • BC_PANDA unpinned and unfeatured this topic

You need to be a member in order to leave a comment

Sign up for a new account in our community. It's easy!

Register a new account

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...