-
-
A brick pushing game
I had this idea for a variation on some well-known brick pushing games..
More bricks random in a field and try to exit through one of the green doors.
Have fun :)#html5 #css3 #aurelia
{}Escape
-
Pentomino puzzle game
- Try to arrange the pieces to fill the board
- More options come available in the menu as you find solutions.
- An auto-solver comes available as well (spoiler)
- Rewrite in Aurelia of previous Angular version, with a web worker as solver service -> fast!
Pentomino 2
-
A maze game
New approach to a maze game, in which the smileys need to meet; all move simultaneously in the same direction.
- Get the smileys together
- Avoid the evil ones :| they're smart!
With AureliaJS, html5, css3 and a web worker for some heavy lifting in the background.
{}Amazor 2
-
A tile sliding game
This is a game is inspired by 2048 and it is written with AureliaJs
- Move equal adjacent tiles over one another
- Get the highest tile in the middle
- Get as high as you can
- Click title to restart
1+1
-
Snake
The über known snake game, made with AureliaJS
{}Snake 2
-
Two player tactical game
It's not Go, it's not Snake, it's Gopix War - A two player tactical game.
- Click or tap the board to start game
- Move by using the arrow keys or by swiping
- Catch oponent or lemons to gain strength
- Larger attacker wins from defender
- Separated groups of pieces are lost
- Last single enclosed piece is lost
Gopix War
-
-
-
4 x 4 Image slide puzzle
Online version of the puzzle I coded in Delphi before. With three extra images now. Coded with javascript and jquery. Have fun… play it.
{}Slide puzzle
-
DigIt - a logic puzzle
Try to guess the three numbers by revealing no more than 10 segments of these digits.
My former employer, Richard Renken, had the idea for this game once. He made it out of cardboard. I did it in JavaScript.
{}DigIt
-
Make trails of correct equations to score points
Alphabetty inspired me to create 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 :|
{}Summit
-
Snake game combined with calculation
- In this game you make trails of numbers and operators like +, =, -, *
- These trails must form valid equations like: 7+6=13
SnakeIt
-
Snake game written in javascript / jquery
A javascript implementation of the über known snake game. Nothing new but it should run in any browser with javascript enabled on any platform with a keyboard.
{}Snake game
-