A Collection of MonoGame Samples
|
1 месяц назад | |
---|---|---|
2DShaderSample | 1 месяц назад | |
AdMob | 1 месяц назад | |
Aiming | 1 месяц назад | |
Audio3D | 1 месяц назад | |
BackgroundThreadTester | 1 месяц назад | |
BatteryStatus | 1 месяц назад | |
BloomSample | 1 месяц назад | |
BouncingBox | 1 месяц назад | |
CatapultNetWars | 1 месяц назад | |
CatapultWars | 1 месяц назад | |
ChaseAndEvade | 1 месяц назад | |
CollisionSample | 1 месяц назад | |
Colored3DCube | 1 месяц назад | |
CompiledContent | 1 месяц назад | |
Draw2D | 1 месяц назад | |
FarseerPhysics | 1 месяц назад | |
Flocking | 1 месяц назад | |
GameComponents | 1 месяц назад | |
GameDevelopmentbyExample | 1 месяц назад | |
GameStateManagement | 1 месяц назад | |
GooCursor | 1 месяц назад | |
Graphics3DSample | 1 месяц назад | |
HoneycombRush | 1 месяц назад | |
Input | 1 месяц назад | |
InputReporter | 1 месяц назад | |
LensFlare | 1 месяц назад | |
MonoGame.Xna.Framework.Net | 1 месяц назад | |
MultiTouch | 1 месяц назад | |
NetRumble | 1 месяц назад | |
NetworkPrediction | 1 месяц назад | |
NetworkStateManagement | 1 месяц назад | |
Orientation | 1 месяц назад | |
PacMan | 1 месяц назад | |
Particle3DSample | 1 месяц назад | |
ParticleSample | 1 месяц назад | |
Peer2PeerSample | 1 месяц назад | |
PerPixelCollisionSample | 1 месяц назад | |
PerformanceMeasuring | 1 месяц назад | |
Primitives | 1 месяц назад | |
ReachGraphicsDemo | 1 месяц назад | |
RectangleCollisionSample | 1 месяц назад | |
RenderTarget2DSample | 1 месяц назад | |
RockRain | 1 месяц назад | |
RolePlayingGame | 1 месяц назад | |
SamplesContentBuilder | 1 месяц назад | |
ShadowMapping | 1 месяц назад | |
ShatterEffectSample | 1 месяц назад | |
Sound | 1 месяц назад | |
SpriteEffects | 1 месяц назад | |
SpriteFont | 1 месяц назад | |
StarWarrior | 1 месяц назад | |
StateObjectWindows | 1 месяц назад | |
StencilsCratersTutorial | 1 месяц назад | |
Storage | 1 месяц назад | |
Tetris | 1 месяц назад | |
TexturedQuad | 1 месяц назад | |
TiledSprites | 1 месяц назад | |
TouchGesture | 1 месяц назад | |
TransformedCollisionSample | 1 месяц назад | |
UseCustomVertex | 1 месяц назад | |
VideoPlayer | 1 месяц назад | |
VirtualGamePad | 1 месяц назад | |
Waypoint | 1 месяц назад | |
WpfInteropSample | 1 месяц назад | |
.gitignore | 1 месяц назад | |
README.md | 1 месяц назад | |
SamplesContentBuilder.sln | 1 месяц назад |
This repository contains a collection of cross-platform MonoGame samples and game projects. Each sample demonstrates different game development concepts, features, or genres. For detailed information about each sample, see the linked README in each sub-directory.
A sample demonstrating custom 2D shader effects in MonoGame.
More info
Shows how to integrate AdMob ads into a MonoGame project.
More info
Demonstrates aiming mechanics and input handling.
More info
Explores 3D audio positioning and effects.
More info
Sample for using background threads in game logic.
More info
Displays battery status and power management features.
More info
Demonstrates bloom post-processing effects.
More info
Simple physics sample with bouncing boxes.
More info
Networked multiplayer catapult game.
More info
Classic catapult game mechanics.
More info
AI sample showing chase and evade behaviors.
More info
Demonstrates collision detection techniques.
More info
Renders a colored 3D cube and explores basic 3D graphics.
More info
Contains pre-built content files for use by other samples.
More info
Basic 2D drawing and sprite rendering sample.
More info
Physics engine integration sample.
More info
Demonstrates flocking AI behaviors.
More info
Shows how to use and manage game components.
More info
Contains multiple samples from the "XNA Game Development by Example" book:
Sample for managing game states and screens.
More info
Demonstrates custom cursor rendering and effects.
More info
Explores advanced 3D graphics techniques.
More info
Arcade-style game with honeycomb collection mechanics.
More info
Shows input handling for keyboard, mouse, and gamepad.
More info
Displays live input values for connected controllers.
More info
Demonstrates lens flare post-processing effects.
More info
Networking API compatibility sample.
More info
Demonstrates multi-touch input support.
More info
Networked multiplayer space shooter.
More info
Sample for networked gameplay prediction and synchronization.
More info
Cross-platform Pac-Man clone.
More info
Demonstrates particle systems and effects.
More info
Peer-to-peer multiplayer tank game.
More info
Shows how to draw primitive shapes (lines, points) in MonoGame.
More info
Simple rectangle collision detection sample.
More info
Demonstrates render-to-texture techniques.
More info
Arcade-style falling rocks game.
More info
Role-playing game sample with tile engine and menus.
More info
Shows how to build and load content assets using MonoGame's content pipeline.
More info
Cross-platform sound playback sample.
More info
Classic space shooter sample.
More info
Demonstrates touch gesture and mouse support.
More info
AI navigation and waypoint sample.
More info
For platform-specific details, build instructions, and troubleshooting, see each sample's README.