https://github.com/Gornova/MarteEngine/wiki

————————————————————————————————————————————————————————————————

MarteEngine(ME)是一个Java游戏引擎,它为快速游戏开发提供简单、 干净的API

主要灵感来自于(Flashpunk) and (Slick论坛)

开发者是Alberto "Gornova" Martinelli, http://randomtower.blogspot.com and Thomas "Tommy" Haaks, http://www.rightanglegames.com

 

MarteEngine运行于Slick Build #229 and LWJGL Version: 2.6

 

特色

————————————————————————————————————————————————————————————————

基于entity的框架:游戏中的任何东西都是entity,许多事情已经编好代码,不需要重复造轮子

 

  • 基本物理效果
  • 碰撞检测
  • 组织项目的标准方式

操纵entity:旋转、缩放、动画(使用tweens)

游戏范例!马上运行且容易学习!

 

 

发布游戏:windows exe, webstart, applet all done using ready-to-run ant tasks, fast and easy

基于已经被证明的库:Slick and Lwjgl

 

Download library only In order to run MarteEngine you need following dependencies: slick, lwjgl.

Basic tutorials

  1. Setting up your Enviroment
  2. Hello World
  3. Entity and World
  4. Keyboard and Mouse Input
  5. Basic collision
  6. Animate sprite
  7. Tweens
  8. Alarms
  9. Rotate and scale

Complete game tutorials

  1. Platformer

 

 

 

posted on 2012-03-02 23:49  网络大豆  阅读(234)  评论(0)    收藏  举报