Galaxy Logic Game is a logical game for multiple popular platforms.
This game was originaly developed with Xamarin framework (a .net MAUI predecessor). Also this project exists since I was just beginning my programming journey, so some code oddities are the norm.
Despite this, I am very proud of what I was able to accomplish.
- Android
- WearOS
- iOS, ipadOS
- MacCatalyst
- Windows
- Xbox
- Tizen
I recommend using Visual Studio 2022: https://visualstudio.microsoft.com/vs/community/
Detailed description on how to run the code: https://docs.microsoft.com/en-us/dotnet/maui/get-started/first-app?tabs=vswin&pivots=devices-android
GalaxyLogicGame
- code that will be used by every single platform
GalaxyLogicGameMaui
- base, used to setup the code for the majority of platforms (currently android)
GalaxyLogicGameWearOS
- More light-weight base, that loads low-res images, ideal for smartwatch platforms