Git Product home page Git Product logo

mundoencantado-pii-uvigo's Introduction

About The Project

Mundo Encantado (Role-Playing Game) project for "Programación II" subject in Telecommunications Engineering Degree at Universidad de Vigo (2019 - 2020)

Building The Project

  • Run the following command to compile every .java into a .class file: javac -d ./build *.java

    • Now you can run java MundoEncantado [args] inside the build directory to run the game.

    • Or you can package everything in to a single .jar file with the following command, also inside the build directory: jar cfm MundoEncando.jar manifest.txt *

      • And then run the game with java -jar MundoEncando.jar [args]

About The Code

Refer to Especificaciones.pdf for an in-depth explanation of the project, how the game works, the multiple ways of running the game, example files to use, and more.

The current version is 1.0.0, so changes related to version 2.0.0 are not implemented.

mundoencantado-pii-uvigo's People

Contributors

pirito10 avatar

Stargazers

 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.