Skip to content
/ deck Public

This repository contains a completed version of the Deck of Cards example.

Notifications You must be signed in to change notification settings

MTM6331/deck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deck

This repository contains a completed version of the Deck of Cards example.

Objective

For this exercise you will be practicing creating HTML using PHP array and loops by generating and displaying cards from a standard deck on the page.

Requirements

Complete the following tasks:

  1. Using arrays, loops, and the files provided generate all 52 cards of a deck.
  2. Use the shuffle() function to generate all 52 cards of a deck in a random order.
  3. Use the rand() function to randomly generate 52 cards

About

This repository contains a completed version of the Deck of Cards example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published