iamvar/cardgame

This is the simple php console application to play card game 21.

dev-master 2020-09-12 18:03 UTC

This package is auto-updated.

Last update: 2024-10-03 01:48:38 UTC


README

Description

This is the simple php console application with symfony/console to play card game 21.

You have randomly shuffled deck of 52 cards (4 cards of each kind - 2, 3, 4, 5, 6, 7, 8, 9, 10, J, Q, K, A)

Each card has value associated with it:

Goal

You have to pick cards to be as close to 21 as possible and have higher score than opponent.

Installation and Usage

To run application:

Installation

composer require iamvar/cardgame

Run

bin/console game:21