My previous game Summit seemed not too challenging so here's a new version which is a combination of Summit with Snake.
In this game you make trails of numbers and other signs like +, =, -, * and /.
These trails must form valid equations like: 7+6=13.
The longer the trails, the more you score.
You like Candy Crush Saga? Alphabetty? Well here's Summit.
In this game you make trails of numbers and other signs like +, =, -, * and /.
These trails must form valid equations like: 7+6=13.
The longer the trails, the more you score.
Note: no touch functionality yet :|
Langton's ants is another cellular automata project which I coded in JavaScript and I used the html5 <canvas> element. For a description of Langton's ants look here on wikipedia.
Click the image to play with it.
A demo keyboard for touch devices.
Only in Dutch and English at the moment.
Although it will adapt to any language after a while.
Cellular automata: Conway’s life, now running in your (modern) browser, I coded it in JavaScript and I used the html5 canvas element.
What makes this version special is that you can stop the program and wind it back, step by step, all the way to it's initial state.
So when you see an interesting shape emerging, you can trace back how it evolved. Click the image to try.