import init from '/games/speeed/speeed.js' let btn = document.getElementById("start-game-btn"); btn.addEventListener("click", () => { init() }) Controls Move - Left/Right arrows Jump - Space Slam - Down arrow Hint: You can rebind the keys!
import init from '/gallery/floral/floral.js' init() Hint: Refresh the page for more patterns! This is a fun generative art piece I made inspired by plant growth and the emerging patterns in nature that arise from simple rules. The working principle is based on agents traversing a square grid, leaving a trail as they move. There are different types of agents, each with…