Skip to content
Gornova edited this page Feb 5, 2011 · 28 revisions

#MarteEngine

MarteEngine (ME) is a Java videogame engine with focus in a simple, clear API for fast game development.

Major inspiration comes from (Flashpunk) and (Slick forum).

Authors are Alberto "Gornova" Martinelli, http://randomtower.blogspot.com and Thomas "Tommy" Haaks, http://www.rightanglegames.com

##Features

  • entity based framework: everything in your game is an Entity, many things are already coded, not reinventing the wheel anymore!
    • basic physics
    • collision detection
    • a standard way to organize your project
  • manipulate your entities: rotate, scale, animate using tweens,
  • examples! Ready to play and easy to learn! (click to play!):
  • distribuite your game: window's exe, webstart, applet all done using ready-to-run ant task, fast and easy
  • based on proven libraries: Slick and Lwjgl

##Tutorials

  1. Setting up your Enviroment
  2. Hello World
  3. Keyboard&Mouse Input
  4. Basic collision
  5. Animate sprite
  6. Tweens
  7. Rotate and scale
Clone this wiki locally