Skip to content

Instantly share code, notes, and snippets.

View EliteIntegrity's full-sized avatar

Game Code School EliteIntegrity

View GitHub Profile
@EliteIntegrity
EliteIntegrity / KotlinInvadersActivity.kt
Last active January 12, 2020 03:20
The completed KotlinInvadersActivity class
package com.gamecodeschool.kotlininvaders
import android.app.Activity
import android.graphics.Point
import android.os.Bundle
class KotlinInvadersActivity : Activity() {
// kotlinInvadersView will be the view of the game
// It will also hold the logic of the game