KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Hangman
★ 23
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
WPDocGen
:
WordPress Doc Generator is a tool to automatically extract data about the actions, filters and shortcodes of your WordPress theme or plugin.
mujoco_camera_depth_test
:
No description available.
caddy-ngrok-listener
:
Caddy listener_wrapper to automatically listen on an ngrok tunnel
eks-with-cilium
:
:whale: :package: :rocket: - Terraform template for a production ready EKS Cluster and Cilium Service Mesh and eBPF
sd-library-notes
:
An extension for AUTOMATIC1111 to help you document your downloaded assets
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Hangman
?
Download (.md)
# Hangman ## Description The object of this game is to be able to spell out a word. The player gets 8 chances to get incorrect letters. if the player gets 8 letters incorrect, the player loses. The player wins if he/she spells entire word with under 8 incorrect letters. Player loses a flower with eah incorrect letter. ## References https://codepen.io/W0Sabi/pen/VNwPzr https://codepen.io/cathydutton/pen/JjpxMm ## Pain Points The most difficult thing to fix in this game were getting the letters to replace the underscores, having multiple of the same letters fill out on the keyboard and getting the win/lose state to cooperate. The solutions were loops and if else statements