litan / kojo-gaming-template

Template project to help you build desktop and android versions of your games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Desktop and Android games

This project provides a templete to help you build desktop and android versions of your games (built using kojo-gaming).

To get you running, this project already contains a sample lunar lander game. What you want to do is to replace lunar lander with a game of your own.

High level steps:

  • remove lunar lander assets from the assets dir. After this, the dir should contain libgdx.png and OepnSans.ttf
  • add your game assets to the assets dir
  • replace /home/lalit/work/kojo-gaming-template/core/src/main/scala/net/kogics/kojo/game/lander.scala with your (one or more) scala files. One of these files should define a Main class
  • run :lwjgl3:distZip to build your desktop distribution
  • run :android:assembleDebug to build your android apk

About

Template project to help you build desktop and android versions of your games

License:GNU General Public License v3.0


Languages

Language:Scala 73.3%Language:Java 26.7%