Difference between revisions of "Creating A Project"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(With Templates Installed)
 
Line 1: Line 1:
 
=Without MonoGame Installed=
 
=Without MonoGame Installed=
If you don't have MonoGame installed you could use the nuget package, use '''[https://studentthomrothac-my.sharepoint.com/:f:/g/personal/wayne_jones_thomroth_ac_uk/EsCn9etfK6xFmwBeyA4JgjcBz6-WBmhcz1k88yW251n7Ug?e=xrfwBn THIS]''' document to do this. It will get you to install the MonoGame package and will also create a project. '''PS This is not the easy way'''
+
If you don't have MonoGame installed you could use the nuget package, use '''[https://drive.google.com/open?id=1xF9WeioP53Zow75joUFZ-SLRNSsVESij THIS]''' document to do this. It will get you to install the MonoGame package and will also create a project. '''PS This is not the easy way'''
  
 
=With MonoGame Installed=
 
=With MonoGame Installed=
 
==No Templates Installed==  
 
==No Templates Installed==  
If you have installed MonoGame onto your own machine and you don't have the templates, or you are using MonoGame in college for the first time then you should use '''[https://studentthomrothac-my.sharepoint.com/:w:/g/personal/wayne_jones_thomroth_ac_uk/EerMH9F9_tZMpE_WG8rv-sAB2p2lyjnqsyrWkbOPcHGd4g?e=Gf35QX THIS]''' document to create a new project. You will need to download the template zip files from moodle as described in the document.
+
If you have installed MonoGame onto your own machine and you don't have the templates, or you are using MonoGame in college for the first time then you should use '''[https://drive.google.com/open?id=1MDpKYWccOKEcJOkBgBnV0L9jEDF1GAOM THIS]''' document to create a new project. You will need to download the template zip files from moodle as described in the document.
  
 
By the way, this has happened because when MonoGame was installed you hadn't previously opened or run Visual Studio. Re-installing MonoGame should give you the options to add the templates depending on your version of Visual Studio.
 
By the way, this has happened because when MonoGame was installed you hadn't previously opened or run Visual Studio. Re-installing MonoGame should give you the options to add the templates depending on your version of Visual Studio.

Latest revision as of 09:52, 18 June 2018

Without MonoGame Installed

If you don't have MonoGame installed you could use the nuget package, use THIS document to do this. It will get you to install the MonoGame package and will also create a project. PS This is not the easy way

With MonoGame Installed

No Templates Installed

If you have installed MonoGame onto your own machine and you don't have the templates, or you are using MonoGame in college for the first time then you should use THIS document to create a new project. You will need to download the template zip files from moodle as described in the document.

By the way, this has happened because when MonoGame was installed you hadn't previously opened or run Visual Studio. Re-installing MonoGame should give you the options to add the templates depending on your version of Visual Studio.

With Templates Installed

If your game is okay for just Windows, I would recommend to create just a Windows Project because it will keep everything simple. You could use another option, this will depend on the platform you wish to target but the cross platform option is a good compromise.