topheman / snake-pipe-rust

🦀 A snake game based on stdin/stdout (+tcp and unix sockets) in rust
MIT License
12 stars 1 forks source link

[Feat] Simplify js renderers workflow #38

Closed topheman closed 7 months ago

topheman commented 7 months ago

Currently, when you work on js renderers for snakepipe render-browser in static/renderers, each time you make a change, you need to:

Web developers are used to a more immediate feedback loop.

Lets provide a better experience.