The KoalaBra8 game is a small-scale game written in Java for the CSC 413 (Software Development) term project.
The objective of the game is to get all of your koalas to the exit in order to rescue them. The player starts off with four koalas that all move at the same time so the player is required to strategize how to rescue each koala while avoiding all of the hazards.
Development Environment: Version of Java Used Java 12.0.1
IDE Used: IntelliJ IDEA 2019.2.2 (Ultimate Edition)
Build #IU-192.6603.28, built on September 6, 2019
Licensed to Xochitl Menjivar
Runtime version: 11.0.3+12-b304.56 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 725M
Cores: 4
Registry: debugger.watches.in.variables=false
Non-Bundled Plugins:
Game Controls:
Koalabr8 Up = ‘W’
Down = ‘S’
Left = ‘A’
Right = ‘D’
The Google Doc below is a report written for this game and another (Tank Game) that goes a little more in-depth with the process of creating this game. The source code for this game can be found on my github.