summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2024-03-10simulator: Add template filesNicolas Paul
The new simulator is a simple Web application composed of a single HTML document. A controler script is available in //life2/simulator/site/simulator.js to manage the game displayed on the page. The board will be represented in a <canvas> element, using the Canvas Web API. Close: https://github.com/nc0fr/life2/issues/6 Signed-off-by: Nicolas Paul <n@nc0.fr>
2024-02-22Création du workspace NPMNicolas Paul
Un Workspae NPM permet d'utiliser l'écosystème de module de NPM au sein d'un monorepo. Signed-off-by: Nicolas Paul <n@nc0.fr>
2024-02-05Initial commitNicolas Paul
Signed-off-by: Nicolas Paul <n@nc0.fr>