GitXplorerGitXplorer
m

RuinsOfRevenge

public
52 stars
20 forks
0 issues

Commits

List of commits on branch master.
Unverified
54fa2fe7f539d6c8ad465eb7d08f21546ffdfa7b

Fix broken Image links in Readme

mmatheus23 committed 7 years ago
Unverified
def2a34915a6990150fa0e7c8960b12808913703

Made use of UDP, Added Factory pattern to EntityControllers and EntityViews.

mmatheus23 committed 12 years ago
Unverified
a5ed272e9fc4e2507dd392c2395ea3210bd103d8

Preparation for Login api.

mmatheus23 committed 12 years ago
Unverified
30962a1cfef3fdc642d58a844fd73a213866ddc0

Reduced LOC by creating Default listeners. Refactored.

mmatheus23 committed 12 years ago
Unverified
9bda264bb5a95d46c87622123292328d69ceef86

Converted spaces to tabs to fix confusing 4 column vs. 8 column indentation bugs in github.

mmatheus23 committed 12 years ago
Unverified
368971655da572cef03a128821ae02b8e7738dcd

Made basic Chat work. GUI must be revisited. Everything else is a not finished feature yet.

mmatheus23 committed 12 years ago

README

The README file for this repository.

Ruins of Revenge

RuinsOfRevenge RuinsOfRevenge

(Click for better quality)

What is this?

This is a game written in Java, using a graphics and game library "LibGDX", Riven's and MatthiasM's "Continuation and Green Threads" library, and LibGDX's port of Box2D. It is supposed to be a RPG with Physical elements.

How to clone and run

This is pretty simple with eclipse: (If you have egit) clone this repository using File -> Import then search for "Projects from Git". If that option is not available for you, then it's likely that either your egit plugin is outdated or you don't even have it installed.

To run this game, you now need to create a new Run Configuration (Run -> Run Configurations... then right click on "Java Application" -> New...) and choose a name (for example "RuinsOfRevenge"). Don't forget to set the project and main class (org.matheusdev.ror.RuinsOfRevenge). Now go to the "Arguments" Tab and add this to the "VM-arguments": -javaagent:lib/continuations/continuations-agent.jar

Thats it!

You can now run the RuinsOfRevenge run configuration! :)

License

This project is distributed with the common form of the MIT License. More information in the LICENSE file.

Also have a look at the licenses inside the lib/ folder:

  • license-riven
  • license-matthiasm
  • license-libgdx
  • cc-license-libgdx
  • license-asm

Credit to Hanzo Kimura, Alisa Tana, 'Benben', 'COAD', 'Mack', 'akuzino-ihcikie', 'Venetia', 'Inq' and 'Hypersnake22' for the tileset. Credit to 'Famitsu' for the Character Images and '0circle0' for the Sprite Creator.