Mark Murphey

3/20/01

Math 198

Project Proposal: 4D Tetris

 

            It looks like I’ll be working on modifying the four dimensional Tetris program created several years ago.  With the help of others who are much more skilled in C++ and programming in general, I will piece the program together in openGL.  Personally, my main task will be to take the 20-30 separate objects that make up the program and put them together into one coherent file.  This might be accomplished by deciphering which objects call for which others and what parts need to be translated/updated.  My first task will be to “tree out” the dependencies of the different files and subsections thereof, so that I may decide how to add them together.  I realize that this is a fairly vague description, and I plan on fleshing it out as I explore the programs more and find out how they work and what needs to be done.