My Final Project
-
- Posts: 340
- Joined: Wed Sep 28, 2005 4:38 pm
- Location: Canada, Eh!
My Final Project
Hello, I'm here to announce my first project I'm willing to let people take a look at. I'm going to be handing it in as my final project for my grade 11 computer science course. As of now, it's only about half done.
In the end, the goal of the game is going to be to dodge, or shoot, any obstructions that get in the way. The camera will travel forward through a repeating high-tech corridor.
As of now, I have the repeating world, and some random lighting working. It's only about half done, and I intend to get a lot more done over the weekend, and hand it in some time next week.
A screenshot I took can be found at: http://img509.imageshack.us/my.php?image=screen11uc.jpg
The link to the download can be found here.
UPDATE [Nov. 25 2005]
Added a score system
Different difficulty levels
Time limit
Music with FX
"Light Speed" Feature - press UP or W key
UPDATE [Nov. 20 2005]
Added obstruction billboards
Camera now moves forward automatically
In the end, the goal of the game is going to be to dodge, or shoot, any obstructions that get in the way. The camera will travel forward through a repeating high-tech corridor.
As of now, I have the repeating world, and some random lighting working. It's only about half done, and I intend to get a lot more done over the weekend, and hand it in some time next week.
A screenshot I took can be found at: http://img509.imageshack.us/my.php?image=screen11uc.jpg
The link to the download can be found here.
UPDATE [Nov. 25 2005]
Added a score system
Different difficulty levels
Time limit
Music with FX
"Light Speed" Feature - press UP or W key
UPDATE [Nov. 20 2005]
Added obstruction billboards
Camera now moves forward automatically
Last edited by Conquistador on Sat Nov 26, 2005 12:36 am, edited 5 times in total.
-
- Posts: 340
- Joined: Wed Sep 28, 2005 4:38 pm
- Location: Canada, Eh!
re:
Boo-urns, lemme fix this...
-
- Posts: 340
- Joined: Wed Sep 28, 2005 4:38 pm
- Location: Canada, Eh!
-
- Posts: 395
- Joined: Fri Apr 08, 2005 8:46 pm
The screenshot looks nice man. Im downloading the demo now and Ill report back later.
REPORT: It was really good. The only problems I noticed was getting stuck in the corners and if you backed out of the tunnel, it started problems if you went around it and back through the front of it etc. I would recomend doing collision detection differently for the notches. Personally, I dont think its really nesecary to. I would just create box selectors for each wall. Keep up the good work and you will have a great game on your hands.
REPORT: It was really good. The only problems I noticed was getting stuck in the corners and if you backed out of the tunnel, it started problems if you went around it and back through the front of it etc. I would recomend doing collision detection differently for the notches. Personally, I dont think its really nesecary to. I would just create box selectors for each wall. Keep up the good work and you will have a great game on your hands.
Looks very nice, and runs abouts 75fps on my system ( Specs : here ) One thing I'd suggest, if you don't mind, is that to add some fog to the wall segments would really help prevent the visability of the popping in the background and in my opinion give a better feeling to the whole thing. But as said before, really nice as is
Re: My Final Project
dhenton9000 wrote:Next stop, portal system!
Are you kidding me dhenton? That could take over a month.Conquistador wrote:...hand it in some time next week.
-
- Posts: 340
- Joined: Wed Sep 28, 2005 4:38 pm
- Location: Canada, Eh!
re:
Yeah, I tried that, but what you're seeing at the front of the walls isn't a mesh, it's the clear color background. It looks like crap, the walls have fog, but the opening at the front doesn't. I wanna do something like that, maybe have a plane at the very front that's affected by fog, so it'll look better. I dunno...
Also, what do you think about the random color changes? Should I leave it as is, or make it so the different colors come in gradually, instead of snapping to a new color?
Also, what do you think about the random color changes? Should I leave it as is, or make it so the different colors come in gradually, instead of snapping to a new color?
Either way would look good with the color changes in my opinion, try it both ways and see which you like better Back to the fog issue, try making the screen background and the fog color the same; it should deal with the black square at the end of the tunnel. Anyways, best of luck with this assignment and I hope for it to get you a good grade.
-
- Posts: 91
- Joined: Fri Oct 31, 2003 5:03 am
That's very cool! A lot better than what I could do in AP CS..
daveandrews.org - A Christian Programmer's Weblog | Dusty Engine - A Task Engine for Irrlicht
-
- Posts: 340
- Joined: Wed Sep 28, 2005 4:38 pm
- Location: Canada, Eh!
re:
Thanks a lot for all the positive feedback guys
I should post an updated demo sometime before Monday.
I should post an updated demo sometime before Monday.
-
- Posts: 340
- Joined: Wed Sep 28, 2005 4:38 pm
- Location: Canada, Eh!
I've made a bit of progress this weekend, I've added obstruction billboards, and have them randomly placed in between the walls. I've also made it so the camera automatically moves forward.
A screenshot can be found here
And once again, the download can be found here
Things to do:
- Make it so the camera can't turn around and go out of the wall
- Make bounding boxes and collision detection for the obstructions
- Make the game get harder the longer you play it
- Make a scoring system
A screenshot can be found here
And once again, the download can be found here
Things to do:
- Make it so the camera can't turn around and go out of the wall
- Make bounding boxes and collision detection for the obstructions
- Make the game get harder the longer you play it
- Make a scoring system