Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 351 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 351 Bytes

hangman

This is a basic Hangman game written in Python. Words are automatically taken from Wikidata lexemes: you can play with every language you want, as long as in the Wikidata item of your favorite language P218 (code for ISO 639) is defined.

SPARQLWrapper is used to get words, so it must be installed on your computer.