DINOSAUR
GAME
OOPS END SEM PROJECT
Chief Executive Officer
PRESENTEDBY:
B.Bhavana - 21010 K.Nishitha - 21020
T.Rishith - 21040
R.Srinivas - 21039
K.Jayavardhan - 21060
In the fast growing speed of software engineering
and development and even more rapidly growing
sensor of game development the future is hard to
predict . We are working with this game as our
software project .


We choose this type of work for doing better with
development cycle , development period , graphics
, scripting ,adapting new technology, animation.
Gaming in the field of software engineering:
Introduction:
In this project, we implemented a simple dinosaur
game using java we have used multiple methods and
learned how to build a Chrome offline dinosaur
game . The Dinosaur Game is a browser game
developed by Google and built into the Google
Chrome web browser. The player guides a pixelated
Tyrannosaurus rex across a side-scrolling landscape,
avoiding obstacles to achieve a higher score.
ABOUTPROJECT
A offline dinosaur game
Involvement of one player
Dependency over the spacebar
Click on the spacebar to gain scores
LIST OF FEATURES IN THE PROJECT:
Game scenery
Background sound
Buttons to perform the action
Scorebar to display the score
• import javax.swing.JFrame;
• import java.awt.Color;
• import java.awt.Graphics;
• import java.awt.event.KeyEvent;
• import java.awt.event.KeyListener;
LIBRARY OR PACKAGES USED IN THIS PROJECT
FOR PAINTING ON THE FRAME:




• Swing
• AWT( Abstract Windowing Toolkit)
TECHNOLOGY USED IN THE PROJECT :
FOR GAME SCENERY:
• import java.awt.image.BufferedImage;
• import javax.imageio.ImageIO;
FOR EXCEPTION:
• import java.io.IOException;
PROJECT GITHUB LINK WHERE CODES AND FOLDERS
RELATED TO THIS PROJECT IS LOCATED :
• https://github.com/SATYASRINIVASS/TRextGameOr
VIEW OF THE GAME
FRAME:
Java dino game

Java dino game

  • 1.
    DINOSAUR GAME OOPS END SEMPROJECT Chief Executive Officer
  • 2.
    PRESENTEDBY: B.Bhavana - 21010K.Nishitha - 21020 T.Rishith - 21040 R.Srinivas - 21039 K.Jayavardhan - 21060
  • 3.
    In the fastgrowing speed of software engineering and development and even more rapidly growing sensor of game development the future is hard to predict . We are working with this game as our software project . We choose this type of work for doing better with development cycle , development period , graphics , scripting ,adapting new technology, animation. Gaming in the field of software engineering:
  • 4.
    Introduction: In this project,we implemented a simple dinosaur game using java we have used multiple methods and learned how to build a Chrome offline dinosaur game . The Dinosaur Game is a browser game developed by Google and built into the Google Chrome web browser. The player guides a pixelated Tyrannosaurus rex across a side-scrolling landscape, avoiding obstacles to achieve a higher score.
  • 5.
    ABOUTPROJECT A offline dinosaurgame Involvement of one player Dependency over the spacebar Click on the spacebar to gain scores
  • 6.
    LIST OF FEATURESIN THE PROJECT: Game scenery Background sound Buttons to perform the action Scorebar to display the score
  • 7.
    • import javax.swing.JFrame; •import java.awt.Color; • import java.awt.Graphics; • import java.awt.event.KeyEvent; • import java.awt.event.KeyListener; LIBRARY OR PACKAGES USED IN THIS PROJECT FOR PAINTING ON THE FRAME: • Swing • AWT( Abstract Windowing Toolkit) TECHNOLOGY USED IN THE PROJECT :
  • 8.
    FOR GAME SCENERY: •import java.awt.image.BufferedImage; • import javax.imageio.ImageIO; FOR EXCEPTION: • import java.io.IOException;
  • 9.
    PROJECT GITHUB LINKWHERE CODES AND FOLDERS RELATED TO THIS PROJECT IS LOCATED : • https://github.com/SATYASRINIVASS/TRextGameOr
  • 10.
    VIEW OF THEGAME FRAME: