FIT3094 : AI for Gaming
Assignment Submission
the fine printSemester 1, 2010
The assignments are due at the times specified in the course outline.
You will need to construct your own web page for your assignment submission. This will allow other students in the class to play your game after the assignments have been completed and it will allow the tutor and lecturer to assess your work.
- Modify this splash page template to act as the homepage for your game. Do not change the list of links on the page. Fill in the details as requested on the page between < and >.
- Set up your web account by following these instructions (general info. and website info.). You must use a Monash web server for any assignment work you submit for this unit.
- Place your modified splash page into your web directory, call it splash.html. (Please do not place a file called index.html in the directory. The assessors will need access to the files in list form and placing a file called index.html in the directory will prevent this.)
- As you complete the two parts of the assignment make a tar or zip archive of the source code (not the executable) and any written text files (in PDF format or plain text only), place it in the web directory.
- Link from the splash page to the appropriate files of your submission.
- When your assignment has been placed online, before the submission deadline, email the lecturer alan.dorin-at-infotech.monash.edu.au the URL of your splash page in an email like this:
email subject:
FIT3094 assignment <your ID number> submission is completeemail body:
<your full name>
<your student ID>
http://www.yourURL/splash.htmlA full listing of the directory on the web server containing your assignment submission and the splash page using "ls -laR" e.g....
drwxrwxrwx 12 aland aland 408 Mar 22 2007 .
drwxr-xr-x 65 aland aland 2210 Mar 17 11:30 ..
-rw-r--r-- 1 aland aland 1027 Mar 22 2010 splash.html
-rw-r--r-- 1 aland aland 4947 Mar 22 2010 myGame.zip
-rw-r--r-- 1 aland aland 616 Mar 31 2010 README.txtEach file of your source code must contain the following at the top:
/* * This software is the original work of <Your Full Name>. ID: <Your ID> * This software is submitted in partial fulfillment of the * requirements for the degree of <Your Degree> , * Monash University */ You are encouraged to consult reference material as widely as possible, but remember the code you write MUST be your own work. Make sure you think about, and understand, the processes involved rather than blindly copying the work of others.
Please be realistic about what you can achieve given the time constraints.
Late assignments will incur mark penalties according to the Fibonacci sequence. An assignment that is one day late will receive a one mark penalty. Assignments two days late will receive a 2 mark penalty, three days late, 3 marks. The sequence is [1],1,2,3,5,8,13,21. This applies for all days including public holidays and weekends so please submit your assignments punctually!