Giter Club home page Giter Club logo

cloned_team01-project01's Introduction

Planet Hopper

team01-project01

Project folder: PlanetHopper/

Brief description of submitted files:

Celestial

src/celestial/Celestial.java

  • An object of class Celestial has 4 members, coordinate, color, name, radius.
  • It has a default and a 4 parameter constructor, and getters and setters.
  • It has a draw method to draw the celestial body on GUI.

src/celestial/Planet.java

  • An object of a Planet class inherits from Celestial.
  • Three additional members, distanceToSun, periodInMS, angleToSun.

src/celestial/Starfield.java

  • Creates stars in the game background.

Information

src/information/Information.java

  • Process and store celestial bodies' information.

src/information/SidePanel.java

  • GUI side panel.

Main

src/main/Main.java

  • Main class that initializes game panes.

Menu

src/menu/MainMenu.java

  • Button version of the menu.

src/menu/Menu.java

  • Overlay version of the menu.

Physics

src/physics/Constants.java

  • Contains constants for use in calculations.

src/physics/Physics.java

  • Methods to calculate planet coordinates, and ship coordinates, momentum, and collisions.

Ship

src/ship/Arrow.java

  • Arrow to indicate ship angle/thrust.

src/ship/Ship.java

  • The ship class contains data used for physics calculations on itself, and methods to manipulate that data.

Update

src/update/GameObjectives.java

  • Store data on and control game objectives.

src/update/Target.java

  • Draws a target marker indicating the objective.

src/update/Update.java

  • An update object contains all dynamic graphical elements.
  • It contains a paintComponent method necessary for GUI.
  • The run method updates physical coordinates and GUI elements.

Resources

resources/planets

  • Pictures of all planets and the sun.

resources/info.xml

  • Data about each planet displayed in-game.

resources/Run.jpg

  • Running screenshot.

Running screenshot

resources/Screen Recording.mp4

  • Video recording of gameplay.

resources/Target.png

  • Image for target marker indicating objective.

resources/UML Diagram.png

  • UML Diagram of significant classes in Planet Hopper.

UML Diagram


Image

image/PlanetHopper.jpg

  • Planet Hopper mock up.

Mock up


Project1Proposal.md

  • Project proposal of Planet Hopper.

README.md

  • Overview of all submitted files.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.