https://github.com/kchapelier/procjam2014
Black Sea, a #procjam 2014 experiment
https://github.com/kchapelier/procjam2014
Last synced: 7 months ago
JSON representation
Black Sea, a #procjam 2014 experiment
- Host: GitHub
- URL: https://github.com/kchapelier/procjam2014
- Owner: kchapelier
- License: mit
- Created: 2014-11-08T00:02:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-20T11:50:05.000Z (almost 11 years ago)
- Last Synced: 2025-01-13T22:16:44.625Z (9 months ago)
- Language: JavaScript
- Homepage: http://itch.io/jam/procjam/rate/13748
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# procjam2014
http://itch.io/jam/procjam ヽ( ̄д ̄;)ノ


## TODO
- [X] Better post processing of islands and generic places name WMC models
- [X] Fix the possible infinite loop issue on WMC (or fix the data set to make it impossible)
- [X] Store a map for each continent / island
- [X] Implement continents / island highlighting
- [X] Sprinkle some cities on top of the continents
- [X] Mix alternatives propensity height map algorithms for water and earth bodies
- [ ] Alternative renderers ?
- [X] Use Web Workers
- [X] Make sure a single seed always return the exact same map
- [X] Make sure it also works on Firefox at the very least
- [X] UI with parameters for generating the map
- [ ] UI : enable visualisation of different partial maps (propensity map, height map, continent map, ...)
- [X] "Save map as png" functionality
- [X] Post on itch.io (http://itch.io/jam/procjam/rate/13748)
- [X] Public hosting (http://www.kchapelier.com/blacksea/)