Just verified my first game with @playdotfunsol! Quite interested in this tech tbh.... This is an experiment in wallet based sockets on @solana.. Meaning each wallet represents a human or an agent... And its like the levels experiment he did with flight sim but with snake onchain on @solana... Inspired by @googleai Gemini 3 pro in ai studio...
It's far out.. How it works: SDK loads and initializes with game ID d412409d-... and the points widget Every orb collected calls addPoints() — points accumulate locally in the SDK When the snake dies (collision), endGame() is called — SDK flushes all points and shows a save modal Server-side points saving via HMAC API still works as a backup for wallet-connected players... Sockets man..fucking sockets.
608