teaching machines

CS 145 Homework 5 – due before November 13

See the PDF.

albrignj Arcade

Use the arrow keys to move and space bar to shoot. Use the enemy on the top to get the game over screen.

Frogger

Midway 3043

:

Dragon Fire

  A dragon awakens… Sleeping villagers have awoken to their homes burning to the ground! As knights, it is your duty to help the villagers escape the fire in any way possible!

Galag

Galactipede (Griffits)

 

CS 145 Lecture 24 – Accumulation

Agenda what ?s accumulation pattern Note We continue our discussion of common patterns we see with loops. Today we visit the accumulation pattern, where a loop iterates through a collection and accumulates values in some variable of larger scope. Accumulations tend to look like this: initialize soFar for each item integrate item into soFar end use […]

CS 491 Lecture 16 – Walking and Jumping

Agenda what ?s walking animation state transitions via parameters jumping TODO Finish those arcade games! Code 68f0ece Haiku

Arcade: Arkanoid

[emunity src=”//itch.io/embed/41296″ width=”552″ height=”167″]
1 104 105 106 107 108 232