https://github.com/phptuts/snake_game_ty
https://github.com/phptuts/snake_game_ty
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phptuts/snake_game_ty
- Owner: phptuts
- Created: 2020-05-12T16:45:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T01:47:55.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T01:27:38.346Z (over 1 year ago)
- Language: HTML
- Size: 4.35 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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)