Hi, so i was betting on luckybit and it comes to my head: "hey, how hard it could be to entirely remake that game??".
So I made my little vps and started coding.
In result, it wasn't that hard
In fact, took me 3 hours to complete all the images + css and about 6 hours to complete the server side and client side javascript.
-Chat system with administration commands
-Bans are ip + browser fingerprint based so makes the thing harder for multi account
-Coin appearing when transaction reach 1 confirmation
-Auto send back the multiplier result amount to the sender once coin reached the bottom
-Based on 0/1 random int to decide if the coin drops on left or right
-Everything is calculated on server side & not letting anything from client side to communicate manually to the server so people can not cheat.
To finish with this:
https://i.imgur.com/DDQYTlv.png(Create Coin & Clear log are Debug buttons of course)
I might use it for some other projects
And make this one online soon.
Anyway, luckybit stays the best
Good day,
http://dexontech.net/ITs pretty good. But when you say its not that hard, it means that you must be a professional programmer because it would take weeks for someone like me to make a game like this.