-
- Downloads
Solution to tutorial 3
Showing
- gameOfLife.js 59 additions, 92 deletionsgameOfLife.js
- gameOfLife.ts 77 additions, 0 deletionsgameOfLife.ts
- index.html 3 additions, 3 deletionsindex.html
- package-lock.json 280 additions, 0 deletionspackage-lock.json
- package.json 20 additions, 0 deletionspackage.json
- render.js 30 additions, 39 deletionsrender.js
- render.ts 37 additions, 0 deletionsrender.ts
- tsconfig.json 59 additions, 0 deletionstsconfig.json
gameOfLife.ts
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "tutorial-conway-life-t3", | ||
"version": "1.0.0", | ||
"description": "For the second tutorial, we're going to work with SVG, and CSS via SASS.", | ||
"main": "gameOfLife.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.une.edu.au:cosc360in2018/tutorial-conway-life-t2.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@types/d3": "^5.0.0", | ||
"typescript": "^2.9.2" | ||
}, | ||
"dependencies": {} | ||
} |
render.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment