Git Product home page Git Product logo

diamondblackjack's Issues

vw_prop_casino_blckjack_01 not working

image

When near the table it prints blackjackTableData[closestChair] == nil and I cant sit down. The other prop with the black chairs seem to be working fine.

Odd dealer behavior

No errors in the console of both server and client but I see almost a skip in the framerate after the dealer recieves a response from the client, then the dealer freezes in the hand extended animation and turns their card regardless of the player's choice (without hitting if that was the client's choice). Very odd issue and I am going to experiment with removing other scripts to see if a conflict is the cause but overall kinda gamebreaking unfortunately.

issue with reward and chips

Hey! I got this issue that if you don't have chip balance you still can bet and if you win you don't get anything.

New table not accept

i have add new table outside from Casino.
the dealer spawn the table is correct
only the menu is not spawn

Bug

Hello
I want to ask there is a bug while I am joining the server and it show the DiamondBlackjack menu out. When I press, I drop to underground. How I solve this? Tks.

Cards not tracked

I noticed everytime you deal it's local randomCard = math.random(1,52)

Keep the available card (or card indexes) in a list. Then remove a random card (or index) like this:

Random random = new Random();
List deck = new ArrayList<>();
// ...
int randomIndex = random.nextInt(deck.size());
Card nextCard = deck.remove(randomIndex);

Possibly add more decks and a shuffle function. Because currently, it doesn't seem fair. Also without being able to double and split

Bugs

The dealer dont do animations of giving cards and other animations, and when the time of bet end's, my screen goes to the sky and not in the casino where i was

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.