zimm1 / Endless-Cube

Simple Android game made using Android Native only

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Endless Cube

Simple Android game made using only:

  • SurfaceView
  • A framework I built myself to handle drawings and updates with a game loop

Getting Started

Clone or download this repo and change private paramters before build in /app/build.gradle

// For example modify this
buildConfigField("String", "GOOGLE_SIGN_IN_REQUEST_ID_TOKEN", GOOGLE_SIGN_IN_REQUEST_ID_TOKEN)
// to this
buildConfigField("String", "GOOGLE_SIGN_IN_REQUEST_ID_TOKEN", "yourToken")

Authors

  • Simone Cavazzoni - Initial work - Website

About

Simple Android game made using Android Native only


Languages

Language:Java 100.0%