Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Create your own visualization at [TileFlip](https://vinaybhaip.com/TileFlip).

This generator allows you to code one rule that applies to each tile leading to a visualization. The rule you write is a function that takes in an object context and returns the state of the tile from 0 to 1. For example, to make all tiles grey, you write

```
```javascript
function rule(ctx){
return 0.5;
}
Expand Down Expand Up @@ -52,4 +52,4 @@ Note that sharing the URL of your work will only preserve the initial state from

## About

I was inspired to make this by the really cool [tixy.land](https://tixy.land). If you still have questions, reach out to me at *contact @ vinaybhaip.com*.
I was inspired to make this by the really cool [tixy.land](https://tixy.land). If you still have questions, reach out to me at *[contact@vinaybhaip.com]( mailto:contact@vinaybhaip.com)*.