Skip to content

A very simple object oriented 2D graphics systems useful for teaching introductory programming in Java

License

Notifications You must be signed in to change notification settings

valawilliams/GameArena

 
 

Repository files navigation

GameArena

A Raindrop game.
Raindrops fall from the top. The user must catch them in the bucket before the ground get saturated.
When the bucket is full, the user goes up a level.
Each level has a smaller bucket to move around. There are also smaller and more numerous raindrops.

This code is still under development.
Things still to do:

  1. decide what to do when ground completely saturated (at the moment, level is decreased back to 1).
  2. decide what to do when all levels achieved.
  3. adjust speed of higher levels more gradually, to increase chances of winning

About

A very simple object oriented 2D graphics systems useful for teaching introductory programming in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.0%
  • Java 20.4%
  • CSS 6.2%
  • JavaScript 0.4%