Author Archive

In Class Code

#change.py # A program to calculate change def main(): print(“Change Counter”) print() print(“Please enter the count of each coin type”) quarters = eval(input(“Quarters: “)) dimes = eval(input(“Dimes: “)) nickels = eval(input(“Nickels: “)) pennies = eval(input(“Pennies: “)) total = quarters *…Continue Reading →

Homework 2

You will be working on formatting text outputs and performing some more advanced calculations. In class we worked on creating a chore tracker for a set of room mates. You will be building upon this example to make a visual…Continue Reading →

Business Course Simulation Rules

Each team will have to develop and launch a game during the course of the semester in simulation (you have about 2 years in simulation time). All of the assignments are geared towards getting your company up and running and…Continue Reading →

Week 4: Team Building

1. Slides – Team+Building 2. Grim Fandango Design Document – GrimPuzzleDoc_small (2)

Game Design Document

This project is to develop or modify an existing game concept from previous classes to use in this course. The game concept represents the game your team will be producing this semester. Your game concept should be well fleshed out…Continue Reading →

Homework 2

For homework two, you’ll be working from the two examples we built in class to create a site that responds to user input. To get started, take a look at the rules of the game Mastermind: http://en.wikipedia.org/wiki/Mastermind_(board_game). Build a version of…Continue Reading →