No description
Find a file
2020-06-30 14:40:22 +00:00
assets Initial commit 2020-06-08 20:47:34 -04:00
build/classes Initial commit 2020-06-08 20:47:34 -04:00
nbproject Updated properties 2020-06-09 10:26:08 -04:00
resources/desktop-deployment Initial commit 2020-06-08 20:47:34 -04:00
src/BosmangKapawu Initial commit 2020-06-08 20:47:34 -04:00
.gitignore Initial commit 2020-06-08 20:47:34 -04:00
build.xml Initial commit 2020-06-08 20:47:34 -04:00
bulletjme.dll Initial commit 2020-06-08 20:47:34 -04:00
highscores.dat Initial commit 2020-06-08 20:47:34 -04:00
LICENSE Initial commit 2020-06-08 20:47:34 -04:00
lwjgl64.dll Initial commit 2020-06-08 20:47:34 -04:00
MANIFEST.MF Initial commit 2020-06-08 20:47:34 -04:00
master-application.jnlp Initial commit 2020-06-08 20:47:34 -04:00
OpenAL64.dll Initial commit 2020-06-08 20:47:34 -04:00
README.md Update 'README.md' 2020-06-30 14:40:22 +00:00

BosmangKapawu

My final game project (Project 5) I wrote for one of my last undergrad classes at UMUC (CMSC 325 - Game Design and Development).

The class required us to develop a game on the jMonkeyEngine. Everything in the game is procedurally generarted, with random selection of astorids and planets on the side for some extra visuals to look at. The generation of asteroids is the initial load at the beginning of the game. To get around this processing lag during generation during game play, the game will use chunking to slowly generate astroids off screen. It does this by getting the current framerate, which should be around 60 FPS, and generating an asteroid every fourth frame. It is an arbitrary number that was picked because it seemed to generate enough asteroids without lagging the game. Enemies are placed inline with the players ship to make gameplay more interesting, since they only move up and down.

The jMonkeyEngine quick start guide can be found here, while the IDE can be downloaded from here.

Revision 1

Revision 1

Click image to play video.

Revision 2

Revision 2

Click image to play video.

Revision DTE (Death Trap Edition)

Revision 3

Click image to play video.

Final

Revision 4

Click image to play video.