# Prix Ars Electronica 2026

**Frozen submission bundle** — place Prix Ars Electronica 2026 files here. Structure guide: [Submission & series structure](../../docs/submission-and-series-structure.md).

## Live URL (submit this)

_TBD — add the primary entry HTML, then paste its full URL here before you submit._

Example pattern:

`https://mark-walhimer.com/sketches/2026-ars-electronica/{entry}.html`

## Opportunity

| Field | Value |
|-------|--------|
| Opportunity | Prix Ars Electronica 2026 |
| Folder | `sketches/2026-ars-electronica/` |
| Entry URL | _TBD_ |
| Submitted | _TBD_ |

## Add files here

1. Copy the work(s) you are submitting into this folder (or add subfolders per piece).
2. Name the **public entry** descriptively (not internal build names).
3. Update this README with the exact **submit URL**.
4. Add links in `index.html`.
5. Register any new files in `sketches/index.html` → `SERIES` if needed.
6. Push, then paste the submit URL into the Ars Electronica form.

## Likely sources elsewhere in the repo

Candidates to locate and copy from (verify which you actually submitted or plan to submit):

| Work | Current path |
|------|----------------|
| Shared Ground | `sketches/shared-ground__3_.html` |
| Living Commons | `sketches/living-commons.html`, `installations/living-commons.html` |
| Surrender Machines | `sketches/surrender-machines.html`, `installations/surrender-machines.html` |
| Traveling Landscape | `sketches/traveling-landscape/`, `installations/traveling-landscape.html` |

Edit freely until submission; **freeze** this folder after you file.

## GitHub

Repo: [walhimer-studio/walhimer.github.io](https://github.com/walhimer-studio/walhimer.github.io)

Path: `sketches/2026-ars-electronica/`

## Run locally

```bash
cd sketches/2026-ars-electronica
python3 -m http.server 8765
```

Open http://localhost:8765/index.html
