Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 851 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 851 Bytes

aXonix

Remake of the famous Xonix game for Android and Desktop (using LibGDX)

Project Layout

  • Core project ("/sources/Main"):

    Contains all the code of this application, minus the so called starter classes. All other projects link to this project.

  • Android project ("/sources/Android"):

    Contains the starter class and other necessary files to run this application on Android. The assets/ folder stores the assets of this application for all platforms.

  • Desktop project ("/sources/Desktop"):

    Contains the starter class to run this application on the desktop. Links to the Android project's assets/ folder as well as the core project.

Project Setup