Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 [FP] BugRacer
Index -> Programming, C -> C Submissions
Goto page 1, 2  Next
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Dan




PostPosted: Tue Jun 03, 2008 1:08 am   Post subject: [FP] BugRacer

Quote:

BugRacer

BugRacer is the product of the advanced project of the 2008 fall CS4431
class at lakehead university. The goals of the project where to make an
online racing game that suported at least two player play. The magor
technologys used in this project where OpenGL, OpenAL, C and the
winsocks libbarys. This is the complte stage 2 version of the game.
------------------------------------------------------------------------
Credits:
-Graphics, Core Engion & User I/O:
--Dan
--Lyle Chamarette
-AI, Physics & Colesion Detection:
--Ben
--Michael Lam
-Network & Online Play:
--Harsimrat Thukral
--Ryan ODonnell
-Supervised by Dr. M. Benson
------------------------------------------------------------------------
Open Scoure Code Used:
-OpenGL: http://www.opengl.org/
-OpenAL: http://www.openal.org/
-Based on some conspects and ideas from Start Your Engines, Developing
Driving and Racing Games, Jim Parker, Paraglyph Press, 2005.
------------------------------------------------------------------------
Other public domain and lincesed resuroces used:
-3D Models and materals from Kator Legaz: http://www.katorlegaz.com
-Textures from:
-- http://www.blender3d.ch/frozenmist/
-- http://www.riccardocovino.it/bconf/orange/index.html
-- http://blenderartists.org/forum/showthread.php?t=24038
-- Yorik van Havre
------------------------------------------------------------------------
Lincsence:
All oringal code and copyrightable work for this project is put under
the GNU General Public License, version 2.
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html


I have complie serveral versions that have full screen or windowed, sound or no sound and one high graphics one that turns everything to max. Oringal BugRacer was a multilyplayer online game witch supported up to 10 or so players and it worked that way a few times but i have disbaled the network featurers in this version as it was still buggy and caused issues.

To play this game you will need at least an ok graphics card and 500mb ram, and at least 150 mb hard drive space. Unfrontly it only runs on windows right now. You will need OpenGL and posibly OpenAL to play it. OpenGL might allready be installed on your computer and if you seem to need openal you can get it here.

Keys and controls can be found here: http://compsci.ca/~cs4431/index.php/Keys

Simple ones are:
Quote:

* 'a' Shift Up and play shift sound
* 'z' Shift Down and play shift sound
* UP Move forward and play engine sound
* LEFT Turn left
* RIGHT Turn right
* DOWN Move backwords
* SPACE Hand break and play breaking sound


Please note that i was only part of this project so don't blame me for all the bugs or give me all the credit Razz There are probly memeory leakes, unfinshed featueres, debuging stuff and other things in there as well as lots of inefshent code but it was enought to get mt an A+ in the coures and you can't force peoleop to work or fix there code.


Download: http://compsci.ca/~dan/race/BugRacer-r3.zip (54M)
Computer Science Canada Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
Sponsor
Sponsor
Sponsor
sponsor
rdrake




PostPosted: Tue Jun 03, 2008 1:09 am   Post subject: RE:[FP] BugRacer

I'll bet my Tux goes faster than your Tux!
Dan




PostPosted: Tue Jun 03, 2008 1:12 am   Post subject: RE:[FP] BugRacer

"Super linux penguin happy fun time" ftw!

If any one is intrested, i can post the source code publicly but it is messy as hell and prity burtal due to a lack of coding or even commenting coventions and lack of planing in the team.
Computer Science Canada Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
Dan




PostPosted: Tue Jun 03, 2008 11:40 am   Post subject: RE:[FP] BugRacer

If you need glut32.dll you can download it from here: http://compsci.ca/~dan/race/glut32.dll
Computer Science Canada Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
apomb




PostPosted: Tue Jun 03, 2008 12:15 pm   Post subject: RE:[FP] BugRacer

So you fixed the "it doesnt run fast outside of VS" problem!

Congrats dan, i cant wait to play this.
Dan




PostPosted: Tue Jun 03, 2008 12:17 pm   Post subject: RE:[FP] BugRacer

I am uploading a new distubtion of the game with some missing dll files, i will have a link in about 15 mins and it should work on most computers.
Computer Science Canada Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
petree08




PostPosted: Tue Jun 03, 2008 12:18 pm   Post subject: Re: [FP] BugRacer

i got this message when i ran it


untitled.bmp
 Description:
 Filesize:  260.57 KB
 Viewed:  381 Time(s)

untitled.bmp


Dan




PostPosted: Tue Jun 03, 2008 12:21 pm   Post subject: RE:[FP] BugRacer

Your missing the visual studio dlls i will have them uploaded soon, if you don't want to wait you can go to http://compsci.ca/~dan/race and download all the dll files in that dir and put them in the same dir as the games files.
Computer Science Canada Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
Sponsor
Sponsor
Sponsor
sponsor
petree08




PostPosted: Tue Jun 03, 2008 12:26 pm   Post subject: RE:[FP] BugRacer

i'll just wait
timmytheturtle




PostPosted: Tue Jun 03, 2008 12:26 pm   Post subject: Re: RE:[FP] BugRacer

rdrake @ Tue Jun 03, 2008 1:09 am wrote:
I'll bet my Tux goes faster than your Tux!


I challenge your Tux!
Dan




PostPosted: Tue Jun 03, 2008 12:28 pm   Post subject: RE:[FP] BugRacer

New version is up at http://compsci.ca/~dan/race/BugRacer-r3.zip

It should have the missing dlls so you can run it.
Computer Science Canada Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
apomb




PostPosted: Tue Jun 03, 2008 12:30 pm   Post subject: RE:[FP] BugRacer

53MB ... wow, this better be worth it Wink
Dan




PostPosted: Tue Jun 03, 2008 12:32 pm   Post subject: RE:[FP] BugRacer

54MB now with the new version :p
Computer Science Canada Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
apomb




PostPosted: Tue Jun 03, 2008 12:39 pm   Post subject: RE:[FP] BugRacer

well that looks really nice, (of what i could manage to quickly view here at work). I'd say it looks better than my old "Indianapolis 500" game for windows '98.
petree08




PostPosted: Tue Jun 03, 2008 12:46 pm   Post subject: RE:[FP] BugRacer

dude-man!!!!!!!!!!


pretty sweet, i crashed into the penguin's house
he didn't seem to happy to see me
Display posts from previous:   
   Index -> Programming, C -> C Submissions
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 2  [ 17 Posts ]
Goto page 1, 2  Next
Jump to:   


Style:  
Search: