https://github.com/almasb/mmorpg
A prototype for an mmorpg game
https://github.com/almasb/mmorpg
Last synced: 10 months ago
JSON representation
A prototype for an mmorpg game
- Host: GitHub
- URL: https://github.com/almasb/mmorpg
- Owner: AlmasB
- License: gpl-2.0
- Created: 2014-04-04T22:42:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T18:23:50.000Z (about 8 years ago)
- Last Synced: 2025-04-05T16:51:15.365Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 14 MB
- Stars: 20
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Note
======
The development is continued [here](https://github.com/AlmasB/Zephyria).
Orion MMORPG
======
Final year project, an mmorpg game in java.
## Compile, Run ##
Required:
- Oracle JDK 1.8+
other dependencies will be handled by maven
Commands:
(in project root)
```bash
$ mvn package
$ mvn exec:java
```
## Github Page ##
Main page for this project can be found following the link below.
The page also contains html version of project's full javadoc
http://almasb.github.io/mmorpg/