by Shaun Lawrence
This post provides useful links in relation to the ‘Building games in .NET MAUI’ talk.
Available at:
https://www.superwordsearch.com - iOS and Android application built with Xamarin.Forms. Currently under migration to .NET MAUI.
https://github.com/bijington/pairs - Sample application originally built with Xamarin.Forms but has a branch showing the migration to .NET MAUI.
https://blog.bijington.com/c%23/xamarin/xamarin.forms/2021/10/13/building-a-mobile-game-in-xamarin-forms-part-intro.html - Provides a walkthrough on how to build the above Pairs game.
https://learn.microsoft.com/dotnet/maui/fundamentals/accessibility .NET MAUI documentation page on Accessibility. Contains some great resources to cover what .NET MAUI offers as well as some other concepts.
https://github.com/bijington/orbit - Repository containing the game engine that we have looked at in this talk plus some sample games to show how to use the engine.