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.
- Host: GitHub
- URL: https://github.com/jukkakoskinen/wireworld
- Owner: jukkakoskinen
- Created: 2022-08-14T17:49:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T16:44:58.000Z (about 3 years ago)
- Last Synced: 2025-01-26T14:14:45.911Z (9 months ago)
- Topics: svelte, wireworld
- Language: Svelte
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```