Skip to content

This repository contains the starter code for Deck.

Notifications You must be signed in to change notification settings

MTM6331/deck-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deck

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. Convert the index.html file to be a PHP file.
  2. Using arrays, loops, and the file provided complete the tasks below. Provide comments and pseudo code on how to solve each problem, what methods will be used, and why.
    1. Generate all 52 cards of a deck.
    2. Use the rand() function to generate 52 random cards

About

This repository contains the starter code for Deck.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published