Thesis Project Page
Check out the current project and try it out!
Gameplay Preview
APK Download Link
Windows Download Link
How to load the game onto your VR headset with side loading
Survey Link
Cool Cannons go pew pew
home
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';