my computer graphics page

last updated: 11/20/2000


computer graphics is my favorite computer class that i've taken so far. we created our programs with borland c++ using opengl routines. (opengl rules!!!!!)

here are some files that you might need in order to run these programs:

put this .dll in the same directory as the .exe you are running:
glut32.dll


lab 4: maze

create a random maze of a specified size. there is also a little gray mouse that will run through the maze.

lab4.exe
lab4.cpp
readme.txt


lab 5a: mice & cheese

in this program you can make lots of colorful mice that run around the maze and try to eat the most cheese. they get bigger as they eat more, and the cheese gets smaller till it's all gone.

lab5a.exe
lab5a.cpp
readme.txt


lab 5b: contagious mice

when mice pass each other, they randomly change to one color or the other. eventually all the mice will be one color.

lab5b.exe
lab5b.cpp
readme.txt


lab 6: solar system

you are able to look at my very own solar system from different angles and zoom in and out, while watching the planets and moons in orbit. just pretend the yellow planet in the middle is the sun. i didn't make the lighting sources realistic.

lab6.exe
lab6.cpp
readme.txt