@@ -28,4 +28,6 @@ Please notice, you need to load correct modules to run the sample AIs. You can a
3.Make sure all your code is in StudentAI.cpp/.h/.java/.py file. You are not allowed to have multiple files for your AI (for C++ coders, you can have StudentAI.cpp and StudentAI.h, but no more).<br>
4.You should not print anything into Standard I/O. Please delete all your print function in your StudentAI file before submission.<br>
5.If you changed files other than Student.cpp/.h/.java/.py for testing reason, please pull the original code again and test your AI under original shell before your submission.<br>
6.Make sure you AI can run under AI_runner.py
\ No newline at end of file
6.Make sure you AI can run under AI_runner.py<br>
7.(Optional) Unzip your submission file, and check if everything gets zipped.<br>