ICE Out; Abolish ICE
This is a basic implementation of the Atari Breakout game, but it's missing a few things intentionally and they're left as further exploration for the reader.
| import android.util.Log | |
| import androidx.compose.runtime.Composable | |
| import androidx.compose.runtime.currentComposer | |
| import androidx.compose.runtime.remember | |
| import androidx.compose.ui.unit.IntBounds | |
| import androidx.ui.tooling.CallGroup | |
| import androidx.ui.tooling.Group | |
| import androidx.ui.tooling.NodeGroup | |
| import androidx.ui.tooling.asTree |
| /* | |
| * Copyright 2010-2017 JetBrains s.r.o. | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |