Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
/ CDT-1D-Hangman Public archive

Simple hangman game in python for Computational Thinking for Design 1D Project

Notifications You must be signed in to change notification settings

iangohy/CDT-1D-Hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

10.014 Computational Thinking for Design 1D Project (Fall 2020)

This game was created for 1D Project submission for 10.014 Computational Thinking for Design.

Project Requirements Overview

Write your own python-based computer game that, at the minimum, has a text-based user interface. In other words, We shall define a computer game in this project as a python program created for the entertainment of at least one user. This computer game can be based on an existing game, or it can be your own game.

There are the following restrictions to be followed by everyone without exception: Your game shall be written entirely in python. You may use only standard python libraries. i.e. user needs not do a pip install to play your game. Your game must have a text-based user interface, any other visual library used in this course e.g turtle or matplotlib can be on top of this. One exception to rule 2 is that you can use the external libraries that are introduced in this course, e.g. the pyrebase library

Video Demonstration

Playing the game

Ensure that the file words.csv is in the same directory as the python file.

To start the game, enter

python 1d_project_ctd.py 

in a terminal and run.

About

Simple hangman game in python for Computational Thinking for Design 1D Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages