We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 175c747 + 5e9034b commit cc2eb69Copy full SHA for cc2eb69
data/images/tams-tools.png
467 KB
data/projects.js
@@ -1,6 +1,13 @@
1
// When you add a new project, please add it to the top of the array!
2
3
export default [
4
+ {
5
+ name: 'TAMS Tools',
6
+ description: 'A set of tools for teaching and learning computer science built with Cycle.js',
7
+ repository: 'https://github.com/laszlokorte/tams-tools',
8
+ homepage: 'https://thesis.laszlokorte.de/',
9
+ screenshot: 'data/images/tams-tools.png'
10
+ },
11
{
12
name: 'Cycle Conway',
13
description: 'Conway\'s Game of Life built with Cycle.js',
0 commit comments