DFdubG Posted January 28, 2022 Share Posted January 28, 2022 (edited) 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> Edited January 28, 2022 by DFdubG Link to comment Share on other sites More sharing options...
Admin BCGame_Bob Posted January 28, 2022 Author Admin Share Posted January 28, 2022 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> 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 3 Link to comment Share on other sites More sharing options...
DFdubG Posted January 28, 2022 Share Posted January 28, 2022 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 More sharing options...
GDoctor Posted January 28, 2022 Share Posted January 28, 2022 (edited) 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. Edited January 29, 2022 by Gdoctors update pictures 3 Link to comment Share on other sites More sharing options...
DFdubG Posted January 28, 2022 Share Posted January 28, 2022 (edited) 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 Edited January 28, 2022 by DFdubG 1 Link to comment Share on other sites More sharing options...
karajcity68 Posted January 29, 2022 Share Posted January 29, 2022 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 More sharing options...
ILikeToParty Posted January 29, 2022 Share Posted January 29, 2022 Should be finished by the end of the weekend with all 7. If i finish before Sunday Night, I'll make some fun Coco animations. Gl in all your games 1 Link to comment Share on other sites More sharing options...
Admin BCGame_Bob Posted January 29, 2022 Author Admin Share Posted January 29, 2022 @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. 2 Link to comment Share on other sites More sharing options...
LIZA8800 Posted January 29, 2022 Share Posted January 29, 2022 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 More sharing options...
GDoctor Posted January 29, 2022 Share Posted January 29, 2022 (edited) 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 Edited January 29, 2022 by Gdoctors 4 Link to comment Share on other sites More sharing options...
GDoctor Posted January 29, 2022 Share Posted January 29, 2022 added Beauties!https://bcverify.gdoc.win/ Working: Mines Beauties Keno HiLo Keno-Single Coming Soon: Egyptian Sword 4 Link to comment Share on other sites More sharing options...
Admin BCGame_Bob Posted January 30, 2022 Author Admin Share Posted January 30, 2022 Thank you @Gdoctors we will get it checked! looks great so far 1 Link to comment Share on other sites More sharing options...
ILikeToParty Posted January 30, 2022 Share Posted January 30, 2022 (edited) @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 January 30, 2022 by ILikeToParty 2 Link to comment Share on other sites More sharing options...
karajcity68 Posted January 31, 2022 Share Posted January 31, 2022 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 More sharing options...
DIANA8800 Posted January 31, 2022 Share Posted January 31, 2022 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 More sharing options...
GDoctor Posted January 31, 2022 Share Posted January 31, 2022 (edited) @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 January 31, 2022 by Gdoctors 1 Link to comment Share on other sites More sharing options...
Admin BCGame_Bob Posted February 1, 2022 Author Admin Share Posted February 1, 2022 Thanks everyone who submitted their work, we will be giving updates shortly. 1 Link to comment Share on other sites More sharing options...
LIZA8800 Posted February 1, 2022 Share Posted February 1, 2022 On 1/30/2022 at 3:03 AM, Gdoctors said: added Beauties!https://bcverify.gdoc.win/ Working: Mines Beauties Keno HiLo Keno-Single Coming Soon: Egyptian Sword Link to comment Share on other sites More sharing options...
karajcity68 Posted February 1, 2022 Share Posted February 1, 2022 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. Link to comment Share on other sites More sharing options...
LIZA8800 Posted February 1, 2022 Share Posted February 1, 2022 On 1/30/2022 at 3:03 AM, Gdoctors said: added Beauties!https://bcverify.gdoc.win/ Working: Mines Beauties Keno HiLo Keno-Single Coming Soon: Egyptian Sword Link to comment Share on other sites More sharing options...
GDoctor Posted February 1, 2022 Share Posted February 1, 2022 @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 More sharing options...
ILikeToParty Posted February 1, 2022 Share Posted February 1, 2022 unfortunately I hit a bug in my code and its gonna take a ton of time to debug so I won't be able to submit at this time. Link to comment Share on other sites More sharing options...
Coco_Father Posted February 1, 2022 Share Posted February 1, 2022 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. Hey man. Amazing job. These are so smooth. I'm very impressed. So far they are working perfectly! 6 Link to comment Share on other sites More sharing options...
Admin BCGame_Bob Posted February 1, 2022 Author Admin Share Posted February 1, 2022 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. 3 Link to comment Share on other sites More sharing options...
GDoctor Posted February 1, 2022 Share Posted February 1, 2022 @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 5 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountAlready have an account? Sign in here.
Sign In Now