CSC108H Assignment 1: Mystery Message
Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit
CSC108H Assignment 1: Mystery Message
Due Date: Thursday September, 2025 before 4:00 p.m
Goals of this Assignment
Practice using the Function Design Recipe to plan, implement, and test functions.
Practice writing code using variables, numeric types, strings, and conditional statements.
Continue to use Python 3, Wing 101, provided starter code, a checker module, and other tools.
Develop the programming skills needed to read, understand, and write code on paper during tests.
Overview
Video Demo
In this assignment, you'll be writing functions to complete a Mystery Message game. To see how the game is played, please watch this video demo.
The video demonstrates playing the one-player version of the game, but your code will eventually also have a two-player human vs. human version and human vs. computerl versions.
2025-09-26