Difference between revisions of "MonoGame Tutorials"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Player Bounds)
(38 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
MonoGame is a game creation framework which uses C#, so for help on C# also see the [[AL Section A]] page  
+
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.
 +
 
=Basic Skills=
 
=Basic Skills=
 
[[Creating A Project]]
 
[[Creating A Project]]
 
[[Drawing Shapes]]
 
  
 
[[Using SpriteFont]]
 
[[Using SpriteFont]]
  
 
[[Drawing Textures]]
 
[[Drawing Textures]]
 +
 +
[[Drawing Shapes]]
  
 
[[Keyboard Input]]
 
[[Keyboard Input]]
Line 20: Line 21:
 
[[Game states]]
 
[[Game states]]
  
 +
[[Using Timers]]
 +
 +
===Player Class Example===
 
[[Creating A Player]]
 
[[Creating A Player]]
  
Line 31: Line 35:
 
[[Basic Per Pixel Collision]]
 
[[Basic Per Pixel Collision]]
  
[[Per Pixel Collision |Advanced 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=
 
=Game UI=
Line 41: Line 62:
 
[[Ruminate Example]]
 
[[Ruminate Example]]
  
===EmptyKeys===
+
===Myra===
 
+
[[Myra Example]]
[[EmptyKeys Example]]
 
  
 
===Steropes===
 
===Steropes===
Line 53: Line 73:
 
[[SimpleText UI Example]]
 
[[SimpleText UI Example]]
  
=Save Game / Check Points=
+
=Special Effects=
[[Creating a game save]]
+
[[Screen Shake]]
 +
 
 +
[[Parallax Scrolling]]
 +
 
 +
[[Explosions]]
 +
 
 +
=Networked / Multiplayer=
 +
===LiteNetLib===
 +
 
 +
[[Setup LiteNetLib]]
 +
 
 +
[[Example LiteNetLib]]
  
=Drawing Tiled Maps=
+
[[RPG LiteNetLib]]
===Squared.Tiled===
 
[[setup and map example]]
 
  
[[drawing a layer]]
+
===Lidgren.Network===
  
[[Get tile texture from map]]
+
[[Lidgren.Network]]
  
===TiledSharp===
+
=Save Game / Check Points=
[[using a tmx map in monogame]]
+
[[Creating a game save]]
  
 
=Related Skills=
 
=Related Skills=

Revision as of 13:05, 17 February 2024