Difference between revisions of "MonoGame Tutorials"
(Tag: Undo) |
(→Basic Skills) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
=Basic Skills= | =Basic Skills= | ||
[[Creating A Project]] | [[Creating A Project]] | ||
+ | |||
+ | [[Generating and using XNB files]] | ||
[[Using SpriteFont]] | [[Using SpriteFont]] | ||
Line 13: | Line 15: | ||
[[Mouse or touch control Input]] | [[Mouse or touch control Input]] | ||
+ | |||
+ | [[Audio Playback]] | ||
[[Video Playback]] | [[Video Playback]] | ||
+ | |||
+ | [[Screen Settings]] | ||
+ | |||
+ | [[Audio Settings]] | ||
[[Animation]] | [[Animation]] | ||
Line 54: | Line 62: | ||
=Game UI= | =Game UI= | ||
− | + | ||
[[GeonBit example]] | [[GeonBit example]] | ||
− | |||
− | |||
[[Ruminate Example]] | [[Ruminate Example]] | ||
− | |||
[[Myra Example]] | [[Myra Example]] | ||
− | |||
− | |||
[[Steropes Example]] | [[Steropes Example]] | ||
− | |||
− | |||
[[SimpleText UI Example]] | [[SimpleText UI Example]] | ||
Line 100: | Line 101: | ||
=Save Game / Check Points= | =Save Game / Check Points= | ||
[[Creating a game save]] | [[Creating a game save]] | ||
− | |||
− | |||
− | |||
=Full Tutorials= | =Full Tutorials= |
Latest revision as of 14:35, 22 September 2024
MonoGame is a game creation framework which uses C#, so for help on C# you can use the topics on THIS page.
Contents
Basic Skills
Generating and using XNB files
Player Class Example
Creating An Instance of Your Player
Adding and Processing Player Input