Example video of the game in action: https://www.youtube.com/watch?v=HQBVFI7UX2s
This repo contains the full source code for building the game Infinite Invaders Shared, which is built from the same source code as Infinite Invaders in the Windows 10 app store. The game Infinite Invaders is available for free here: http://apps.microsoft.com/windows/app/11e146cb-810b-49ff-bd2b-72a7c9a52a79
Open the solution game.sln in Visual Studio 2019.
The file App.xaml.cpp in the Invaders project is where game initialization starts. The file Main.cpp in the Invaders project is where the main() function is, but really game init starts in App.xaml.cpp since Main.cpp is just minimal stuff to get into the App class.
Copyright 2020 Peter Spada