Skip to content

onkarganjewar/CMPE202-TeamProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CMPE202-TeamProject

Minion Jump – Greenfoot based Game

Synopsis

Minion is hungry and he wants to eat! Help the minion get the things they love such as Banana by moving the trampoline in the direction of fruits. Avoid the obstacle at final stage.
Can you get through all the levels of the Game along with the bonus in final stage?

Demo

Click on the thumbnail below to play the 'Minion Jump' trailer on YouTube.

Minion Jump

About

An interactive game developed on the Greenfoot platform as a part of Final Project submission for CMPE 202. Primary objective of this project was to understand and implement the design patterns along with developing a Game. The project thus includes 5 design patterns namely

  1. Factory Method – To create new objects per stage.
  2. State – To navigate through alive and dead state.
  3. Command – To execute various commands such as Start Game or Exit Game.
  4. Chain-of-Responsibility – To handle the collision requests of the minion.
  5. Observer – To keep the score board updated.

Requirements

Installation

  • Open the Greenfoot (We have used Greenfoot version 2.4.2)
  • Download or clone this repository on your local machine.
  • Open the folder (where this repository is stored)
  • Select and open the project.greenfoot file
  • After the scenario is successfully loaded in Greenfoot, Click on ‘Run’.
  • That’s it! You can now just follow the instructions and play the Game. Enjoy!

How to Play

Move the paddle (trampoline) so as to help minion jump and get the target (fruits).

  • Arrow Keys - Move
  • Space - Jump
  • Enter - Start

Screenshots

level 1

game over

finish

Credits

Onkar Ganjewar, Aayush Agrawal, Anisha Hegde, Anuja Asalkar, Anuja Vaidya.

Copyright & License

This is the modified version of already existing open source scenario “Greenfoot Breakout”. It is a part of the book “Introduction to Programming with Greenfoot” by Michael Kolling. Author has granted permission to modify, distribute or copy the content.

About

Minion Jump -- An Interactive Game designed in Greenfoot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published