AGE project setup

Since the 0.2 version, you can quickly and easily install AGE in haxelib, just by using the ant task :

1
2
git clone https://github.com/po8rewq/AGE.git
ant

For now, you can run the following command to setup a new project :

1
haxelib run AGE

This will generate a basic structure for your project, with the nmml file, and the MonoDevelop - FlashDevelop project files.

Here is the list of all arguments you can use :

  • -help : the help screen
  • -output : /your/project/directory (default: the current directory)
  • -name : Your Project Name
  • -main : MainProjectClass (default: Main)
  • -size : WIDTH HEIGHT (default: 800x600)
  • -fps : FPS (default: 30)
  • -bgColor : COLOR (default: 0xCECECE, you can use both 0xFF0000 and #FF0000 syntax)

This tool has only been tested on Linux …