To download this file, please login or click here to register
Thumbnails:
Description:
This game is a simulation of a car game based on pressure sensors. Pressure sensors will be used to control the movements of the car to left and right. Currently in this game, car movement is controlled by the arrow keys of the keyboard. It is very easy to extend the game and add more functionality in it. Pressure sensors’ input can be easily incorporated in the game by simple adding a JAVA class in the code which will be responsible to handle the input from sensors. Introduction This is a mini project for Human computer interaction course of MSCS. This is an effort to provide the game user a real time interaction with the game. Two prototypes were developed for this game. Prototype 1 was based on Java 2 Micro-edition (J2ME) which runs on mobile phone having Java Run-time. But later on it was converted to a desktop application which is based on Greenfoot. It is a framework used to develop the simulations and games. This framework is developed by University of Kent and DEAKEN University and this project was sponsored by Sun Microsystem. It is a JAVA based framework in which JAVA code is written to make the animations and simulation.