-
HighScoreBuddy Public
MonoGame library for local high score tables
-
-
SpriteAnimationBuddy Public
Quick library for animating sprites in MonoGame
-
FlashCardSampleGame Public
quick little game to show off the touchscreen and flash card stuff
C# UpdatedFeb 29, 2024 -
cyclone-physics Public
Forked from idmillington/cyclone-physicsThe Physics engine that accompanies the book "Game Physics Engine Design"
C++ MIT License UpdatedFeb 29, 2024 -
OperatorSettingsBuddy Public
A small library to implement a secret "operator settings" menu for arcade games built with MonoGame
C# MIT License UpdatedFeb 29, 2024 -
-
PlayFabBuddy.Leaderboards Public
Leaderboards wrapper around the PlayFab Xamarin client SDK
C# MIT License UpdatedFeb 29, 2024 -
-
XmlSource Public
MonoGame content pipeline project for reading/writing XML files
-
-
AudioBuddy Public
thing for managing XACT audio content in monogame
-
-
OuyaTimeTrialBuddy Public
This library lets a player play your MonoGame Ouya game for a time trial, then asks them to buy it when the trial runs out.
C# MIT License UpdatedFeb 29, 2024 -
ControllerWrapperTest Public
quick game to test the controller wrapper in the HadoukInput library
C# MIT License UpdatedFeb 29, 2024 -
PlayFabBuddy.Economy Public
Economy wrapper around the PlayFab Xamarin client SDK
C# MIT License UpdatedFeb 29, 2024 -
MonoGame Public
Forked from MonoGame/MonoGameOne framework for creating powerful cross-platform games.
-
MonoGameInsideUIView Public
Sample project showing MonoGame spun up inside a UIViewController
C# MIT License UpdatedFeb 29, 2024 -
WeightedRandomizer Public
A c# library for choosing a random item from a collection of weighted items
-
RevMobBuddySample Public
Example of RevMob intergration on MonoGame using RevMobBuddy
-
TouchBuddyExample Public
Sample project showing how to use the TouchBuddy library
-
xamarin-forms-samples Public
Forked from xamarin/xamarin-forms-samplesSample apps built using the Xamarin.Forms framework
C# UpdatedFeb 29, 2024 -
-
atlas_starter_python Public
Forked from mongodb-university/atlas_starter_pythonExample Python application for MongoDB Atlas
Python UpdatedFeb 29, 2024 -
CollectionViewSelectionBug Public
This is an example of a CollectionView blocking user input even with SelectionMode="None"
-
Magic-Sand Public
Forked from thomwolf/Magic-SandMagic Sand is a software for operating an augmented reality sandbox
C++ GNU General Public License v2.0 UpdatedFeb 29, 2024 -
TetrisRandomizer Public
A bag-randomizer based on the TGM randomizer for doing sort-of random numbers
C# MIT License UpdatedFeb 29, 2024 -
KinectSkittles_DepthStream Public
render the kinect depth stream with monogame
C# UpdatedFeb 29, 2024 -
ShiftingRectangles Public
Was gonna do a grid background for an XNA/MonoGame game, came up with this neat "shifting rectangles" thing instead
-
CellSpacePartition Public
A thing for splitting up a 2d game world into cells, used to speed up collision detection etc.