Your Announcements

My College Projects – Ereon

Ereon

Member

Posts: 1018
From: Ohio, United States
Registered: 04-12-2005
Howdy folks. In case some of you didn't know I'm currently enrolled in the Game and Simulation Engineering Technologies major at Shawnee State University in Portsmouth, OH. Right now I'm in an introductory game programming class, tinkering with Python. So, I thought I'd pop a few of my finished projects on here, nothing major, just some stuff that I've done. Here's the first. It's a two player game I dubbed Rocketman. Pretty much there are two rocket dudes and you have to chase after a target that moves around the screen and grab it for points. The winner wins and the loser plummets to a fiery death. Also, if you hit v it unlocks a special mode dedicated to one of my dormmates, a dude by the name of David, and hitting c plays an audio clip from the "Kickin' Chicken" Burger King commerical every time you get a target. Random? Perhaps, but definately good times. Keep you eyes peeled for more soon.

http://pilgrimsjourney.bluegillweb.com/downloads/Rocketman.zip

------------------

Lava
Member

Posts: 1905
From:
Registered: 01-26-2005
That's awesome Ereon, I'll be sure to play it. Hope you post more
JeTSpice
Member

Posts: 433
From: La Crosse, Wisconsin, USA
Registered: 06-10-2006
How do you get it to run?
Ereon

Member

Posts: 1018
From: Ohio, United States
Registered: 04-12-2005
You have to download the newest version of Python to run it. I haven't been able to compile it into binary just yet. You install Python and then you run the .py file (I believe it's Lab7.py).

------------------

Ereon

Member

Posts: 1018
From: Ohio, United States
Registered: 04-12-2005
So has anyone had a chance to try this one out yet?

------------------

ArchAngel

Member

Posts: 3450
From: SV, CA, USA
Registered: 01-29-2002
I downloaded but couldn't get it to run...

------------------
Q.E.D.

Ereon

Member

Posts: 1018
From: Ohio, United States
Registered: 04-12-2005
Arch: You have to have Python 2.5 installed to run it I think. Unfortunately I don't know how to compile the code into a .exe yet.

------------------

ArchAngel

Member

Posts: 3450
From: SV, CA, USA
Registered: 01-29-2002
I have python and I think it's 2.5, but I don't remember

------------------
Q.E.D.

Ereon

Member

Posts: 1018
From: Ohio, United States
Registered: 04-12-2005
It also requires pygame, I'd forgotten about that.

------------------