Public-facing games site for the current lineup, plus public-safe Game Development, curated Review Coverage, Games News, and Release Calendar surfaces.
This repo is set up as a static GitHub Pages site. It intentionally does not include the private local-launch controls from the desktop hub. Instead, it acts as the public layer where game pages, screenshots, demos, store links, shared craft guidance, aggregated news, and curated games data can grow over time.
Games News is split into four public rails:
Game Dev NewsGaming NewsGames ReviewsGames Previews
Those Reviews and Previews rails are curated coverage from the wider games press. They are not intended to become a personal house-review publication.
The public shell now uses the Arcade design system and focused pages instead of cramming everything into one surface:
releases.htmlfor the Arcade release radar and platform-filtered schedulegames.htmlfor the full lineupgame-development.htmlfor public-safe craft/referencenews.htmlas the news landing pagenews-development.html,news-gaming.html,news-reviews.html, andnews-previews.htmlfor the four feed railsreviews.htmlfor review/previews coverage navigationcalendar.htmlas a compatibility alias for the release radarevents.htmlfor conferences, showcases, awards, local times, and official watch links
The current launch shell is designed as an editorial watch desk rather than a repo index:
- a stronger homepage built around launch radar, labelled provisional data, and featured public candidates
- a cleaner masthead and page framing across the whole public shell
- more deliberate separation between lineup, coverage, releases, and events
- a shared footer across every route with GameTrackDaily links, project links, contact/source links, and Elusion Works as the umbrella home
Release Calendar now stays focused on Windows PC, Xbox, and PlayStation release tracking, while Events handles conferences, showcases, and awards with local-time drill-downs and official watch destinations.
That news layer is filtered to Windows PC, Xbox, and PlayStation. Xbox and PlayStation coverage should use specific model or service tags such as Xbox Series X, Xbox Series S, PlayStation 5, Xbox Game Pass, or PlayStation Plus where the source supports that detail.
- This repo is public-facing only.
- The private studio console stays in the separate local-only
local-hub/workspace and is ignored here. - Do not commit machine-local evidence, review captures, launch scripts, or internal planning notes.
- Keep this repo safe for GitHub Pages and public browsing.
- Treat
shared/game-development/,shared/game-reviews/, anddata/as public-safe shared content the private console may also consume.
python -m http.server 8790Then open http://127.0.0.1:8790.
The repo includes a GitHub Pages workflow in .github/workflows/deploy.yml.
Once GitHub Pages is enabled for the repository, pushes to main will publish the site automatically.
- Keep visible naming aligned with
GameTrackDaily. - Treat this as a public showcase and reference surface, not an operations dashboard.
- If a change only helps local management, it belongs in the private console, not this repo.