Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rabestro/greenfoot-avoider-game

A simple avoider game created with Greenfoot IDE. The idea and base code was taken from the book "Creative Greenfoot".
https://github.com/rabestro/greenfoot-avoider-game

avoider-game enum game game-2d game-development greenfoot java javafx student-project

Last synced: 18 days ago
JSON representation

A simple avoider game created with Greenfoot IDE. The idea and base code was taken from the book "Creative Greenfoot".

Awesome Lists containing this project

README

        

# Avoider Game

A simple avoider game created with [Greenfoot IDE](https://www.greenfoot.org/home). The idea and base code were taken from the book "[Creative Greenfoot](https://www.packtpub.com/hardware-and-creative/creative-greenfoot)" by [Dr. Michael Haungs](http://users.csc.calpoly.edu/~mhaungs/). This is a game complete with an introduction screen, game over screen, a score, mouse input, and sound. I've updated the code to the new Greenfoot API (version 3.6.1) and add some functionality. To run the game I recommend to download [Greenfoot IDE](https://www.greenfoot.org/home).

## Story

This is a story about good vs evil. However, good looks evil and evil looks good. The sheer evil of the smiley-faced villians is enought to crack the bones of our skull-faced hero so you must avoid their touch at all cost. Other objects will appear on the screen. Avoid them if they look good.

You score more points the longer you survive the cheery horde.

## Structure of application

The game was developed in [Greenfoot IDE](https://www.greenfoot.org/home).

![Java Classes](screen-classes.png)

## Credits

### Programming

- Michael J.Williams, Original ActionScript version
- Michael Haungs, Original Greenfoot version
- Jegors Čemisovs, Code update to support new Greenfoot API

### Music

- "Hektik Space" by [Hektikmusic](https://www.newgrounds.com/audio/listen/425751)
- "UFO on the streets" by [T-balt](https://www.newgrounds.com/audio/listen/504436)
- "Disaster" by [Lemonnade](https://www.newgrounds.com/audio/listen/470536)

### Sound effects

- Michael Haungs

### Graphics

- Default Greenfoot images
- Michael Haungs

## Main Game screen

![Screenshot](Screenshot.png)

## Game Over screen

![Game Over](GameOver.png)