EcoShift playable alpha · Accueco’s first browser game is ready for public testing. Play now

Technology vision

A lightweight web platform built for playful scale.

Pure PHP, MySQL, HTML5, CSS3 and modern JavaScript—chosen for speed, control, maintainability and direct deployment on Accueco’s existing hosting.

Architecture decision

Own the core experience.

Accueco avoids unnecessary frameworks and external runtime dependencies in the launch build. The result is a smaller payload, a clearer codebase and fewer third-party failure points.

Interface

HTML5 + CSS3

Semantic structure, responsive components, native animation and accessible interaction patterns.

Game runtime

JavaScript ES6+

Modules, Canvas, browser storage and reusable systems without a front-end framework.

Application layer

PHP 8.2

Reusable templates, secure endpoints and future account or administration services.

Data layer

MySQL

Reserved for features that genuinely need server-side persistence; no database is required for Stage 5.

Meters indicate current implementation emphasis, not benchmark scores.

Reusable game architecture

One shell. Many energy worlds.

Each game will share reliable platform services while keeping its own mechanics, art direction and learning goal. That allows the library to grow without rebuilding navigation, accessibility and scoring from zero.

ACCUECO shared game shell
Controlstouch · mouse · keyboard
Feedbackscore · hints · learning
Progresslocal first · accounts later
Accessresponsive · reduced motion

System layers

Build only what creates player value.

01

Public experience

Company pages, game discovery, accessible navigation, metadata and social-ready storytelling.

  • Live foundation
  • Server-rendered PHP templates
  • No account required
02

Game engine

A modular JavaScript shell for scene state, inputs, scoring, pause, audio and learning feedback.

  • EcoShift alpha now playable
  • Canvas only where useful
  • Touch and keyboard parity
03

Server services

Small, validated PHP endpoints for features that cannot safely remain only in the browser.

  • Not required for Stage 6A
  • Prepared for PDO
  • Credentials outside public_html
04

Participation

Future challenges, optional accounts and partner modes introduced only with moderation and privacy controls.

  • Roadmap, not a current claim
  • Data minimization first
  • Scale after evidence

Engineering guardrails

Fast should also mean responsible.

Progressive enhancement

Core content remains readable even when an animation or optional script is unavailable.

Reduced-motion support

Visitors can suppress nonessential motion through their operating-system preference.

Private configuration

Future database secrets live outside the public document root, not inside downloadable code.

Measured dependencies

No CDN library is added merely for convenience; every dependency must justify its cost and risk.

Playable technical milestone

Explore the first energy system running on the Accueco platform.