dune2themaker4j

Dune 2 The Maker in Java

Github星跟踪图

Dune 2 - The Maker

Build Status Coverage Status Known Vulnerabilities Codacy Badge

Goal

This project aims to deliver a complex Real Time Simulation Strategy Game. If you want to get a feel of where this project will be going, check out the wiki pages.

Getting started

This project is set up using slick2d-maven.

You need git and maven installed. Also you need to have java version 1.8.

Using jenv? Then you would not need to do anything particular. A .java-version is provided.

Running the game

  • git clone this project
  • run mvn clean package
  • in the target/d2tm-<version>-SNAPSHOT-release run game.sh (or game.bat depending on your OS)

Running with test coverage report

This project uses jacoco to generate test coverage reports, which are also reported to coveralls.

If you want to generate a local report, just run:

mvn clean test jacoco:report

Then to view the test report, just open target/site/jacoco/index.html

Progress

For every feature or improvement a small tech demo is created and posted at youtube. These demos are grouped by milestone:

Development

Import the project using your favorite IDE.

You can run or debug the project by executing the Game class.

Linking to native binaries

If you run into a java.lang.UnsatifsiedLinkError, you need to add the following VM Arguments to your run configuration: -Djava.library.path=target/natives

Contributing / Helping out

Not sure how you can help? There are tons of ways:

Spread the word

The more people know about this project, the more people can help out and send feedback. I'd love to hear feedback about the game.
That could be technical feedback, or about game mechanics, game ideas, etc.

Code changes

Want to help out coding? Great! By looking at the milestones you get a general idea about priority, or you can just
fix a bug from the buglist. Whatever floats your boat.

Fork this project, create Pull Request and submit it.

Found a bug?

Make sure it is not listed here. If not, feel free to create one.

主要指标

概览
名称与所有者Fundynamic/dune2themaker4j
主编程语言Java
编程语言Java (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2012-10-01 20:36:52
推送于2020-11-16 18:54:29
最后一次提交2020-11-16 19:54:23
发布数3
最新版本名称v0.0.3-alpha (发布于 )
第一版名称v0.0.1-alpha (发布于 )
用户参与
星数62
关注者数14
派生数19
提交数1k
已启用问题?
问题数137
打开的问题数55
拉请求数51
打开的拉请求数2
关闭的拉请求数3
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?