https://github.com/core23/dicewars
DiceWars Java port
https://github.com/core23/dicewars
first-project game java risk
Last synced: 9 months ago
JSON representation
DiceWars Java port
- Host: GitHub
- URL: https://github.com/core23/dicewars
- Owner: core23
- License: mit
- Created: 2019-03-25T17:11:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:39:31.000Z (about 5 years ago)
- Last Synced: 2025-02-14T04:48:43.690Z (over 1 year ago)
- Topics: first-project, game, java, risk
- Language: Java
- Homepage: https://core23.de
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Java DiceWars
=============
## Disclaimer
This is one of my first Java projects I did around 2010, so it's far away from modern coding standards.
I'd like to open source some of my work, because I like these games and it could inspire young java developer trainees.
## About the game
The game is quit similar to [Risk](https://en.wikipedia.org/wiki/Risk), but the original idea came from a Flash game
with the name DiceWars by GameDesign.
## Development
Start the game
```
$ mvn exec:java
```
Build the project and create a runnable JAR
```
$ mvn package
```
## License
This bundle is under the [MIT license](LICENSE.md).