An open API service indexing awesome lists of open source software.

https://github.com/phptuts/snake_game_ty


https://github.com/phptuts/snake_game_ty

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Snake Game

## [DEMO](https://phptuts.github.io/snake_game_ty/)

## [Starting Code](https://github.com/phptuts/snake_game_ty/archive/starter-code.zip)

## [Video Tutorial](https://www.youtube.com/watch?v=kMJM6VHdfcc&feature=youtu.be)

## Description

To build this game we used a javascript framework called
[Svelte.js](https://svelte.dev/). In order to complete this tutorial you will
need to know a little bit of HTML, CSS, and Javascript.

## Example Links

[Props](https://svelte.dev/examples#declaring-props)

[If Template](https://svelte.dev/examples#if-blocks)

[Each Template](https://svelte.dev/examples#each-blocks)

[Dom Events](https://svelte.dev/examples#dom-events)

[Reactive Declarations](https://svelte.dev/examples#reactive-declarations)

[Svelte Window](https://svelte.dev/examples#svelte-window)

[Svelte Shorthand Props](https://svelte.dev/repl/72808c5cdce14fc6862e1661b68d8809?version=3.22.2)