Difference between revisions of "MonoGame Tutorials"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(MonoGame.Extended)
(Player Bounds)
(139 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Game Resources=
+
__NOTOC__
==MonoGame.Extended==
+
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.Extended GitHub, you must have MonoGame installed first:
+
 +
=Basic Skills=
 +
[[Creating A Project]]
  
[https://github.com/craftworkgames/MonoGame.Extended Add functions to MonoGame - including Tiled maps]
+
[[Using SpriteFont]]
  
Alternatively, open your game project and click the project tab and select "Manage NuGet Packages". Within the NuGet package manager search for MonoGame.Extended, you will need to install this plus also:
+
[[Drawing Textures]]
  
#MonoGame.Extended.Content.Pipeline
+
[[Drawing Shapes]]
#MonoGame.Extended.Tiled
 
#MonoGame.Extended.Graphics
 
  
 +
[[Keyboard Input]]
  
MonoGame.Extended Resources:
+
[[Mouse or touch control Input]]
 +
 
 +
[[Video Playback]]
 +
 
 +
[[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]]
  
[http://community.monogame.net/c/extended MonoGame.Extended Forum]
+
===TiledNet===
 +
[[Using TiledNet]]
  
[http://craftworkgames.github.io/MonoGame.Extended/ MonoGame.Extended Wiki]
+
===TiledLib===
 +
[[Using TiledLib]]
  
==Tiled==
+
=Player Bounds=
Tiled Website and Download:
+
[[Player Bounds]]
  
[http://www.mapeditor.org/ Tiled Map Editor]
+
=Game UI=
 +
===GeonBit===
 +
[[GeonBit example]]
  
Tutorials for using Tiled:
+
===Ruminate===
  
[http://doc.mapeditor.org/ Offical Tiled Tutorials]
+
[[Ruminate Example]]
  
[https://gamedevelopment.tutsplus.com/tutorials/introduction-to-tiled-map-editor-a-platform-agnostic-tool-for-level-maps--gamedev-2838 Tiled Basics]
+
===Myra===
 +
[[Myra Example]]
  
[https://www.youtube.com/playlist?list=PLpWTFopWU5f3xgvztkivtEcYmocD-Xigt Tiled Youtube Playlist Series]
+
===Steropes===
  
[http://www.gamefromscratch.com/post/2014/04/15/A-quick-look-at-Tiled-An-open-source-2D-level-editor.aspx Written Version of Above Tutorials]
+
[[Steropes Example]]
  
==Game Art==
+
===SimpleText UI Example===
Tileset & game art:
 
  
[http://opengameart.org/ Open Game Art]
+
[[SimpleText UI Example]]
  
=Basic Tutorials=
+
=Special Effects=
You should start by creating a new project, remember to give it a suitable name and test it runs before you start.
+
[[Screen Shake]]
  
[[Creating A Player]]
+
[[Parallax Scrolling]]
 +
 
 +
[[Explosions]]
 +
 
 +
=Networked / Multiplayer=
 +
===LiteNetLib===
 +
 
 +
[[Setup LiteNetLib]]
  
[[Creating An Instance of Your Player]]
+
[[Example LiteNetLib]]
  
[[Adding and Processing Player Input]]
+
[[RPG LiteNetLib]]
  
[[Mouse or touch control Input]]
+
===Lidgren.Network===
  
[[Animate the Player]]
+
[[Lidgren.Network]]
  
=Collision Detection=
+
=Save Game / Check Points=
[[Per Pixel Collision]]
+
[[Creating a game save]]
  
 
=Related Skills=
 
=Related Skills=
 
[[Generating and using XNB files]]
 
[[Generating and using XNB files]]
  
=RPG Tutorial=
+
=Full Tutorials=
[https://roguesharp.wordpress.com/2014/05/18/tutorial-1-roguelike-map-generation-using-roguesharp-and-monogame/ Tutorial 1 – Map Generation]
+
[[Bricks]]
 +
 
 +
[[Dino]]
 +
 
 +
[[Monkey Tap]]
 +
 
 +
[[Simple Tower]]
  
[https://roguesharp.wordpress.com/2014/05/24/tutorial-2-roguelike-field-of-view-calculation-using-roguesharp-and-monogame/ Tutorial 2 – Field-of-View Calculation]
+
[[Simple RPG]]
  
[https://roguesharp.wordpress.com/2014/05/30/tutorial-3-roguelike-map-exploration-using-roguesharp-and-monogame/ Tutorial 3 – Exploring the Map]
+
[[Simple Platform]]
  
[https://roguesharp.wordpress.com/2014/06/09/tutorial-4-roguelike-pathfinding-using-roguesharp-and-monogame/ Tutorial 4 – Pathfinding]
+
[[Simple Racer]]
  
[https://roguesharp.wordpress.com/2014/07/13/tutorial-5-creating-a-2d-camera-with-pan-and-zoom-in-monogame/ Tutorial 5 – 2D Camera Setup]
+
[[Simple Beat Em Up]]
  
[https://roguesharp.wordpress.com/2014/08/30/tutorial-6-roguelike-combat-using-roguesharp-and-monogame/ Tutorial 6 – Combat]
+
=External Resources=
 +
[[External Resources]]

Revision as of 13:05, 17 February 2024