Giter VIP home page Giter VIP logo

the-legend-of-link's Introduction

The legend of Link

Small project over 7 weeks on the theme of zelda-likes. Use the MVC model with javafx.

Development

Make Maven wrapper

mvn -N io.takari:maven:wrapper

Install source with javadoc

./mvnw dependency:sources

Install Tiled for edit zones

Source

without git

curl -g https://codeload.github.com/Dashstrom/The-Legend-of-Link/zip/refs/heads/master --ouput The-Legend-of-Link.zip
tar xf The-Legend-of-Link-archive.zip
cd The-Legend-of-Link-master

with git

git clone https://github.com/Dashstrom/The-Legend-of-Link.git
cd The-Legend-of-Link

Windows prerequisite

As administrator (not mandatory)

where java
# replace your Path by jdk-X or jre-X
setx JAVA_HOME 'Path'

Build standalone jar

.\mvnw -T 2C clean package

Run game

java -jar target/the-legend-of-link-1.0.1-jar-with-dependencies.jar

Proxy Maven

Sometimes you need to configure your society proxy.

~/.m2/settings.xml

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" 
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
    <proxies>
        <proxy>
            <id>id</id>
            <active>true</active>
            <protocol>http</protocol>
            <username>username</username>
            <password>password</password>
            <host>host</host>
            <port>port</port>
            <nonProxyHosts>local.net|some.host.com</nonProxyHosts>
        </proxy>
    </proxies>
</settings>

.mvn/jvm.config

-Dhttp.proxyHost=host 
-Dhttp.proxyPort=port 
-Dhttps.proxyHost=host 
-Dhttps.proxyPort=port 
-Dhttp.proxyUser=username 
-Dhttp.proxyPassword=password

the-legend-of-link's People

Contributors

dashstrom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.