Skip to content

A Java IDE for streamlined 2D/3D tile-based game development.

License

Notifications You must be signed in to change notification settings

IvyBits/Amber-IDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amber IDE

A Java IDE for streamlined tile-based game development.

![Build Status](http://ci.amberide.tk/buildStatus/icon?job=Amber IDE)

Website: http://amberide.tk
Issues: http://cracked.amberide.tk

Compilation

We use Maven to handle our dependencies.

Coding and Pull Requests Guidelines

  • We follow the Oracle coding conventions.
    • 4 spaces; not tabs.
    • No trailing whitespaces.
    • No 80 column limit.
  • Pull requests should be tested before submission.
  • Any additions in API should be properly documented.
  • Avoid unnecessary class coupling where possible.
  • Don't include IDE-specific files, class files, jar files, and whatnot; that is what the .gitignore is for!

About

A Java IDE for streamlined 2D/3D tile-based game development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages