Difference between revisions of "MonoGame Tutorials"
(→RPG Tutorial) |
|||
Line 1: | Line 1: | ||
− | + | =Side Scroller= | |
− | + | You should start by creating a new project, remember to give it a suitable name and test it runs before you start. | |
− | ==RPG Tutorial | + | [[Creating A Player]] |
+ | |||
+ | [[Creating An Instance of Your Player]] | ||
+ | |||
+ | [[Adding and Processing Player Input]] | ||
+ | |||
+ | [[Animate the Player]] | ||
+ | |||
+ | [[Background / Parallax Scrolling]] | ||
+ | |||
+ | [[Create Enemy]] | ||
+ | |||
+ | [[Detect Collisions]] | ||
+ | |||
+ | [[Fire Weapons]] | ||
+ | |||
+ | [[Explosion Animation]] | ||
+ | |||
+ | [[Sound Effects]] | ||
+ | |||
+ | ==Related Skills== | ||
+ | [[Generating and using XNB files]] | ||
+ | |||
+ | =RPG Tutorial= | ||
[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/18/tutorial-1-roguelike-map-generation-using-roguesharp-and-monogame/ Tutorial 1 – Map Generation] | ||
Revision as of 15:30, 25 March 2017
Side Scroller
You should start by creating a new project, remember to give it a suitable name and test it runs before you start.
Creating An Instance of Your Player
Adding and Processing Player Input
Background / Parallax Scrolling
Related Skills
Generating and using XNB files
RPG Tutorial
Tutorial 2 – Field-of-View Calculation