Upped a version and updated the README.md

This commit is contained in:
Bram van der Veen 2017-01-24 20:06:55 +01:00
parent 3a8803318b
commit e4f0889a34
2 changed files with 3 additions and 2 deletions

View file

@ -2,9 +2,10 @@
![galaxygen in urxvt](https://i.imgur.com/lrZOJWy.gif) ![galaxygen in urxvt](https://i.imgur.com/lrZOJWy.gif)
*Note: I just updated the main code to a newer version, I also refactored most of the code to ES6 standards.*
A quite complex galaxy generater based on the work seen [here](http://loewald.com/galaxy). A quite complex galaxy generater based on the work seen [here](http://loewald.com/galaxy).
I'm currently making a game that needed a generated galaxy, so I thought that someone else could maybe use this tool as well. I'm currently making a game that needed a generated galaxy, so I thought that someone else could maybe use this tool as well.
In this newer version (v1.1.0) I took care of some inconsistencies that caused the program to spit out different galaxies on the same seed.
Have fun! Have fun!

View file

@ -1,6 +1,6 @@
{ {
"name": "galaxygen", "name": "galaxygen",
"version": "1.1.0", "version": "2.0.0",
"description": "A galaxy generator based on loewald.com/galaxy", "description": "A galaxy generator based on loewald.com/galaxy",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {