0% found this document useful (0 votes)
38 views2 pages

Department of Computer Science and Engineering

This document provides a project synopsis for a 2D car gaming project created by two students. The project aims to create a game application where the player controls a copter on a scenario using keyboard and mouse inputs. The copter's position is varied using x and y displacement variables. Obstacles on the screen also move and the player's score is tracked. The project requires Windows XP, OpenGL graphics, Visual Studio, and uses various GL and glut functions to enable user interaction and display the game. The application can be used as a game.

Uploaded by

sparpi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views2 pages

Department of Computer Science and Engineering

This document provides a project synopsis for a 2D car gaming project created by two students. The project aims to create a game application where the player controls a copter on a scenario using keyboard and mouse inputs. The copter's position is varied using x and y displacement variables. Obstacles on the screen also move and the player's score is tracked. The project requires Windows XP, OpenGL graphics, Visual Studio, and uses various GL and glut functions to enable user interaction and display the game. The application can be used as a game.

Uploaded by

sparpi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

MANGALORE INSTITUTE OF TECHNOLOGY AND ENGINEERING

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

PROJECT SYNOPSIS ON 2D CAR GAMING.


PROJECT ASSOCIATES:
B.SHABARI RAI
(4MT08CS016)

ARPITHA
(4MT08CS009)

PROJECT GUIDE: Ms.YASHASWINI JOGI


Lecturer
Dept of CSE

ABSTRACT
AIM:
To create a game based application.

DESCRIPTION:
This project contains a varying x-coordinate and y-coordinate for every point
of the object drawn with two variables holding 0 displacements initially.
This displacement occurs if keyboard is active else if A button is held down then xdisplacement is increased and if w mouse button is held down y-displacement is
increased hence the copter is controlled on the scenario. The same is with the
.obstacles. Switching of the variables is done whenever an obstacle leaves the scene
A function is maintained so as to display the score of the player.A Keyboard function
.is used for giving input interfacing

:HARDWARE AND SOFTWARE REQUIRMENTS


The operating system used is Windows XP.1
.OpenGL graphics software system is required.2
.Microsoft visual studio 6.0 or visual studio 8.0 is used.3
.Microsoft visual c++ source is used.4
.Many GL and glut built-in functions are used for the project.5
.User interaction achieved through keyboard and mouse.6

:APPLICATION
.This project can be used as a game application

You might also like