Skip to content

ommiles/fisher-yates-shuffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fisher Yates Shuffle

A JavaScript implementation of the Fisher-Yates Shuffle algorithm.

Card Shuffle

Table of Contents

  1. Requirements
  2. Technologies
  3. Installation
  4. Credits
  5. FAQs

Requirements:

  • Spin up a server and play around with the code!

Technologies

  • GSAP
  • Google Fonts
  • HTML5, CSS3, and JavaScript

Installation

  1. Use HTTPS(below), SSH, or GitHub CLI to clone this repo.
$ git clone https://github.com/ommiles/fisher-yates-shuffle.git
$ cd ../path/to/the/file
  1. Use a text editor extension like Live Server or install http-server to set up a server (below).

Install http-server globally via npm:

$ npm install --global http-server

Install http-server globally via Homebrew:

$ brew install http-server

Install http-server running on demand:

$ npx http-server
  1. Start the server:
$ http-server

Credits

Design inspired by this fun CodePen.

FAQs

If you'd like to reach out with feedback, please let me know!

About

A JavaScript implementation of the Fisher-Yates Shuffle algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published