项目作者: rdok

项目描述 :
3D game using JMonkey Engine in java. RPG.
高级语言: C
项目地址: git://github.com/rdok/Arcem-Tutari.git
创建时间: 2014-02-19T15:52:53Z
项目社区:https://github.com/rdok/Arcem-Tutari

开源协议:MIT License

下载


Arcem-Tutari | Showcase

3D game using JMonkey Engine in java. RPG.

Graphics

World

  1. - Forest generated using 2 tree models, randomly scaled.
  2. - Animated windmills using code. (less CPU power req)
  3. - Sky: Moving clouds, moon and sun.
  4. - Reflection of sky on water.
  5. - Custom world created. (ground, mountains)
  6. - Animated Snow.

Models

  1. - Hero: Ready made model from jmonkey libraries.
  2. - Enemies: Orcs like models from jmonkey libraries.
  3. - Explosion created on any surface are that hero shoots.
  4. - Explosions created when castle is destroyed.

Sound

  1. - Continous nature sounds on background
  2. - Bullet sound when user shoots.
  3. - Explosion sounds when castle gets destroyed.

Gameplay

  1. - User controlls hero (robot) using keyboard and mouse.
  2. - Camera 3d view, or first view by zoom in-out.