GithubHelp home page GithubHelp logo

javaneversleep / udemy-tankwar Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 4.0 1.55 MB

Udemy课程“放码过来!新版Java坦克大战”源代码

Home Page: https://www.udemy.com/course/java-tank-war/?couponCode=JAVANEVERSLEEP-MAY

License: MIT License

Java 100.00%

udemy-tankwar's Introduction

放码过来!新版Java坦克大战

Build Status codecov

此项目为Udemy在线课程“放码过来!新版Java坦克大战”现场编码结果,建议您与参考实现互相对照。如果您对Java编程语言不够熟悉,建议您先使用我录制的免费Java初阶课程“放码过来!作个Java实战派”补足所需的知识与技能。

开发环境及相关备忘

  • 基于JDK8,IDEA 2019.1,MAVEN
  • 集成Travis
  • 也可以使用exe4j或install4j构建Windows可执行程序或安装程序
mvn clean package
mvn dependency:copy-dependencies -DoutputDirectory=target/libs -DincludeScope=compile -DexcludeArtifactIds=lombok
set DIST_DIR=%USERPROFILE%\Downloads\TankWar\
copy target\tankwar-1.0-SNAPSHOT.jar %DIST_DIR%\libs\tankwar.jar /y
xcopy target\libs\*.jar %DIST_DIR%\libs\ /d /y /q
xcopy assets\*.* %DIST_DIR%\assets\ /d /y /e /q
exe4jc tankwar.exe4j
install4jc tankwar.install4j

可参考模板文件tankwar.exe4jtankwar.install4j,同时自行修改其中与环境绑定依赖的内容

参考资源

License

See the LICENSE file for license rights and limitations (MIT).

udemy-tankwar's People

Contributors

ny83427 avatar

Stargazers

 avatar  avatar  avatar  avatar manin avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.