TSUTAYA

非日常を楽しんでください

SaturnVoyager

<html> <head> <title> <!DOCTYPE html><html><head> <title>SaturnVoyager</title> <meta charset="utf-8" /> <style> #space { width: 800px; height: 800px; touch-action: none; } #START { position: absolute; left: 200px; top: 200px; } </style> <script> "use strict" var stars = [], keymap = …</meta></head></html>

15 puzzle

<html> <head> <title>15 puzzle</title> <meta charset="UTF-8"> <style> .tile { width: 70px; height: 70px; border: 1px solid rgb(105, 255, 0); border-radius: 10px; text-align: center; font-size: 30px; color: rgb(210, 40, 40); background-color: rgb(0, 0, 0); box-shadow: rgb(201, 11, 255…</meta></head></html>