An open API service indexing awesome lists of open source software.

https://github.com/jukkakoskinen/wireworld

Svelte implementation of Wireworld.
https://github.com/jukkakoskinen/wireworld

svelte wireworld

Last synced: 7 months ago
JSON representation

Svelte implementation of Wireworld.

Awesome Lists containing this project

README

          

# Wireworld

Svelte implementation of Brian Silverman's [Wireworld](https://en.wikipedia.org/wiki/Wireworld). Some of the templates copied from [Mark Gerarts' repository](https://github.com/mark-gerarts/wireworld-php).

## Developing

```bash
npm install && npm run dev
```

## Building

```bash
npm run build
```

## Template syntax

```
h = Electron head
t = Electron tail
# = Conductor
```