forked from jeheydorn/nortantis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
32 lines (27 loc) · 1.56 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
To run the GUI, run RunSwing.java. For a command line interface, run MapCreator.java.
This project was built from a java verson of Amit Patel's island generator. The
island generator can be found here:
www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/
The java version by Connor Clark can be found here:
https://github.com/Hoten/Java-Delaunay.
In Connor Clark's REAME.txt file he asks that I include this copyright notice:
FORTUNE'S ALGORTIHIM
*
* This is a java implementation of an AS3 (Flash) implementation of an algorthim
* originally created in C++. Pretty much a 1:1 translation from as3 to java, save
* for some necessary workarounds. Original as3 implementation by Alan Shaw (of nodename)
* can be found here (https://github.com/nodename/as3delaunay). Original algorthim
* by Steven Fortune (see lisence for c++ implementation below)
*
* The author of this software is Steven Fortune. Copyright (c) 1994 by AT&T
* Bell Laboratories.
* Permission to use, copy, modify, and distribute this software for any
* purpose without fee is hereby granted, provided that this entire notice
* is included in all copies of any software which is or includes a copy
* or modification of this software and in all copies of the supporting
* documentation for such software.
* THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
* WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR AT&T MAKE ANY
* REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
* OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/