Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 1.37 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.37 KB

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.