The RPG Maker Resource Kit

RMRK General => General Chat => Topic started by: tSwitch on September 19, 2009, 11:58:42 PM

Title: API Programming Class Final Project
Post by: tSwitch on September 19, 2009, 11:58:42 PM
[youtube=425,350]iWVp8NMW1bI[/youtube]

This is the progress I have so far on my final project for API Programming (due September 21st)
Sorry for the framerate, I had to turn down quality a bit to get a good recording.

Written in C++ using Direct X

It's programmed to be controlled by an Xbox 360 Controller, you use the Left thumbstick to move, and the Right thumbstick to fire in the direction pointed (8 directions, up, down, left, right, up left, up right, down left, down right)

Collision detection has not been implemented yet, that's all that is really left to done. Might include power ups at some time later.
Title: Re: API Programming Class Final Project
Post by: Kokowam on September 20, 2009, 03:16:07 AM
Ahaha that's tight. I wish I could do something like that.
Title: Re: API Programming Class Final Project
Post by: tSwitch on September 20, 2009, 05:25:18 AM
I've got it fixed up with collisions now.
when you hit enemies they disappear, and when you're hit it respawns you (possibly subject to change).

if you hit the "back" button on the controller it respawns the enemies.
Title: Re: API Programming Class Final Project
Post by: tSwitch on September 21, 2009, 04:53:47 PM
[youtube=425,350]DtkUqIl7GQc[/youtube]
version 1 finished!