https://github.com/gabdug/efrei-l1-projecthangman
Efrei Paris First project : Hangman
https://github.com/gabdug/efrei-l1-projecthangman
efrei hangman l1-efrei python tkinter
Last synced: 4 days ago
JSON representation
Efrei Paris First project : Hangman
- Host: GitHub
- URL: https://github.com/gabdug/efrei-l1-projecthangman
- Owner: GabDug
- License: gpl-3.0
- Created: 2017-11-02T19:03:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T14:07:47.000Z (over 4 years ago)
- Last Synced: 2024-07-06T04:32:36.419Z (10 months ago)
- Topics: efrei, hangman, l1-efrei, python, tkinter
- Language: Python
- Size: 973 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

===
By Vincent LACROUTS and Gabriel DUGNYTechnical Notes
---
For this project, we used [f-strings](https://www.python.org/dev/peps/pep-0498/), only available with Python 3.6+.
The project and the exercices won't work on a previous version of Python.Notes
-----
Font and hangman drawing from the "Hangman's Delight" font, free to use in school projects.
Words from [the 10,000 most used english words](https://github.com/first20hours/google-10000-english).