{"id":177,"date":"2010-10-12T18:06:10","date_gmt":"2010-10-13T01:06:10","guid":{"rendered":"http:\/\/blogs.unsw.edu.au\/comp1400\/?p=177"},"modified":"2010-10-12T18:09:04","modified_gmt":"2010-10-13T01:09:04","slug":"assignment-3-submission","status":"publish","type":"post","link":"https:\/\/blogs.unsw.edu.au\/comp1400\/blog\/2010\/10\/assignment-3-submission\/","title":{"rendered":"Assignment 3 &#8211; submission"},"content":{"rendered":"<p>There are <strong>two<\/strong> components you will need to <strong>deliver:<\/strong><\/p>\n<p>1) The completed <strong>ScoreKeeper.js<\/strong> script.<strong> <\/strong> (due Sunday 17 October 2010, 23:59)<\/p>\n<p>2) A <strong>web version<\/strong> of your game. (due Sunday 17 October 2010, 23:59)<\/p>\n<p><!--more-->1) <strong>Submitting the completed <strong>ScoreKeeper.js<\/strong> script:<\/strong><\/p>\n<p>Similar to previous assignments submission, the  script files (ScoreKeeper.js files) can be submitted by  using the &#8220;give&#8221;  web page as follows:<\/p>\n<p>Go to <a title=\"https:\/\/cgi.cse.unsw.edu.au\/~give\/Student\/give.php\" href=\"https:\/\/cgi.cse.unsw.edu.au\/%7Egive\/Student\/give.php\" target=\"_blank\"><strong>https:\/\/cgi.cse.unsw.edu.au\/~give\/Student\/give.php<\/strong><\/a><\/p>\n<p>(you need to login using your cse account, select the course COMP1400,  search for Assignments (<strong>assn3<\/strong>), &#8220;Upload my Assignments&#8221; , accept the  declarition, choose <strong>ScoreKeeper.js<\/strong> file and &#8220;Submit File&#8221;.\u00a0 When it is done,  press &#8220;Check my Submission&#8221; to see the submission information.<\/p>\n<p><strong>REMEMBER<\/strong> to put all your group members name,student number, cse-account-id as comments in the script file.<\/p>\n<p><strong>REMEMBER<\/strong> to write some comments about the script and clarify the objects you assigned the script to.<strong> <\/strong><\/p>\n<p><strong>REMEMBER<\/strong> to mention the name of the person who has implemented each function.<\/p>\n<p><strong>REMEMBER<\/strong> to use meaningful names for functions and variables.<\/p>\n<p><strong>REMEMBER<\/strong> you will be marked based on the &#8220;<strong>Code Style<\/strong>&#8221; as well. Do not forget indenting.<\/p>\n<p><strong>REMEMBER<\/strong> to <strong>avoid using magic numbers<\/strong>.<\/p>\n<p><strong>VERY IMPORTANT<\/strong>: Just one person has to submit for the whole  group. If both group members submit the same or different versions, one  will be ignored randomly and there is no guarantee that your latest  submission will be considered, specially if the group members belong to  the different lab sessions.<\/p>\n<p>Assignment can be submitted more than once: the latest version is marked. Your assignment is due by <strong>Sunday, the 17th of October 2010, 11:59pm<\/strong>.<\/p>\n<p>Late submissions will be penalised: the penalty for a late submission   will be 5% per full and partial day after the due date up to 7 days.   After 7 days the penalty is equal to whole assignment mark.<\/p>\n<p><strong>Reminder on plagiarism policy<\/strong><br \/>\nYou are permitted, indeed encouraged, to discuss ways to solve the   assignment with other people. Such discussions must be in terms of   algorithms, <strong>not scripts<\/strong>.<\/p>\n<p><strong>But you must implement the solution on your  own.<\/strong> Submissions  are routinely scanned for similarities that occur when  students copy  and modify other people\u2019s work, or work very closely  together on a  single implementation. <strong>Severe penalties apply to a  submission that is not the original work of the person\/group submitting it.<\/strong><\/p>\n<p><strong>2) Uploading the web player version of the project:<\/strong><\/p>\n<p>The project has to be published as web version in your cse account&#8217;s   &#8220;public_html\/assn3&#8221; folder. <strong>Just one person has to upload the game for the whole  group<\/strong>. The name of the project must be your student  id (7 digits) followed by assn3. For example if the student id  is  9876543 and the cse user-name is &#8220;csestudent&#8221;, the project has to be   available in  http:\/\/www.cse.unsw.edu.au\/~csestudent\/assn2\/9876543assn2.html<\/p>\n<p>You need to <strong>build web player version<\/strong> of your project. Save it in a folder called &#8220;<strong>assn3<\/strong>&#8221; and name it as a <strong>combination of your student number and &#8220;assn3&#8221;<\/strong>. Copy the folder to your <strong>home directory\/public_html<\/strong>. And at the end,make sure the correspondent (above) link works for you and you can play the game without any problem.<\/p>\n<p>If you are going to upload the web version from your home  computer\/laptop, you need to use WinSCP or Fugu. Two step-by-step  manuals have been provided for Windows\/Mac users in this matter.<\/p>\n<p>Windows Users: How To Use WinSCP (<a href=\"http:\/\/www.cse.unsw.edu.au\/%7Ecs1400\/guides\/HowToWinSCP.pdf\">http:\/\/www.cse.unsw.edu.au\/~cs1400\/guides\/HowToWinSCP.pdf<\/a>)<\/p>\n<p>Mac Users: How To Use Fugu (<a href=\"http:\/\/www.cse.unsw.edu.au\/%7Ecs1400\/guides\/HowToFugu.pdf\">http:\/\/www.cse.unsw.edu.au\/~cs1400\/guides\/HowToFugu.pdf<\/a>)<\/p>\n<p><strong>REMEMBER<\/strong> you need to enter Host as &#8216;login.cse.unsw.edu.au&#8217; and port as 22.<\/p>\n<p><strong>CONSIDER<\/strong> that the manuals are using assn1 as an example and you have to upload assn3.<\/p>\n<p><strong>REMEMBER<\/strong> that you are expected to upload the web player version even if you are not in the CSE lab. If you could not do that even by using the above documents, you <strong>are allowed<\/strong> to copy (<strong>not create<\/strong>) the web version during the <strong>final lab session on Monday 18 October 2010<\/strong> (12:00-14:00). <strong>OBVIOUSLY<\/strong> the uploaded version <strong>MUST<\/strong> be exactly based on the submitted script. In other words, <strong>DO NOT CHANGE<\/strong> your game after submitting the final version of script before creating the web version for upload.<\/p>\n<p><strong>PLEASE REPORT<\/strong> any problem in submission to cs1400@cse.unsw.edu.au.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>There are two components you will need to deliver: 1) The completed ScoreKeeper.js script. (due Sunday 17 October 2010, 23:59) 2) A web version of your game. (due Sunday 17 October 2010, 23:59)<\/p>\n","protected":false},"author":118,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[468],"tags":[],"class_list":["post-177","post","type-post","status-publish","format-standard","hentry","category-assignments"],"_links":{"self":[{"href":"https:\/\/blogs.unsw.edu.au\/comp1400\/wp-json\/wp\/v2\/posts\/177","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.unsw.edu.au\/comp1400\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.unsw.edu.au\/comp1400\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.unsw.edu.au\/comp1400\/wp-json\/wp\/v2\/users\/118"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.unsw.edu.au\/comp1400\/wp-json\/wp\/v2\/comments?post=177"}],"version-history":[{"count":4,"href":"https:\/\/blogs.unsw.edu.au\/comp1400\/wp-json\/wp\/v2\/posts\/177\/revisions"}],"predecessor-version":[{"id":179,"href":"https:\/\/blogs.unsw.edu.au\/comp1400\/wp-json\/wp\/v2\/posts\/177\/revisions\/179"}],"wp:attachment":[{"href":"https:\/\/blogs.unsw.edu.au\/comp1400\/wp-json\/wp\/v2\/media?parent=177"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.unsw.edu.au\/comp1400\/wp-json\/wp\/v2\/categories?post=177"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.unsw.edu.au\/comp1400\/wp-json\/wp\/v2\/tags?post=177"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}