| 1 | = 3D Computer Graphics Project 2 - Robot Finds Kitten = |
| 2 | |
| 3 | [[Image(thumbnail.png,right)]] |
| 4 | |
| 5 | Completed 10/15/2004. |
| 6 | |
| 7 | == Compiling == |
| 8 | A Makefile is included for Linux. It has also been tested in Visual Studio in Windows. |
| 9 | |
| 10 | == Extensions == |
| 11 | This project implements the game robotfindskitten (See |
| 12 | http://robotfindskitten.org/ for more information) |
| 13 | |
| 14 | In this game, you are robot. Your job is to find kitten. This task is |
| 15 | complicated by the existence of various things which are not kitten. Robot |
| 16 | must stand over items and press enter to pick them up to determine if they are |
| 17 | kitten or not. The game ends when robotfindskitten. You may exit the game by |
| 18 | hitting the j key. |
| 19 | |
| 20 | Use the arrow keys to move. |