ESA 2015 Essential Facts About The Computer and Video Game Industry
http://www.theesa.com/wp-content/uploads/2015/04/ESA-Essential-Facts-2015.pdf
http://www.theesa.com/wp-content/uploads/2015/04/ESA-Essential-Facts-2015.pdf
<html> <head> <script> window.onload = function() { var button = document.getElementById(“submit”); button.onclick = drawShapes; } function drawShapes(){ var canvas = document.getElementById(“tshirtCanvas”); var context = canvas.getContext(“2d”); var selectObj = document.getElementById(“backgroundColor”); var index = selectObj.selectedIndex; var bgColor = selectObj[index].value; var selectObj =…Continue Reading →
http://mcsp.wartburg.edu/zelle/python/ http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/ from graphics import * def main(): win = GraphWin(“Click Me!”) for i in range(10): p = win.getMouse() print(“You clicked at: “, p.getX(), p.getY()) main()
Week 10 Materials 1. Slides – Managing+Schedules 2. Sample Software Development MS Project File – 01018453 3. Using Microsoft Project for Student Games – http://www.gamasutra.com/blogs/StephenNorthcut/20130226/187393/Using_Microsoft_Project_for_Student_Games.php 4. List of Free Agile Planning Tools (MS Project Alternative) – http://www.agile-tools.net/ Week 11 Materials 1. Slides – Publishing
<html> <head> <script> window.onload = function() { var button = document.getElementById(“submit”); button.onclick = drawShapes; } function drawShapes(){ var canvas = document.getElementById(“tshirtCanvas”); var context = canvas.getContext(“2d”); var selectObj = document.getElementById(“backgroundColor”); var index = selectObj.selectedIndex; var bgColor = selectObj[index].value; var selectObj =…Continue Reading →
1. Slides – Getting+Started+with+Canvas (3) 2. 2D Context API – http://www.w3.org/TR/2dcontext2/ 3. Today we’ll build a simple abstract art generator that uses random colors, coordinates and sizes to build a “modern art” piece out of squares and circles. The code will be posted…Continue Reading →
1. What happened to XML? – http://www.w3schools.com/xml/xml_whatis.asp 2. Understanding JSON notation – http://www.json.org/ 3. Replacement Assignment Working from the example code below, create a simple application to take and display information from a web services API. Your application should demonstrate an understanding…Continue Reading →