Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 576 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 576 Bytes

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