Honors 104.502 Lecture 17 – Bombs
Agenda what ?s obstacles in games a wall of blocks bomb mechanic point effector multiple colliders droppable prefab Code 52d8168
Honors 104.502 Lecture 16 – Parallax
Agenda what ?s what makes us see depth? moving backgrounds sprites vs. textures texture coordinates mapping player position to texture coordinate background and midground Code caef902
CS 491 Lecture 18 – Animations from Blender
TODO A game developer working at a big company may not do much animating, but animation is still a significant part of making games. A developer who knows how to make models move will feel powerful, will make their friends swoon, and will better understand game technology. So, we include it in this class. Before we starting […]
Zombie Facility
The zombies have broken through! Run and avoid being bitten from the zombies! Credits to: Sound – http://soundbible.com/tags-zombie.html
Get to the Game Platformer
Here is my game! Controls are presented in game.
CS 330 Lecture 25 – List Comprehensions and Map
Agenda what ?s program this list comprehensions translating between list comprehensions and imperative loops map Note We start with a Program This to gel our understanding of Haskell function structure: Write function indexOf, which accepts a needle and haystack, and returns where the needle lives in the haystack. If the needle can’t be found, it […]
CS 491 Lecture 17 – Game Jam
TODO Finish up the character animations from last lab if you haven’t already. The next lab assumes that you have them working. Lab Today we will change things up a bit. We will have a game jam. For the next 75 minutes, we will hastily put together a game that satisfies some theme. Jams like this […]
CS 330 Lecture 24 – Pattern Matching and List Comprehensions
Agenda what ?s functions capitalize (with guards, case, and pattern matching) tail’ nbelows contains indexOf list comprehensions how to translate TODO Bleakr’s due before April 6. Note Last time we mentioned that a primary theme of a functional language is that functions are a big deal. They can be stored in variables, they are a […]