PageRenderTime 47ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/website/faq.php

https://github.com/ChrisHines/aichallenge
PHP | 69 lines | 69 code | 0 blank | 0 comment | 2 complexity | 922758ed677abd54123ea18687cf6604 MD5 | raw file
  1. <?php include 'header.php'; ?>
  2. <h2>Frequently Asked Questions</h2>
  3. <p><strong>Question:</strong> I am stuck and/or stuff isn't working. Where
  4. can I get some help or information?</p>
  5. <p><strong>Answer:</strong> We welcome your post on the
  6. <a href="http://ai-contest.com/forums">forums</a>!</p>
  7. <p><strong>Question:</strong> What is the relationship between Google and the
  8. University of Waterloo Computer Science Club?</p>
  9. <p><strong>Answer:</strong> The University of Waterloo Computer Science Club
  10. is a student-run club at the University of Waterloo with about 300 members,
  11. most of whom are undergraduate students. The CSC puts on many events at UW,
  12. including talks by distinguished speakers, tutorials, workshops, programming
  13. contests, and social events.</p>
  14. <p>The contest website, backend, and advertising is all done by student
  15. volunteers, mostly from the University of Waterloo Computer Science Club.
  16. Google helps us out by sponsoring the contest, and helps us to spread the
  17. word at other universities around the world so that more people can take
  18. part.</p>
  19. <p><strong>Question:</strong> Where can I see some strategy ideas?</p>
  20. <p><strong>Answer:</strong> Check out the <a href="/resources.php">articles and
  21. tutorials section</a>, where you will find a couple strategy guides, as well
  22. as the <a href="/forums/">forums</a>.</p>
  23. <p><strong>Question:</strong> Do we have to submit PlanetWars.java/
  24. PlanetWars.cc? Can we have more source files than the ones that come in
  25. the starter package? How does the auto-compile work?</p>
  26. <p><strong>Answer:</strong> You have to submit any and all source files that
  27. your entry requires in order to run, including
  28. PlanetWars.java/PlanetWars.cc. You can
  29. have as many source files as you want, as long as they're all in the same
  30. language and they're all in the same directory. The auto-compile script looks
  31. at which files you submitted to auto-detect the language that you're using,
  32. identifies all the source files you submitted, compiles each one, then links
  33. them together. Check out the email you get after you submit a starter package
  34. to see the exact commands that the auto-compile script uses to compile your
  35. code. Post to the forums if you need any help, and we'll be glad to address
  36. your specific case.</p>
  37. <p><strong>Question:</strong>May I modify the provided code?</p>
  38. <p><strong>Answer:</strong>You may modify any of the provided files in a starter
  39. package, including the PlanetWars class. You may even delete them if your code does
  40. not require them, with the sole exception of MyBot.*. This file may me
  41. modified but not deleted.</p>
  42. <p><strong>Question:</strong> How do the rankings work?</p>
  43. <p><strong>Answer:</strong> The rankings are updated once every 60 seconds.
  44. The rankings are calculated using the bayeselo program. The rating system
  45. is similar to that which is used in professional chess.</p>
  46. <p><strong>Question:</strong> Can I have more than one account?</p>
  47. <p><strong>Answer:</strong> No. People found to be in control of two or more
  48. accounts will be forever banished.</p>
  49. <p><strong>Question:</strong> Can we make teams?</p>
  50. <p><strong>Answer:</strong> Yes, but say so in the "bio" field when you create
  51. the team's account.</p>
  52. <p><strong>Question:</strong> There is no starter package for my favorite
  53. language. What shall I do?</p>
  54. <p><strong>Answer:</strong> You don't know C++, Java, or Python? Okay
  55. fine. Tell the forums what starter package you want to see, and we will
  56. try our best to make it for you.</p>
  57. <p><strong>Question:</strong> Can contest staff participate in the contest?</p>
  58. <p><strong>Answer:</strong> No. There are about two dozen people who have
  59. contributed their technical expertise to the contest, and none of these
  60. people will be participating. Furthermore, any person with access to the
  61. live production environment cannot compete, such as the CSC Sytems Committee
  62. or CSC Executive. Occasionally, you may see a test account in the rankings
  63. which is controlled by a member of contest staff. Have no fear, these bots
  64. cannot win the contest.</p>
  65. <p><strong>Question:</strong> Are there any prizes?</p>
  66. <p><strong>Answer:</strong> Maybe. We're working on that. There is of course
  67. the glory and bragging rights that come with doing well in the best
  68. programming contest ever made.</p>
  69. <?php include 'footer.php'; ?>