Skip to content

zwimer/RPI-Campus-Paths

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
GUI
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

RPI-Campus-Paths

Are you a new student at RPI, someone who often gets lost, or a returning student who is trying to locate a building you had heard of but never visited? If so, this application is for you! RPI-Campus-Paths finds the shortest walk-able path between any two points at RPI. This application gives the user's instructions on how to get from point A to point B using known landmarks, a map, and even using the cardinal directions.

Disclaimer

This application was made with a finite set of data points in the year 2015. It uses RPI's campus map of 2015 for it's information.

Requirements

This application was written in Java 8, and requires a compiler which supports it

Installation Instructions:

First, cd into the directory you would like to install this application in

Then git clone this repository and cd into it

git clone https://github.com/zwimer/RPI-Campus-Paths
cd RPI-Campus-Paths

Compile the program as follows

mkdir build && javac GUI/RPICampusPathsMain.java -d build/ 

Finally relocate the 'MapInfo' directory

mv MapInfo/ build/MapInfo/

Usage

This application takes no arguments. Run it as follows

cd build
java GUI/RPICampusPathsMain

About

A helpful tool for RPI students who often get lost.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages