Fundamentals of Game Design

This is an example webpage for the Game Design class.
By the way: Panther Dev meets in room 211 CMII building (25 PP NE) on Fridays at 5 for the Fall 2023 semester. The meetings are streamed on Twitch.
Here are some examples about JavaScript:
ex.html hello world
ex1.html hello world
ex2.html hello world
ex3.html hello world
ex4.html (output appears in the console)
ex5.html draw a line
ex6.html draw a line when you press a button
ex7.html using tiles
draw_line.html draw a red line
keys.html report which key is pressed
mouse canvas example
features (tiles) that you can use with the platformer
Example platformer
scores.html
scores2.html
scores3.html
scores4.html
scores5.html
simple animation
timer.html counts the seconds
balloons 7 example Sprite class, which uses this image
balloons 8
balloons 9
simple sound

Here are some more examples:
Change the background color
Change the background color (calls function from a .js file)
a better mouse canvas example
an even better mouse canvas example
buttons to draw a football-like scene
buttons to draw a football-like scene, with a class
football tiles an image used above
example of an agent navigating a maze



-- M. Weeks