Difference between revisions of "MonoGame Tutorials"
(→Steropes) |
(→Basic Skills) |
||
Line 21: | Line 21: | ||
[[Game states]] | [[Game states]] | ||
+ | [[Using Timers]] | ||
+ | |||
+ | ===Player Class Example=== | ||
[[Creating A Player]] | [[Creating A Player]] | ||
Line 26: | Line 29: | ||
[[Adding and Processing Player Input]] | [[Adding and Processing Player Input]] | ||
− | |||
− | |||
=Collision Detection= | =Collision Detection= |
Revision as of 10:40, 15 February 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
Player Class Example
Creating An Instance of Your Player
Adding and Processing Player Input
Collision Detection
Using Tiled Maps
Squared.Tiled
TiledSharp
TiledCS
TiledNet
TiledLib
Player Bounds
Game UI
GeonBit
Ruminate
Myra
Steropes
SimpleText UI Example
Special Effects
Networked / Multiplayer
LiteNetLib
Lidgren.Network
Save Game / Check Points
Related Skills
Generating and using XNB files