GitXplorerGitXplorer
n

Hangman_AI

public
4 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
b02feba5f38e90646408092bd4b8dbff294b758c

Added timing clarification

nnyghtowl committed 10 years ago
Unverified
35fe2633144edd625a4d64893d72a78503c578eb

Update README.md

nnyghtowl committed 11 years ago
Unverified
87fb1048eb28b6e71a76fe2cf6e16b4798708cc8

Added

nnyghtowl committed 11 years ago
Unverified
3c51212c565b0676995f70903da5efb8b50cf3d0

Applied changes that include visualization of the results after running 200 instances of the hangman ai. The game is played and reset without creating a full new instance each time. Yoh helped provide the code and guidance on how to include the chart and multiple runs.

nnyghtowl committed 11 years ago
Unverified
275c64cc36b50b51452414be148b50194c5d5940

Added chart package to allow for modeling how well the AI performs.

nnyghtowl committed 11 years ago
Unverified
86bc28798fe15a1386d0bcd633d9788e2cf11cef

Merge branch 'reset'

nnyghtowl committed 11 years ago

README

The README file for this repository.

Hangman AI

Setup a hangman game with JavaScript. It can be run with a human player agains the machine as well as the machine playing itself.

Built JavaScript Hangman game that runs results in Chrome Inspecter (or equivalent in other browsers). The game is built to run for a user play or the computer to play. Currently set to have the computer play and run multiple games while graphing the success rate. There is a text list of words that are used to randomly pull a word for the game and then the corpus is used and shortened with the initial size of the word and then based on the results of each guess. Basically the corpus is cut down in size based on the information gathered from guesses.

I built this with my mentor in fall 2013 Yoh and we did it to have fun as well as to help me understand prototypal inheritance and apply machine learning techniques and a little data viz.