forked from GameBuilders/Tank-Wars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
19 lines (12 loc) · 828 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Tank-Wars
=========
GameBuilders Starter project
Requires Visual Studio 2012 (older versions may work but are not supported) and XNA 4.0,
or MonoDevelop and MonoGame on Mac.
Visual Studio can be gotten for free from the university webstore, or you can get Visual C# Express from microsoft. XNA can also be downloaded free from microsoft.
To check out first download and install git from http://git-scm.com/
Next, use the following instructions to fork and clone a repository
https://help.github.com/articles/fork-a-repo
You should now have a local copy of Tank-Wars to play with. Just open the visual studio project file called Tank-Wars.sln, or the MonoDevelop project file called Tank-Wars-Mac.sln.
For more information about using git see https://help.github.com/categories/54/articles
or other git tutorials online.