Giter Site home page Giter Site logo

frogger's Introduction

CSC133 Clevenger Fall '12

Assignment 4 - Frogger - 20121129

Contributors

Chad Hollman ([email protected])

Description

Frogger game written in Java. Assignment 3 of CSUS: CSC133 Object Oriented Computer Graphics Programming.

Installation Instructions

Extract all .java files to a folder. From a command prompt navigate to where all the java files are and compile using javac *.java. Once compiled navigate to the parent folder and run java a4.Starter from command prompt.

Bugs/Feature Requests

Please submit all bugs and feature request to the author above.

Changelog

10/29/12

  • Created GUI interface.
  • Reorganized code to follow Model-View-Controller (MVC) architecture.
  • Replaced keyboard commands with GUI components.
  • GUI Components have an associated "commmand" object.
  • Implemented Observer/Observable pattern.
  • Implemented Iterator pattern.
  • Implemented Command pattern.
  • Implemented Proxy pattern.
  • Created a ScoreView responsible for displaying gamescore, froglives, game time, sound mode.
  • Created MapView responsible for displaying the gameworld which has not been implemented yet.
  • Added the following key bindings:
    • n - hops the frog north
    • s - hops the frog south
    • e - hops the frog east
    • w - hops the frog west
    • space - adds a frog to the gameworld
    • q - invokes quit command prompting user whether or not they'd like to quit.

11/09/12

  • Modified MapView to display the contents of the game graphically.
  • Added a new GameObject called "Bird".
  • Movement and animation is now driven by a timer.
  • Game now supports dynamic collision detection.
  • Game now supports dynamic collision response.
  • Game now plays sounds corresponding to specific actions taken during gameplay.
  • Game now supports the ability to edit some objects of the gameworld.

11/29/12

  • Game now plays sounds, a background sound during gameplay, a sound when the frog dies, a sound when the frog hops, and a sound when the frog has run out of lives.
  • Game now supports the ability to pause.
  • Game now supports the ability to delete game objects but only while the game is in paused mode.

frogger's People

Contributors

gh0st avatar

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.