Skip to content

Instantly share code, notes, and snippets.

View surajsahani's full-sized avatar

Suraj Sahani surajsahani

View GitHub Profile
@surajsahani
surajsahani / KotlinInvadersActivity.kt
Created January 12, 2020 03:20 — forked from EliteIntegrity/KotlinInvadersActivity.kt
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