Difference between revisions of "MonoGame Tutorials"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Side Scroller)
(Basic Skills)
 
(168 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Side Scroller==
+
MonoGame is a game creation framework which uses C#, so for help on C# you can use the topics on  '''[[Section A AL#Fundamentals of programming |THIS]]''' page.
[[MonoGame Tutorial Side Scroller]]
+
 +
=Basic Skills=
 +
[[Creating A Project]]
  
==RPG Tutorial==
+
[[Using SpriteFont]]
[[https://roguesharp.wordpress.com/2014/05/18/tutorial-1-roguelike-map-generation-using-roguesharp-and-monogame/ Tutorial 1 – Map Generation]]
 
  
[[https://roguesharp.wordpress.com/2014/05/24/tutorial-2-roguelike-field-of-view-calculation-using-roguesharp-and-monogame/ Tutorial 2 – Field-of-View Calculation]]
+
[[Drawing Textures]]
  
[[https://roguesharp.wordpress.com/2014/05/30/tutorial-3-roguelike-map-exploration-using-roguesharp-and-monogame/ Tutorial 3 – Exploring the Map]]
+
[[Drawing Shapes]]
  
[[https://roguesharp.wordpress.com/2014/06/09/tutorial-4-roguelike-pathfinding-using-roguesharp-and-monogame/ Tutorial 4 – Pathfinding]]
+
[[Keyboard Input]]
  
[[https://roguesharp.wordpress.com/2014/07/13/tutorial-5-creating-a-2d-camera-with-pan-and-zoom-in-monogame/ Tutorial 5 – 2D Camera Setup]]
+
[[Mouse or touch control Input]]
  
[[https://roguesharp.wordpress.com/2014/08/30/tutorial-6-roguelike-combat-using-roguesharp-and-monogame/ Tutorial 6 – Combat]]
+
[[Audio Playback]]
 +
 
 +
[[Video Playback]]
 +
 
 +
[[Screen Settings]]
 +
 
 +
[[Animation]]
 +
 
 +
[[Game states]]
 +
 
 +
[[Using Timers]]
 +
 
 +
=Player Class Example=
 +
[[Creating A Player]]
 +
 
 +
[[Creating An Instance of Your Player]]
 +
 
 +
[[Adding and Processing Player Input]]
 +
 
 +
=Collision Detection=
 +
[[Rectangle Bounds Collision]]
 +
 
 +
[[Basic Per Pixel Collision]]
 +
 
 +
=Using Tiled Maps=
 +
===Squared.Tiled===
 +
[[setup and map example]]
 +
 
 +
===TiledSharp===
 +
[[using a tmx map in monogame]]
 +
 
 +
===TiledCS===
 +
[[Using TiledCS]]
 +
 
 +
===TiledNet===
 +
[[Using TiledNet]]
 +
 
 +
===TiledLib===
 +
[[Using TiledLib]]
 +
 
 +
=Player Bounds=
 +
[[Player Bounds]]
 +
 
 +
=Game UI=
 +
===GeonBit===
 +
[[GeonBit example]]
 +
 
 +
===Ruminate===
 +
 
 +
[[Ruminate Example]]
 +
 
 +
===Myra===
 +
[[Myra Example]]
 +
 
 +
===Steropes===
 +
 
 +
[[Steropes Example]]
 +
 
 +
===SimpleText UI Example===
 +
 
 +
[[SimpleText UI Example]]
 +
 
 +
=Special Effects=
 +
[[Screen Brightness]]
 +
 
 +
[[Screen Shake]]
 +
 
 +
[[Parallax Scrolling]]
 +
 
 +
[[Explosions]]
 +
 
 +
[[Field of View / No Mask]]
 +
 
 +
[[Field of View / Mask]]
 +
 
 +
=Networked / Multiplayer=
 +
===LiteNetLib===
 +
 
 +
[[Setup LiteNetLib]]
 +
 
 +
[[Example LiteNetLib]]
 +
 
 +
[[RPG LiteNetLib]]
 +
 
 +
===Lidgren.Network===
 +
 
 +
[[Lidgren.Network]]
 +
 
 +
=Save Game / Check Points=
 +
[[Creating a game save]]
 +
 
 +
=Related Skills=
 +
[[Generating and using XNB files]]
 +
 
 +
=Full Tutorials=
 +
[[Bricks]]
 +
 
 +
[[Dino]]
 +
 
 +
[[Monkey Tap]]
 +
 
 +
[[Simple Tower]]
 +
 
 +
[[Simple RPG]]
 +
 
 +
[[Simple Platform]]
 +
 
 +
[[Simple Racer]]
 +
 
 +
[[Simple Beat Em Up]]
 +
 
 +
=External Resources=
 +
[[External Resources]]

Latest revision as of 11:44, 26 May 2024

MonoGame is a game creation framework which uses C#, so for help on C# you can use the topics on THIS page.

Basic Skills

Creating A Project

Using SpriteFont

Drawing Textures

Drawing Shapes

Keyboard Input

Mouse or touch control Input

Audio Playback

Video Playback

Screen Settings

Animation

Game states

Using Timers

Player Class Example

Creating A Player

Creating An Instance of Your Player

Adding and Processing Player Input

Collision Detection

Rectangle Bounds Collision

Basic Per Pixel Collision

Using Tiled Maps

Squared.Tiled

setup and map example

TiledSharp

using a tmx map in monogame

TiledCS

Using TiledCS

TiledNet

Using TiledNet

TiledLib

Using TiledLib

Player Bounds

Player Bounds

Game UI

GeonBit

GeonBit example

Ruminate

Ruminate Example

Myra

Myra Example

Steropes

Steropes Example

SimpleText UI Example

SimpleText UI Example

Special Effects

Screen Brightness

Screen Shake

Parallax Scrolling

Explosions

Field of View / No Mask

Field of View / Mask

Networked / Multiplayer

LiteNetLib

Setup LiteNetLib

Example LiteNetLib

RPG LiteNetLib

Lidgren.Network

Lidgren.Network

Save Game / Check Points

Creating a game save

Related Skills

Generating and using XNB files

Full Tutorials

Bricks

Dino

Monkey Tap

Simple Tower

Simple RPG

Simple Platform

Simple Racer

Simple Beat Em Up

External Resources

External Resources