Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 535 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 535 Bytes

Kotlin-Invaders

Simple Space Invaders clone using Kotlin for Android

This is a tutorial for people new but with some experience in Kotlin but new to game programming

In Android Studio create a new project called Kotlin Invaders Add the assets folder to the main folder Add the graphics to the drawable folder Add the .kt files to the java folder and adjust the package names to match your project Make a minor adjustment to the AndroidManifest file to go full screen (don't copy and paste the whole file )

Enjoy Space Invaders