![]() |
| ||
| C++ game? Is it possible to make a very simple game with C++? any good sites to read up on how to do it? I have a program called Dev-C++. any kind of tips or code that i should know? I'm am just a noob at C++. I wish to play with it before I attend a computer programing camp during this summer. thanks |
| ||
| Re: C++ game? Of course it is possible. I've been thinking about making a command-line (text) based RPG with C++. What you could do is say, create some bad guys, create a menu of what the user can do to them, randomize some attacks and etc... It will take a lot of function work but yes it could be done. I don't know of any good sites that provide basic game info. But there are lots of OpenGL sites and advanced sites. But you won't make a 3D game by this summer so I'd stick with command line stuff. |
| ||
| Re: C++ game? C/C++ is a fully functional language, you make the computer do virtually ANYTHING you want. The limitations of the language can be overcome with experience and skills. BTW: 73.2 % of all games on the market are created in C/C++ in cluding popular titles such as Warcraft 3, and Diablo 2. |
| ||
| Re: C++ game? I just wrote a small game in C++. I also have the source code to a few RPG games. It actually isn't that hard to make a console RPG. And as BountyX said, funny you should ask if games could be made in C++ because almost all games are. So you've picked the right language! You wouldn't want Java or C# as much because they are slower languages. |
| ||
| Re: C++ game? You can now get the original Quake source files (C++) and see what a full game looks like. Check the website for it. Its released under the GNU rules. |
| ||
| Re: C++ game? i have my first game code of a dice game you can look at if you would like. ill post it if you reply back, it displays the dice using characters... its simple but i like it. |
| ||
| Re: C++ game? I would be glad to take a look at it |
| ||
| Re: C++ game? post is please :) |
| ||
| Re: C++ game? Honestly, you really should use C#. Its alot more fun. |
| ||
| Re: C++ game? i wrote it a while ago but anyways... Dice Game /*<< moderator edit: added [code][/code] tags >> |
| ||
| Re: C++ game? :D thnx for posting it pretty cool, but use the [ C O D E ] [ / C O D E ] tags next time plz I had to school for almost an hour on my laptops little 800x600 resolution lol |
| ||
| Re: C++ game? i shall do that... |
| ||
| Re: C++ game? hi, i'm a beginner in programming i've tried to compile your game but it doesn't work. i used Borland C++ 4.52. it says "declaration sintax error" for "using namespace std"; what does this line do?? |
| ||
| Re: C++ game? You should read "Sams Teach Yourself Game Programming in 24 Hours." It is a very good book with a lot of examples. It uses C++. The Program compiled for me. Pretty cool program. |
| ||
| Re: C++ game? the using directive is almost like the #include command. it is using the namespace std (or standard) held in the iostream header file. what it does is it lets you use the line: cout << "Hello"; it's just more convenient... i do recommend the SAMS book...;) |
| ||
| Re: C++ game? That dice game look awsome and i compiled and played it on my computer, using dev-c++. though i had a question: How does the computer randomize the dice roll:?: |
| ||
| Re: C++ game? Quote:
|
| ||
| Re: C++ game? I made a pretty sweet Number Hang Man Game. Im really noob but it wasnt hard.
lol it's kinda fun, anywayz add me on msn for any help with noob stuff. <snip email> peace |
| ||
| Re: C++ game? //Preprocessor Directives |
| ||
| Re: C++ game? oh cool |
| ||
| Re: C++ game? Quote:
as for the original poster here is a good site http://theharbourfamily.com/jonathan/?page_id=89 it's about GBA programming, but he starts you out with games like Pong & Tetris on C with vector graphics...really cool for starting out |
| ||
| Re: C++ game? > are those console or 2D codes?? mind sending em my way?? Did you read the dates of those posts? Reading their profile, it says "Last Activity: 10th Apr 2004". I've got a new game, it's called "thread bumper 2007" :icon_rolleyes: |
| All times are GMT -4. The time now is 5:15 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC