Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Arifolth/jme3rpg

Repository files navigation

ANJRpg

Alexander's Nilov Java Role Playing Game (ANJRpg). An Open Source Action RPG game written in Java.

mailto: [email protected]

1-BlueMountain.jpg

Features:

  • Modular Maven build
  • Borderless procedurally generated world (Work In Progress)
  • Day and Night Cycle
  • Weather effects (Work In Progress)
  • Physics
  • Enemies with AI and Combat System
  • Animated models
  • GLSL shaders: Film Grain and FidelityFX CAS (sharpening)
  • Environmental and combat sounds
  • UI
  • Loading Screen and Main Menu
  • Native Executable Module (executable with bundled jre)

Gameplay Keys

Default bindings:

  • W - move forward
  • S - move backwards
  • A - move left
  • D - move right
  • SHIFT + W or SHIFT + S - RUN
  • LEFT_MOUSE - attack
  • RIGHT_MOUSE - block (hold)
  • SPACE - jump

Hardware requirements

  • Monitor with at least 1920x1080 resolution
  • Decent videocard with 2Gb of Video RAM

For better performance you may want to run the game on a dedicated gaming video card specifically, if you have one.

Build

Use Maven to build the ANJRpg. JDK 17+ is required to build and run the game.

mvn install

Native executables

Native executables were tested to build and run successfully on a Windows box.

To build them enable profile native and perform build of the NativeExecutable module

Run using Jdk

mvn exec:java -pl GameClient -Dexec.jvmArguments="-Xms8G -Xmx8G -server -XX:UseAVX=2 -XX:+UseG1GC -XX:MaxGCPauseMillis=50 -XX:+ParallelRefProcEnabled -XX:G1HeapRegionSize=4m -XX:InitiatingHeapOccupancyPercent=30 -XX:+UseStringDeduplication -XX:+UseCompressedOops -XX:+UseLargePages -XX:LargePageSizeInBytes=2M"

Repo

https://github.com/Arifolth/jme3rpg

Screenshots

Image Image Image Image Image Image Image Image

Credits

For detailed credits, licensing information, third-party components, libraries, textures, sounds/music and models used:

Please see CREDITS.md

License

It is released under the GNU General Public License v3.0

Copyright 2014 - 2025 © Alexander Nilov

About

An open source action RPG written in Java.

Topics

Resources

License

Stars

Watchers

Forks