hyperscape
Build and run a 3D multiplayer fantasy game world
All Skills in This Repository (24)
Pure Emerald Level IndicatorsADR Assistant
Create and analyze Architecture Decision Records with consistent templates.
Type Safety Guardian
Review TypeScript code for type safety violations and suggest improvements.
testing-helper
Generate unit, integration, and E2E test templates for ElizaOS plugins.
golden-path-creator
Define and enforce golden path standards for new microservice development.
architecture-decision-recorder
Create Architecture Decision Records with structured templates for context, decision, and consequences.
bundle-analyzer
Analyze JavaScript bundle size and suggest optimizations for web applications.
lighthouse-ci-integrator
Integrate Lighthouse CI into GitHub Actions workflows to monitor Core Web Vitals.
nextjs-page-generator
Generate Next.js 13+ pages, components, and API routes with App Router.
compliance-auditor
Scan codebases for compliance issues across SOC2, HIPAA, GDPR, and PCI-DSS frameworks.
character-generator
Generate ElizaOS AI character configurations with personality traits, knowledge bases, and plugins.
create-memory
Create structured memory files documenting project learnings and decisions.
log-aggregation-configurator
Configure centralized logging pipelines for ELK, Loki, or Splunk.
Frequently Asked Questions
FAQPage SchemaHow to install Hyperscape?โผ
Run `npx skills add HyperscapeAI/hyperscape --all -g -y` in your terminal to install all skills in this suite globally.
What is Hyperscape used for?โผ
It is an open-source 3D multiplayer fantasy game engine where autonomous characters and human players share a persistent online world with combat, skills, and an economy.
Can I add game content without writing code?โผ
Yes. NPCs, items, shops, and world areas are defined in JSON manifest files, so you can add content without touching the engine source code.
Does Hyperscape require WebGPU?โผ
Yes. The game only renders with WebGPU in Chrome 113+, Edge 113+, or Safari 17+. There is no WebGL fallback, and the agent rules forbid adding one.
Can AI agents play the game autonomously?โผ
Yes. The built-in ElizaOS plugin lets autonomous characters fight, train skills, trade, and make decisions in the world, with a spectator mode to watch them play.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core