Coder Social home page Coder Social logo

socash_card_game's Introduction

socash_card_game

The festival season is here and you realise it's hard to play all those complicated card games when you're drunk. This is a simple luck-based game for people to play when they have limited motor and sensory control.

Basic Rules:

  • A standard deck of cards (no Joker).
  • Each player is dealt only three cards.
  • 'A' is considered to have a number value of 1.
  • 'A' is considered the top card in a face-off. So the order is A > K > Q > J > 10...2

Victory:

  • A trail (three cards of the same number) is the highest possible combination.
  • The next highest is a sequence (numbers in order, e.g., 4,5,6. A is considered to have a value of 1).
  • The next highest is a pair of cards (e.g.: two Kings or two 10s).
  • If all else fails, the top card (by number value wins).
  • If the top card has the same value, each of the tied players draws a single card from the deck until a winner is found.
  • Only the newly drawn cards are compared to decide a tie. The top card wins a tie.
  • For now the suit (spades/hearts etc...), does not matter.

TODO:

  1. Simulate a game between 4 players.
  2. Randomly deal them cards from a deck.
  3. Determine the winner.

What we're interested to see:

  1. Put your project in a git repo.
  2. Write code that's simple and easy to understand.
  3. We might change some of this, so if you have tests, it will be easier to do so.
  4. Use core libraries (For e.g., for Java: Mockito, junit, logging framework additions are fine)
  5. Don't use a database, Keep it simple for now.
  6. We expect to see your best effort for the code turned in. Think production ready.

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.