Difference between revisions of "Patrick Thai"

From WLCS
Line 1: Line 1:
 
== '''Project''' ==
 
== '''Project''' ==
 
Create a 2D game engine that is fully functional using Java
 
Create a 2D game engine that is fully functional using Java
 +
 
== '''Goals''' ==
 
== '''Goals''' ==
* Complete Intro and Basics
+
* Complete Variables and Expressions Secontion
* Complete Object-oriented Programming and Algorithsms
+
* Complete Program Control Section
* Create Motions
+
* Complete Method Section
* Create Objects
+
* Complete Object Oriented Concepts Section
 +
* Simple Objects Section
 +
* Inheritance and Polymorphism Section
 +
* Class Definitions Revisited
 +
* Abstractions Section
 +
* Algorithms (intro)
 +
* Searching and Sorting
 +
* Program Analysis

Revision as of 12:15, 6 October 2009

Project

Create a 2D game engine that is fully functional using Java

Goals

  • Complete Variables and Expressions Secontion
  • Complete Program Control Section
  • Complete Method Section
  • Complete Object Oriented Concepts Section
  • Simple Objects Section
  • Inheritance and Polymorphism Section
  • Class Definitions Revisited
  • Abstractions Section
  • Algorithms (intro)
  • Searching and Sorting
  • Program Analysis