Debugger: https://github.com/gerrylu1/debugger
Debugger
Debugger is a simple bug squashing game. You can play default levels or create your own levels.
Using This App
To use this app, you need to have Xcode 11 installed on your macOS. You also need to request an API key from Pixabay. Simply open the project file and replace
Secrets.apiKey in
static let apiKey = Secrets.apiKey
at the top of the class definition in PixabayClient.swift with your own API key and run this app on either an emulator or a real device.
Main Interface
This is the main interface after the game is initialized.
There are 5 default levels in the game. To play them, simply tap Play and pick a level. If you want to create or remove your own levels, use the Level Maker.
To see how well you have played, tap Stats . This includes the levels you have played, the kills and misses you have got, and the time you have spent on each
level you played. If you remove a custom level, the game history related to that level will also be deleted.
Gameplay
This is the gameplay view. You can squash a bug by tapping on it.
Level Maker
This is the level maker view. You can tap on the empty area to create bugs. You can switch between adding bugs and removing bugs. You can adjust the size of a bug,
or of all bugs. You can also choose a background image for the level you are making. The App obtains images by using the Pixabay API. And, last but not least, don't
forget to give the level a name.