Example App - Snake game
Hi everyone,
Find this snake game as a good example. Snake's board is implemented based on loop directive.
Features used in this example
- loop directive (snakes board as loop binder state)
- if directive (addition/removal of play button)
- events (all click events)
- binder (showing game score as HTMLElement binder state)
Repository link: snake-game-creamie Demo link: snake.creamie.io
If you are new to this framework Get start now
Trying to contribute? Give a pull request here
If anyone have queries regarding creamie app development ping us in community
Cheers!