Skip to content

Commit cc2eb69

Browse files
committed
Merge pull request #4 from laszlokorte/tams-tools
Add tams-tools
2 parents 175c747 + 5e9034b commit cc2eb69

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

data/images/tams-tools.png

467 KB
Loading

data/projects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
// When you add a new project, please add it to the top of the array!
22

33
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+
},
411
{
512
name: 'Cycle Conway',
613
description: 'Conway\'s Game of Life built with Cycle.js',

0 commit comments

Comments
 (0)