Skip to content

mvanbommel/hi_lo_faceoff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi-Lo Faceoff

A simple card game created using basic HTML, CSS, and JavaScript. Cards courtesy of Google Code Archive.

Instructions

Hi-Lo Faceoff is a two player card game of guessing, bluffing, and reading your opponent. Each player is dealt a hand of 5 cards. Each turn begins with one player (the active player) playing a card face up and their opponent playing a card face down in response. The active player then guesses if their opponent's face down card is higher, lower, or equal to their own card (aces are low). If the active player guesses correctly, they gain 1 point (or 5 points if they correctly guess that the cards are equal), but if they guess incorrectly, their opponent gains 1 point. The played cards are discarded and play then continues to the next turn, where the players switch roles and complete the same procedure. After 5 turns, alternating roles each turn, players' hands have been emptied. The discard pile is then shuffled back into to the deck and each player is dealt a new hand of 5 cards and the turns continue from where they left off. The game ends whenever one of the players reaches (or exceeds) a predetermined number of points (commonly 5, 11, or 21) and that player wins the game!

About

A two player card game of guessing, bluffing, and reading your opponent.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published