Pi Jump

I have been repeatedly having failed attempts at projects that were too large in scope for me, so today I decided to narrow my scope. I wrote up a small game similar to Fruit Ninja, but with Pi symbols for the upcoming Pi Day!

Engine: I used pure LWJGL with a neat wrapper I wrote that allows me to encapsulate 99% of the OpenGL commands :slight_smile:

I know the game isnโ€™t much, but I was happy to actually see a small project get completed :slight_smile:

(The background was pulled from opengameart.org)

http://s2.postimg.org/qgqnhsdw9/Pi_Jump_screenshot.png

(The background was pulled from opengameart.org)

Links:
Windows 32 bit: https://www.dropbox.com/s/d2ankdzsla8eawu/Pi%20Jump%20-%20Windows%2032bit.zip?dl=0
Windows 64 bit: https://www.dropbox.com/s/lufztqu64dk04tn/Pi%20Jump%20-%20Windows%2064bit.zip?dl=0

I will happily post Linux and Mac builds if there is interest (I just need to change one line in the build.xml file)