add main to tumble example
fix alpha channel colors
add grid write and tests
update todo
update todo
js and time now in default imports
pretty
either import all, or check for Scratchpads
fix json syntax
add snake2, more modular version of snake
keep simple snake game simple, with some problems to fix later
update todo
don't allow snake target to appear on snake tail
allow colorat to take a 2-tuple
allow colorat to take a 2-tuple
add help
update todo
allow line and lineto to take points as 2-tuples
improve help
update todo
update todo
continue help
update todo
add help page
update todo
add turtle toward, dist, lineto
add life example
todo item done
add _abandoned. Always clean up Scratchpads
fix grid off-by-1. time is now always available
fix round-trip for color rgb/rgba values
Fix grid checks and random off by 1.
update todo
update todo
add examples
when initializing, import all examples
update todo
hack until turtle color gets fixed
use new Tri. Simplify Turtle initialization
fab Tri isosceles
import pi
update todo
fix broken run()
unused code
switch to getkey
update todo
grid examples fixes
Fix starting from new/empty storage done.
finish project import. Add project remove. Fix starting from new/empty storage
update todo
update examples
update todo
update examples
add speedtest
update todo
improve readme
update readme
add grid()/fabric() commands to change renderer
fix space/return getkey
update todo
save code when loading another project or closing tab
update todo
fix run with no main()
counters going too far after buffer size was reduced
fix resize better
fix resize
fix True/False output
todo item complete
todo item complete
make sure that shared globals are restored when changing render module
debug unused
clarify
recover if somehow project README gets deleted
todo item done
only show fps warning after n slow frames
update keyboard examples
also clear inputBuffer when grabbing keyboard
simplify keystate. Hook up new keyboard module.
add new keystate functions
update todo
add tick(fps) to run animation at given fps
missed a few color fixes in fab examples
missed a few color fixes in grid examples
improved CheckMessage!
bump mod ver
update todo
update CheckMessage COUNT and SLEEP depending on mode
fix keyboard focus problem
let ship and shots wrap
let ship and shots wrap
fix shot direction
makegrid no longer used
turtle improvements
update todo
allow turtle to restart line anywhere
Turtle refinements
add fabric polyline and Turtle example
update todo
bring math and share into standard imports
update todo