Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - cheez

#1
AI Scripts / Starcrack Git mirror
March 02, 2010, 02:51:02 AM
hey folks


just made git mirror of starcrack ai


here it is: http://gitorious.org/sc2ai/


why?


- i will keep starcrack branch updated with each new version released hoping guys who develop to change their minds and switch to more open way of developing


- it will be easier for people who want to help to track changes and get the idea of how AI is working and how is it improved hence it will be easier for people to suggest even better improvements


- it is git. you pull the repo and you have complete history of all changes, no internet connection required anymore. you can even start your branch locally and work on it while easily merging into it new releases


dont know what's git? git is like svn but way better for open development. don't even start to argue on this one - you will lose.


http://git-scm.com/


if you want it on windows - install msysgit and tortoisegit (google them)


P.S. you can fork a project, make your own branch and ping me for merge requests or you can just send me patches and i'll keep whole development organized.