MaciejMi / Road

This project was created for desktop computer programming classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Road

This project was created for desktop computer programming classes.

image

image

image

image

Introduction

So first of all is generate button and this button is used to generete points. The first point is blue, and the last one is red.

Second button is "Only Near" and this button is used to generate road by distance between current point and other points.

Third button is "By distance" and this button is used to generate road like button "Only Near", but in addition this button can generate road also by distance to the last point (red point).

Fourth button is "Clear" and this button is used to clear your jPanel.

Run Locally

To run Road, run this command on your git bash:

Linux and macOS:

sudo git clone https://github.com/MaciejMi/Road.git

Windows:

git clone https://github.com/MaciejMi/Road.git

About

This project was created for desktop computer programming classes


Languages

Language:Java 100.0%