• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[Evaluated] [Assignment] Week 1

Status
Not open for further replies.
Evaluation:

  • Lesson 1: Good job. You could've used /* */ for it all though.
  • Lesson 2: Good job.
  • Lesson 3: Fail, but this isn't your fault. The instructions were ambiguous. You were actually supposed to see which ones are well-named and which ones aren't. In JASS, there are specific naming rules, and those rules only allow the following to be valid:
    JASS:
    integer L_p
    integer L8
    They were supposed to be left uncommented.
  • Lesson 4: Good job. All right except for 9. "." isn't even a number.
  • Lesson 5: Good job.
  • Lesson 6: Good job.
  • Lesson 6 P2: Good job.
  • Lesson 7: Incomplete, but okay.
  • Lesson 8: A number that has a 0 in the beginning is octal (base 8). You were right on most things here. Just wanted to point this out.
  • Lesson 10: Good job.
  • Project 1: You did not create the units at the right coordinates given. Also, remember to avoid the red-colored functions for future reference. You could've used multiple calls of CreateUnit for each type. This is actually why Nestharus kept the values so low. It's mostly right, so I'll pass you.

C+
 
Status
Not open for further replies.
Top