Download Latest Version CubicleStorm.zip (75.0 kB)
Email in envelope

Get an email when there's a new version of CubicleStorm

Home
Name Modified Size InfoDownloads / Week
CubicleStorm.zip 2014-05-06 75.0 kB
README 2014-05-06 867 Bytes
Totals: 2 Items   75.9 kB 0
“CubicleStorm”, a text-based adventure
By Mehron Kugler

May 05, 2014

A text-based adventure, the result of my final project from an Intro to Java class, with interactive string input via Swing console (featuring text color). Navigable map (rooms on a grid) using a 2-dimensional array. The game allows a user (player) to explore the virtual world by typing in cardinal directions. The object of the game is to explore, but there is a final destination room, which if discovered, alerts the player that they have finished the game.

Other features such as in-game items I haven't implemented yet. As of the “Alpha 0.1” release, there are currently no bugs in this program, it does not crash. 

The game map is 9 columns by 11 rows, and there are 76 unique rooms in this project.

Official commands: north (n), south (s), east (e), west (w), look, help, quit.
Source: README, updated 2014-05-06