Difference between revisions of "Cs345-2008"

From Earlham CS Department
Jump to navigation Jump to search
(Open Source Game Engine Reviews)
Line 8: Line 8:
  
 
JIG - The Java Instructional Gaming Project - http://ai.vancouver.wsu.edu/jige/
 
JIG - The Java Instructional Gaming Project - http://ai.vancouver.wsu.edu/jige/
* Jig is a set of Java-based libraries designed to make it easy to incorporate game design and construction into undergraduate CS courses.  One of the design goals was to make the abstractions such that it could be adopted at all levels of the undergraduate curriculum.  This is an NSF funded project lead by two computer science professors and it appears most of the code was written by their students.  It was first used in a class during the Fall of 2007 so the paint is still wet in a few places.
+
* Jig is a set of Java-based libraries designed to make it easy to incorporate game design and construction into undergraduate CS courses.  One of the design goals was to make the abstractions such that it could be adopted at all levels of the undergraduate curriculum.  This is an NSF funded project lead by two computer science professors and it appears most of the code was written by their students.  It was first used in a class during the Fall of 2007 so the paint is still wet in a few places.  They plan to publish a suite of curricular modules for professors to use when integrating JIG into existing courses.
  
# 2D, library, Sprite Repository,  
+
# 2D, library, Sprite Repository, Wiki with examples.  No on-line mechanism to browse the library and  no on-line call-level documentation so it's hard to tell exactly what capabilities it has.   
# Written in Java, callable from Java.
+
# Written in Java, callable from Java, built with NetBeans but it looks like Eclipse is supported too.
# Not very mature, first and only release Fall, 2007.   
+
# Not very mature, first and only release Fall, 2007.  I could find one paper that referenced it, the one by the project leaders describing it.
#  
+
# The only people I can find using it are the authors.
 +
# Two tutorials, SpaceFrenzy and SuperSpaceFrenzy.
  
 
Your Entry Here
 
Your Entry Here

Revision as of 01:05, 8 February 2008

Open Source Game Engine Reviews

Items to cover:

  1. What are the capabilities and features - physics, rendering, sound, 2D/3D, scriptable or libraries.
  2. Source langage(s), build language(s).
  3. Maturity - how long has it been around? Are there lots of outstanding bugs? Are bugs getting fixed?
  4. Are people using it? Do they cite examples? What does a Google search yield? CiteSeer?
  5. What tutorials or sample programs are provided?

JIG - The Java Instructional Gaming Project - http://ai.vancouver.wsu.edu/jige/

  • Jig is a set of Java-based libraries designed to make it easy to incorporate game design and construction into undergraduate CS courses. One of the design goals was to make the abstractions such that it could be adopted at all levels of the undergraduate curriculum. This is an NSF funded project lead by two computer science professors and it appears most of the code was written by their students. It was first used in a class during the Fall of 2007 so the paint is still wet in a few places. They plan to publish a suite of curricular modules for professors to use when integrating JIG into existing courses.
  1. 2D, library, Sprite Repository, Wiki with examples. No on-line mechanism to browse the library and no on-line call-level documentation so it's hard to tell exactly what capabilities it has.
  2. Written in Java, callable from Java, built with NetBeans but it looks like Eclipse is supported too.
  3. Not very mature, first and only release Fall, 2007. I could find one paper that referenced it, the one by the project leaders describing it.
  4. The only people I can find using it are the authors.
  5. Two tutorials, SpaceFrenzy and SuperSpaceFrenzy.

Your Entry Here

Brainstorming Ideas