The Things I Call Games

Future home of "Game" Projects that I plan to be making.

This page will likely use js to dynamically display either a catalog of Games or the choosen Game. This will allow for many game pages without creating a maintence burden of having individual pages for each Game. I've done this before with php/mysql for video content but as 2 pages, catalog page and content page. That was a complex project and I want this to be much simpler.

TODO: Make dir for Game files. Each Game(*.wasm) will have an accompaning *.md file.
TODO: Import js functions from Blog page.
TODO: Write a js html gen to populate article with the *.wasm and *.md contents below it.
TODO: Write a js handler to parse the GET and decide to show catalog(no GET or paginate) or Game(GET is a valid Game name).

GOAL: Dynamically populated single page for my projects using a Dynamically Generated catalog of self referential links.