Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposed changes to Unit 2, 3, 4, 6 projects. #416

Open
Dan-TEALS opened this issue Jun 27, 2022 Discussed in #349 · 0 comments
Open

Proposed changes to Unit 2, 3, 4, 6 projects. #416

Dan-TEALS opened this issue Jun 27, 2022 Discussed in #349 · 0 comments
Assignees

Comments

@Dan-TEALS
Copy link
Contributor

Discussed in #349

Originally posted by jdonwells February 12, 2022
A separate discussion was opened for changing the Unit 2 project to an expert system. #339

Remove lesson 2.06 because it isn't needed.

The Unit 3 project can be the Tic-Tac-Toe game from Unit 4. There are only 9 moves possible in a full game so a loop, while nice, isn't strictly required. Everything can be done with functions and no loops.

Move Oregon Trail from Unit 3 to Unit 4 when loops are made available.

Move Zork from Unit 2 to Unit 6 when dictionaries are available. The Guess Who game seems to suffer without graphics anyway. Dictionaries will allow room contents to be a short string and translated into a longer description with a dictionary. Items in the bag can have short string identifications with longer descriptions in a dictionary for printing. Etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant