Skip to content

Robin-Sch/CloudRush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudRush

Two-dimensional, arcade styled game created by Kacper Golik & Robin-Sch.

Description

In this game, you are a cloud, which can generate rain and lightnings. You're going through various cities, filled with people, flowers and street lanterns. With the rain you can water the flowers, but also make people get wet. By striking lightning on street lanterns, you can turn them on and/or off, but if you miss, you might hit and electrocute a pedestrian. During the game, there will appear various bonuses/debuffs in the sky, which can be collected to uncover their positive (or negative!) effect.

Objective

Your goal is to collect as many points as possible. You get points for different actions, like watering the flowers and (deducted) points for making people wet. Actions have different weights, so you don't get the same amount of points for a different action. Those weights are also affected by the collected bonuses/debuffs, so make sure to collect those too. After the game ends, you can type in your nickname and admire your score on the leaderboard in the main menu.

Controls

Use the WASD keys to move, use Space to let it rain and use Enter to create a lightning beam.

Testing

To run the game you can either execute CloudRush.jar (by just clicking on it or from a terminal using java -jar CloudRush.jar) or use the following terminal command (with CloudRush/src as working directory) to run the game from source: javac MainWindow.java && java -classpath ./:../resources/ MainWindow.
It's the best/easiest to test the level Eindhoven (easy). We set the game duration for that level to 1 minute, so you don't have to waste your time on the whole level just to fill in your nickname for the leaderboard.

Screenshots

Main menu Eindhoven Warsaw New york Instructions

Credits

During development of this game various free/open-source resources have been used:

About

Two-dimensional, arcade styled game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages