game development

Started by
5 comments, last by gamewizard 22 years ago
does anyone know of collaborative software development packages for developing games? i would like my group to work better by collaborating code. gw
Advertisement
There are many out there, just do a search for gcs, game creation systems, the most popular are rpgs, but there are some for 3d games, adventure games, scrolling games, even text games.
There are many out there, just do a search for gcs, game creation systems, the most popular are rpgs, but there are some for 3d games, adventure games, scrolling games, even text games.
You''d probably do best to ignore Jindocai, as he misunderstood your question, I believe.

What you''re looking for, if you want collaboration and source integrity maintanance is a CVS (concurrent versioning system) app. There are many available, just do a search.

Later,
ZE.

//email me.//zealouselixir software.//msdn.//n00biez.//
miscellaneous links

[if you have a link proposal, email me.]

[twitter]warrenm[/twitter]

Well, in my opinion CVS is a special case of a VCS ( Version Control System) But that''s just my 2 cents.
quote:CVS is the Concurrent Versions System, the dominant open-source network-transparent version control system

taken from http://www.cvshome.org/.

Reference to cvs or the frontend wincvs:
http://www.wincvs.org

Doesn''t have to be an opinion. If you''re right, you''re right, and I''m at fault. Shed light by all means.

Later,
ZE.

//email me.//zealouselixir software.//msdn.//n00biez.//
miscellaneous links

[if you have a link proposal, email me.]

[twitter]warrenm[/twitter]

that is true cvs is just one aspect i guess and just getting the group to develop products in a collabrative environment. i know version control is out there, but i am looking for something more that helps manage bugs and project in one package.

This topic is closed to new replies.

Advertisement