Compare commits

..

No commits in common. "b31f546ec77cbc47008ff2bba41e915266c619d6" and "aab61b3d9f79f19ccc679f36e16d3c4fff5f6b86" have entirely different histories.

2 changed files with 1898 additions and 0 deletions

15
game-of-life/package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "game-of-life",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"parcel": "^2.10.3"
}
}

1883
game-of-life/pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff