summaryrefslogtreecommitdiffstats
path: root/site/main.mjs
Commit message (Collapse)AuthorAgeFilesLines
* add bouncing when hitting arena edgeBrian Cully2025-12-181-2/+28
|
* rust, js: do plain old object translation is wasm. use workersBrian Cully2025-12-181-15/+14
|
* js: move robo state to workerBrian Cully2025-12-171-77/+84
|
* js: aestheticsBrian Cully2025-12-161-1/+1
|
* js: don't run extra tick/frame after haltenblinkenBrian Cully2025-12-161-3/+9
|
* html: animate independently of tick rate, reorg a lot of htmlBrian Cully2025-12-161-30/+67
| | | | | i should have done this in more commits, but i'm not going to go back and fix it now.
* rename velocity to speedBrian Cully2025-12-161-3/+3
| | | | mass is a scalar quantity
* js: set fps to 30 and use a circle for the avatarBrian Cully2025-12-161-3/+7
|
* js: put x/y coords in robo object, not globalBrian Cully2025-12-151-33/+38
|
* js: remove debuggingBrian Cully2025-12-151-1/+0
|
* html: add arena canvas and update robo from codeBrian Cully2025-12-151-0/+47
|
* load forth from serverBrian Cully2025-08-251-0/+26
|
* move html stuff into ‘site’Brian Cully2025-08-241-0/+156