User:Benjamin Gibson/Design Study
From CSSEMediaWiki
(Difference between revisions)
Line 6: | Line 6: | ||
The goal of this assignment is to create a small pacman like game for mobile phones, using java ME. | The goal of this assignment is to create a small pacman like game for mobile phones, using java ME. | ||
Java ME is a scaled down version of java, it works mostly like earlier versions of java. | Java ME is a scaled down version of java, it works mostly like earlier versions of java. | ||
+ | |||
+ | I am designing code that will be able to be used to create very simple 2D games, I want a flexible code base that can be used to make several different types of games. | ||
Revision as of 02:01, 16 September 2010
Navigation shortcuts: Wiki users:Benjamin Gibson
Contents |
Problem overview
For my design study I have chosen to use a mobile graphics assignment (from cosc416). The goal of this assignment is to create a small pacman like game for mobile phones, using java ME. Java ME is a scaled down version of java, it works mostly like earlier versions of java.
I am designing code that will be able to be used to create very simple 2D games, I want a flexible code base that can be used to make several different types of games.