https://github.com/robertmuth/webwhorld
version of whorld running in the browser
https://github.com/robertmuth/webwhorld
Last synced: over 1 year ago
JSON representation
version of whorld running in the browser
- Host: GitHub
- URL: https://github.com/robertmuth/webwhorld
- Owner: robertmuth
- License: gpl-3.0
- Created: 2018-05-16T01:42:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T18:06:33.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T04:51:40.885Z (over 1 year ago)
- Language: JavaScript
- Size: 1.65 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebWhorld
[Live Demo](http://art.muth.org)
## Features
* GPL 3 Licensed
* Implemented in [Dart](https://www.dartlang.org)
* Code at [https://github.com/robertmuth/WebWhorld]


Based on Chris Korda's [Whorld](http://whorld.org)
### How to build a release
The `build/` directory contains a working copy consisting of a `.html` and a `.js` file.
To build your own:
* install the [dart sdk](https://webdev.dartlang.org/tools/sdk)
* get required packages `make get`
* transpile the code `make release`
* serve the code `cd build ; python3 -m http.server 8877`