I am looking for a simple casual game (open source) done in openGL. I need it to implement communication component i build this is not for learning opengl and to implement some other stuff into it. Where can I find one? (I am using C++) Thanks
2 Answers
I don't think reading another game's source code in isolation is going to help you learn much; there's a pretty severe lack of context in most code, so you won't know why particular programming design or implementation decisions were made. You can very easily pick up bad habits or the wrong idea.
That said, a similar question has been asked here before. Also, here is a list of open source games from Wikipedia, and this website is dedicated to open-source game development news and you might be able to find some examples there. Beyond that, it's a little difficult to provide what you've asked for since you haven't offered very many guidelines as to what you're trying to learn.
-
\$\begingroup\$ i didnt found any thing simple in the links , i need it not to learn opengl but to implement communication component i build \$\endgroup\$user3689– user36892011-06-07 08:08:47 +00:00Commented Jun 7, 2011 at 8:08
Check out this question. Not only C++, but you still should be able to get some ideas.
-
\$\begingroup\$ not looking for ideas \$\endgroup\$user3689– user36892011-06-07 08:09:56 +00:00Commented Jun 7, 2011 at 8:09