Changes between Initial Version and Version 1 of Projects/Robot Finds Kitten


Ignore:
Timestamp:
Aug 7, 2005, 7:01:40 PM (19 years ago)
Author:
Cory McWilliams
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Robot Finds Kitten

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