Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 2.13 KB

File metadata and controls

40 lines (30 loc) · 2.13 KB

GenXdev.Queries.Websites

Overview

GenXdev.Queries.Websites opens specialized web applications and simulations — Conway's Game of Life, a viral outbreak simulator, an interactive timeline, the YAB game and its AI battle mode, and the GenXdev progressive webapp catalog.

These are just some personal PWA projects of the GenXdev module's developer.

What It Offers

Command Aliases What it does
Open-GameOfLife gameoflife, conway Open Conway's Game of Life simulation
Open-ViralSimulation viral Open a viral outbreak simulation
Open-Timeline timeline Open an interactive timeline showing current time, date, century
Open-Yab yab Open the YAB game
Open-YabAIBattle yabbattle Open the YabAI Battle game
Open-GenXdevAppCatalog appcatalog Open the GenXdev progressive webapp catalog

How It All Comes Together

Each cmdlet opens a web application in a browser window:

  • Open-GameOfLife (gameoflife, conway) — Conway's Game of Life simulation
  • Open-ViralSimulation (viral) — viral outbreak simulation
  • Open-Timeline (timeline) — interactive timeline
  • Open-Yab (yab) — the YAB game
  • Open-YabAIBattle (yabbattle) — YabAI Battle game
  • Open-GenXdevAppCatalog (appcatalog) — GenXdev progressive webapp catalog

See Also