Skip to content

Basic Hangman game to test in browser console.

Notifications You must be signed in to change notification settings

ss62171/Hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Basic Hangman script

This is a script to be run in browser console to simulate hangman game

How to run:

  1. Open console in browser.
  2. Paste this script into console.
  3. Pass the word in the console like:
    some_variable = Hangman('shubh')
  4. Start guessing the word using:
    some_variable('s')

About

Basic Hangman game to test in browser console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published