mirror of
https://github.com/blackboxprogramming/simulation-theory.git
synced 2026-03-17 00:57:19 -05:00
18 lines
509 B
JSON
18 lines
509 B
JSON
{
|
|
"@context": "https://schema.org",
|
|
"@type": "SoftwareApplication",
|
|
"name": "Simulation Theory",
|
|
"description": "Interactive simulation theory explorer with physics engines, cellular automata, and computational universe models",
|
|
"applicationCategory": "EducationalApplication",
|
|
"operatingSystem": "Web",
|
|
"author": {
|
|
"@type": "Organization",
|
|
"name": "BlackRoad",
|
|
"url": "https://blackroad.io"
|
|
},
|
|
"offers": {
|
|
"@type": "Offer",
|
|
"price": "0",
|
|
"priceCurrency": "USD"
|
|
}
|
|
} |