Fixed readme

This commit is contained in:
Andrea Bianchi 2025-03-10 14:45:36 +09:00
parent d984b703bb
commit cef9322a81

View File

@ -1,5 +1,6 @@
# Homework 2 - Software Prototyping ID311
- Learn about the usage of arrays and objects in JavaScript.
- _[Live demo](http://hwdemo.prototyping.id/hw2)_
## General Description
@ -57,9 +58,8 @@ Here are some notes to help you out developing the system.
</p>
- If you decide to copy grids as indicated above, remember to make **deep** and not **shallow** copies of your array. A shallow copy will result in modifying the cells of the original grid as well!
- The refresh rate can be any number of your choice, but I recommend simply a pause of 100 milliseconds between a day and the next. Feel free to change this number for debugging purposes.
- The grid starts with default size (dimension) of 10x10 cells. You can assume that width and height will remain the same (e.g., a square).
- The **refresh rate** can be any number of your choice, but I recommend simply a pause of 100 milliseconds between a day and the next. Feel free to change this number for debugging purposes.
- The grid starts with **default size** (dimension) of 10x10 cells. You can assume that width and height will remain the same (e.g., a square).
## About grading
@ -98,9 +98,7 @@ If the program does not compile (e.g., not valid javascript file) the score is 0
**NOTES**
- Only submissions made with the system will be considered (e.g., no direct emails to TA or Prof).
- You can re-submit as many times as you want: the last submission only will be considered.
- Submissions after the deadline (even a few minutes) will receive a penalty of 15%. Submissions submitted after 24 hours from the deadline will be ignored (score will be 0).
- Keep a screenshot that proves your completed submission.
- Coding style might be considered in grading - e.g., unreadable code or code that is very difficult to understand will be rated lower.
- In case of any mistake in this document, please reached out in Discord. Thanks!
- **Only submissions made with the system** will be considered (e.g., no direct emails to TA or Prof).
- **You can re-submit as many times as you want**: the last submission only will be considered.
- Submissions after the deadline (even a few minutes) will receive a **penalty of 20%**. After 24 hours from the deadline, you will receive 0 points.
- Keep a **screenshot** that proves your completed submission.