Skip to content
forked from cha63506/mgne

MakeGamesNot Engine - currently a SaGa clone using libgdx

Notifications You must be signed in to change notification settings

SkankinGarbage/mgne

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SaGa 4

The totally not trademark-infringing etc etc

Git setup instructions for non-technical people (Windows)

For the life of me I can't find where I typed all this up before so here it is again

  1. Download tortoisegit (https://code.google.com/p/tortoisegit/wiki/Download)

  2. Rightclick where you want to dump the source and do a Git clone...

  3. For the URL enter https://github.com/psywombats/mgne.git

  4. Cool you have read access now! Whenever you want, rclick somewhere in the directory and do a Git Pull to sync with the repo. We only have one branch so expect things to break all the time.

I want to build the java game

  1. You now need to build the game. First off, install the JDK if you don't have it already http://www.oracle.com/technetwork/java/javase/downloads/index.html

  2. Now you need to add java to your path. This is kind of annoying: https://www.java.com/en/download/help/path.xml

  3. All you need to do now is run the buildscript at saga/src/build_saga.bat. If that blows up, report the error, but it should work.

  4. Now game.jar should magically appear in the game directory! You can run this by double-clicking it hopefully. The .exe launcher is usually just build for releases.

Hang on there's more than a java game in here?

There's a unity port in the works. Maybe more.

About

MakeGamesNot Engine - currently a SaGa clone using libgdx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 49.9%
  • Java 43.5%
  • Lua 3.7%
  • CSS 1.3%
  • GLSL 0.6%
  • HTML 0.6%
  • Other 0.4%