A little arcade game that uses SwiftUI as a game engine.
A little arcade game that uses SwiftUI as a game engine ๐
Just copy the code into the Blank playgroundbook in Swift Playgrounds app on iPad or Mac and run it!
Do not forget to turn off Enable Results in the settings of the playgroundbook, otherwise the game will not run.
For some reason the code will not run in an Xcode Playgroud. Iโve created an issue.
This isnโt the most beautiful Swift code. I made it just for fun and to learn a couple of things about SwiftUI.
I think a videogame is a good crash test for any UI framework ๐
All the game logic (as well as almost all the animations) is done manually by changing @State
vars in onReceive
callbacks from the Timer
.
Sometimes you may see glitches that are most likely caused by imperfect threading.