Difference between revisions of "MonoGame Tutorials"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Tiled)
(MonoGame.Extended)
Line 1: Line 1:
 
=Game Resources=
 
=Game Resources=
 
==MonoGame.Extended==
 
==MonoGame.Extended==
MonoGame.Extended GitHub:
+
MonoGame.Extended GitHub, you must have MonoGame installed first:
  
 
[https://github.com/craftworkgames/MonoGame.Extended Add functions to MonoGame - including Tiled maps]
 
[https://github.com/craftworkgames/MonoGame.Extended Add functions to MonoGame - including Tiled maps]

Revision as of 23:10, 2 July 2017

Game Resources

MonoGame.Extended

MonoGame.Extended GitHub, you must have MonoGame installed first:

Add functions to MonoGame - including Tiled maps

MonoGame.Extended Resources:

MonoGame.Extended Forum

MonoGame.Extended Wiki

Tiled

Tiled Website and Download:

Tiled Map Editor

Tutorials for using Tiled:

Tiled Tutorials

Game Art

Tileset & game art:

Open Game Art

Basic Tutorials

You should start by creating a new project, remember to give it a suitable name and test it runs before you start.

Creating A Player

Creating An Instance of Your Player

Adding and Processing Player Input

Mouse or touch control Input

Animate the Player

Collision Detection

Per Pixel Collision

Related Skills

Generating and using XNB files

RPG Tutorial

Tutorial 1 – Map Generation

Tutorial 2 – Field-of-View Calculation

Tutorial 3 – Exploring the Map

Tutorial 4 – Pathfinding

Tutorial 5 – 2D Camera Setup

Tutorial 6 – Combat