Skip to content

Instantly share code, notes, and snippets.

View ealdthryth's full-sized avatar

Christine ealdthryth

View GitHub Profile
<?php
$gameName = 'War';
class Deck
{
/** Assume cards are face down in deck
* Botom card is in position 0 in the array
*/
public $suits = ['S', 'H', 'C', 'D'];