LeCodesdocs
Now serving v1.0.0

Build, publish and share code — straight from the browser.

LeCodes turns a snippet into a live, shareable app in seconds. No setup, no servers — just an editor, a deploy, and a link.

neon-runnermain
App.jsstyles.css
1import { screen, state } from 'lecodes'
2
3const score = state(0)
4const best = state(3980)
5
6function tap() {
7 score.value += 10
8}
9
10export default screen({
11 title: 'Neon Runner',
12 score, best,
13 onTap: tap,
14})
JavaScript · UTF-8 · Ln 14, Col 3
9:41
Neon RunnerAR
Счёт1 240Рекорд 3 980
ИгратьПоделиться