You can find more detailed information the official course page:
Check out the CS248 discussion forums:
This wiki can be used by students taking CS 248 in autumn 2006 to collaborate on articles and tutorials that complement the course and assignments. This will be especially useful for students taking the course as an audited course.
To get started you don't need an account to browse the articles, but to start contributing or to create new articles/sections you must register an account. Once you register you can start playing with the wiki.
Check out some dokuWiki tutorials to start playing around:
<code java> </code> check the source for this wiki page to see how the following example is done in dokuWiki.public class HelloWorld{ public static void main(String[] args) { System.out.println("Hello Wiki World!!"); } }
This area can also be used to showcase various game project development efforts as part of the CS248 game project assignment.