Skip to content

Instantly share code, notes, and snippets.

@jim-clark
Last active November 21, 2024 11:03
Show Gist options
  • Save jim-clark/e5fba38f99ea027a143ec030877aa8ce to your computer and use it in GitHub Desktop.
Save jim-clark/e5fba38f99ea027a143ec030877aa8ce to your computer and use it in GitHub Desktop.

General Assembly

Choose From the Following Games

Note: Games are listed in approximate order of increasing difficulty.

  1. Spaceman
    • Word guessing game
    • May change "theme" to something other than Spaceman
    • A good icebox feature (optional feature) would allow the player to choose from categories of words.
  2. Quiz Game
    • Player must achieve a pre-determined score to "win".
    • Icebox features: Persist scores in the browser's local storage; Choice of category; Timer.
  3. Concentration (Memory Game)
    • Use "cards" or other theme
    • Will need to display "wrong" guess until a timer expires or until the next click.
    • Must lose after a certain amount of time or after X number of bad guesses.
  4. Simon
    • Requires audio
  5. Mastermind (Guess the Code)
  6. Minesweeper
    • Must implement "flood" feature
  7. Blackjack
    • Must implement wagering feature
    • Do not have to implement splitting hands
  8. Wordle (NY Times game)
  9. Mancala
    • Implementing "capturing" is not required
  10. Video Poker
    • Must implement wagering feature
  11. Battleship
    • Requires some AI to implement the computer opponent

Only the above games are approved

@maxhimmel
Copy link

Minesweeper!

@Tanisha-png
Copy link

Spaceman

@hmthomas0782
Copy link

Spaceman

@Thomkath
Copy link

Spaceman

@sejincp
Copy link

sejincp commented Nov 21, 2024

Spaceman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment