Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.
/ hangman-hacking Public archive

Hacking the good old Hangman game, solving the eternal question of which alphabet to start with

Notifications You must be signed in to change notification settings

ninadsp/hangman-hacking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hangman-hacking

Hacking the good old [Hangman](http://en.wikipedia.org/wiki/Hangman_(game\)) game, solving the eternal question of which alphabet to start with.

Requirements:

  • setup.bash requires bash
  • curl and gunzip to download data files from IMDb
  • Python and PyMongo
  • MongoDB

How to use:

TODO:

  • Clean the data being imported
  • Write a script to read through each document, and create a count of each character in the title, update it in the document
  • Dumb map/reduce (or script) over each document and find the count for each character throughout
  • Add some fancy functionality to the import_dump.py script with getopt
  • Make the map/reduce intelligent by adding ratings/language into the picture

Warning:

This project is still a work in progress. As of now, all it does is read the list of movies, it's language and rating and insert it into a mongo collection. Has not been tested fully as my disk runs out of space :s

About

Hacking the good old Hangman game, solving the eternal question of which alphabet to start with

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published