Describe what each file does/is used for. If you added it, add your username in parentheses. If you change or add a file, make sure you edit this file. List files and folders in alphabetical order, but list folders first. cgi-test/ (yan): folder containing demonstration programs in non-PHP languages ctest.c (yan): a simple C application that reads the URL query and tries to break it down into components pythontest.py (yan): a Python script that prints environment variables images/ (yan): folder containing all sprites, tiles, etc used in the game, broken up by size normal/ (yan): the only collection-by-size there is right now. All tiles, sprites, etc should be 16 pixels in both height and width tiles/ (yan): the collection of tiles. All must be PNG format, and in this pattern: "{character}.png" ... tile images units/ (yan): collection of units/sprites. All must be PNG format, and names lowercase stickfigure.png (joe): 16x16 stick figure test sprite game.php (yan): empty file that will house a prototype of our game generateMap.php (yan): takes an argument through the query string (call generateMap.php?mapfile=map2.input.txt, for example) and generates a png map file out of it. Map file contents must be rectangular image.png (yan): the png output for map3.input.txt map1.input.txt (yan): First test map map2.input.txt (yan): Second test map map3.input.txt (barton): Third test map status.txt (barton): Update this file once a day using the given format with a one sentence description of what you did sync.cgi (yan): call (go to http://game.originxt.com/sync.cgi) to synchronize game.originxt.com with the latest commit. DO NOT EDIT