Week 5: Legal Issues
1. Slides – Legal+Issues
1. Slides – Legal+Issues
1. Slides – Functions 2. In Class Example
http://nintendoenthusiast.com/article/2014-best-year-nintendo-fan/
#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 →
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 →
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 →
1. Slides – Team+Building 2. Grim Fandango Design Document – GrimPuzzleDoc_small (2)
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 →
1. Slides Interactive+Web+Design 2. JS Button Properties 3. In Class Sample Code
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 →