Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ynigoreyes/hangmanapplication
A short and sweet hangman game. Make sure to read the README
https://github.com/ynigoreyes/hangmanapplication
Last synced: 4 days ago
JSON representation
A short and sweet hangman game. Make sure to read the README
- Host: GitHub
- URL: https://github.com/ynigoreyes/hangmanapplication
- Owner: ynigoreyes
- Created: 2017-12-10T13:12:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T23:16:21.000Z (about 7 years ago)
- Last Synced: 2024-12-15T23:41:32.266Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HangmanGame
## Purpose
The purpose of this repo is to show how I started off in Python. The code looks bad as there is no organization. It is just a jumbled mess. There is little to no styling effort so reading it is a pain. it was completed on 10/24/17 during my freshman year.## The Updated Version
The file "Better_HangmanGame" is also part of this repo to show my progress as a programmer. This program is seperated into functions without the use of any global variables. This can be run on any IDE.