Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
ryanatkn.github.io/svelte-snake-sports
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Mar 23, 2024
1 parent 7110c0f commit df548ea
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1",
"public": true,
"icon": "🐍",
"homepage": "https://sss.ryanatkn.com/",
"homepage": "https://ryanatkn.github.io/svelte-snake-sports/",
"license": "Unlicense",
"author": {
"name": "Ryan Atkinson",
Expand Down
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
> games of [Snake](https://wikipedia.org/wiki/Snake_game)
> in [Svelte](https://github.com/sveltejs/svelte)
> and [SvelteKit](https://github.com/sveltejs/kit)
> [sss.ryanatkn.com](https://sss.ryanatkn.com/)
> [ryanatkn.github.io/svelte-snake-sports](https://ryanatkn.github.io/svelte-snake-sports/)
Play: [sss.ryanatkn.com](https://sss.ryanatkn.com/)
Play: [ryanatkn.github.io/svelte-snake-sports](https://ryanatkn.github.io/svelte-snake-sports/)

Watch the intro video: [youtube.com/watch?v=ciei8H6IOWk](https://www.youtube.com/watch?v=ciei8H6IOWk)

## sports

| 🐍 | sport | goal |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- | -------------------------------- |
| <a href="https://sss.ryanatkn.com/classsic"><img src="/static/assets/classsic.webp" alt="logo for classsic, macro photography of an adorable cartoon snake with big eyes next to a red apple on lush green moss in a realistic 3d video game in the style of Tim Burton" width="192" /></a> | [classsic](https://sss.ryanatkn.com/classsic) | eat many apples |
| <a href="https://sss.ryanatkn.com/ssspeed"><img src="/static/assets/ssspeed.webp" alt="logo for ssspeed, macro photography of a cute cartoon snake eating a red apple on lush green moss in a 3d video game" width="192" /></a> | [ssspeed](https://sss.ryanatkn.com/ssspeed) | eat apples asap |
| <a href="https://sss.ryanatkn.com/buncheses"><img src="/static/assets/buncheses.webp" alt="logo for buncheses, macro photography of an adorable green cartoon snake with huge cute eyes next to a pile of red apples on lush green moss, realistic 3d video game, digital art, vibrant, artstation" width="192" /></a> | [buncheses](https://sss.ryanatkn.com/buncheses) | eat many whole bunches of apples |
| <a href="https://sss.ryanatkn.com/trailsss"><img src="/static/assets/trailsss.webp" alt="logo for trailsss, macro photography of an adorable green cartoon snake with big cute eyes running towards a row of red apples in a line on lush green moss, realistic 3d video game, digital art, Pixar movie character, vibrant, artstation" width="192" /></a> | [trailsss](https://sss.ryanatkn.com/trailsss) | eat trails of apples |
| <a href="https://ryanatkn.github.io/svelte-snake-sports/classsic"><img src="/static/assets/classsic.webp" alt="logo for classsic, macro photography of an adorable cartoon snake with big eyes next to a red apple on lush green moss in a realistic 3d video game in the style of Tim Burton" width="192" /></a> | [classsic](https://ryanatkn.github.io/svelte-snake-sports/classsic) | eat many apples |
| <a href="https://ryanatkn.github.io/svelte-snake-sports/ssspeed"><img src="/static/assets/ssspeed.webp" alt="logo for ssspeed, macro photography of a cute cartoon snake eating a red apple on lush green moss in a 3d video game" width="192" /></a> | [ssspeed](https://ryanatkn.github.io/svelte-snake-sports/ssspeed) | eat apples asap |
| <a href="https://ryanatkn.github.io/svelte-snake-sports/buncheses"><img src="/static/assets/buncheses.webp" alt="logo for buncheses, macro photography of an adorable green cartoon snake with huge cute eyes next to a pile of red apples on lush green moss, realistic 3d video game, digital art, vibrant, artstation" width="192" /></a> | [buncheses](https://ryanatkn.github.io/svelte-snake-sports/buncheses) | eat many whole bunches of apples |
| <a href="https://ryanatkn.github.io/svelte-snake-sports/trailsss"><img src="/static/assets/trailsss.webp" alt="logo for trailsss, macro photography of an adorable green cartoon snake with big cute eyes running towards a row of red apples in a line on lush green moss, realistic 3d video game, digital art, Pixar movie character, vibrant, artstation" width="192" /></a> | [trailsss](https://ryanatkn.github.io/svelte-snake-sports/trailsss) | eat trails of apples |

Here's [the source code](https://github.com/ryanatkn/svelte_snake_sports/tree/main/src/lib/sports)
for each sport.
Expand Down Expand Up @@ -68,7 +68,7 @@ for an interview in React. Today I use Svelte instead and I continue to enjoy
[Snake](https://wikipedia.org/wiki/Snake_game)
for thinking through frontend development patterns.
This project started as
<a href="https://sss.ryanatkn.com/classsic">a port</a>
<a href="https://ryanatkn.github.io/svelte-snake-sports/classsic">a port</a>
of the React version to my current Svelte patterns (with some experiments and hacks)
and it's growing from there.

Expand All @@ -85,7 +85,7 @@ and deep enough to hold the interest of more advanced students like myself.
> (though it's trivially inferred; also it's archived/readonly)
on the web:
[sss.ryanatkn.com](https://sss.ryanatkn.com/)
[ryanatkn.github.io/svelte-snake-sports](https://ryanatkn.github.io/svelte-snake-sports/)

## credits 🐢<sub>🐢</sub><sub><sub>🐢</sub></sub>

Expand Down
2 changes: 1 addition & 1 deletion src/lib/sports/buncheses/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- [BunchesesSnake.svelte](./BunchesesSnake.svelte)

<a href="https://sss.ryanatkn.com/buncheses"><img src="/static/assets/buncheses.webp" alt="logo for buncheses, macro photography of an adorable green cartoon snake with huge cute eyes next to a pile of red apples on lush green moss, realistic 3d video game, digital art, vibrant, artstation" /></a>
<a href="https://ryanatkn.github.io/svelte-snake-sports/buncheses"><img src="/static/assets/buncheses.webp" alt="logo for buncheses, macro photography of an adorable green cartoon snake with huge cute eyes next to a pile of red apples on lush green moss, realistic 3d video game, digital art, vibrant, artstation" /></a>

generated image by [DALL-E](https://wikipedia.org/wiki/DALL-E):
"macro photography of an adorable green cartoon snake with huge cute eyes next to a pile of red apples on lush green moss, realistic 3d video game, digital art, vibrant, artstation"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sports/classsic/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- [ClasssicSnake.svelte](./ClasssicSnake.svelte)

<a href="https://sss.ryanatkn.com/classsic"><img src="/static/assets/classsic.webp" alt="logo for classsic, macro photography of an adorable cartoon snake with big eyes next to a red apple on lush green moss in a realistic 3d video game in the style of Tim Burton" /></a>
<a href="https://ryanatkn.github.io/svelte-snake-sports/classsic"><img src="/static/assets/classsic.webp" alt="logo for classsic, macro photography of an adorable cartoon snake with big eyes next to a red apple on lush green moss in a realistic 3d video game in the style of Tim Burton" /></a>

generated image by [DALL-E](https://wikipedia.org/wiki/DALL-E):
"macro photography of an adorable cartoon snake with big eyes next to a red apple on lush green moss in a realistic 3d video game in the style of Tim Burton"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sports/ssspeed/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- [SsspeedSnake.svelte](./SsspeedSnake.svelte)

<a href="https://sss.ryanatkn.com/ssspeed"><img src="/static/assets/ssspeed.webp" alt="logo for ssspeed, macro photography of a cute cartoon snake eating a red apple on lush green moss in a 3d video game" /></a>
<a href="https://ryanatkn.github.io/svelte-snake-sports/ssspeed"><img src="/static/assets/ssspeed.webp" alt="logo for ssspeed, macro photography of a cute cartoon snake eating a red apple on lush green moss in a 3d video game" /></a>

generated image by [DALL-E](https://wikipedia.org/wiki/DALL-E):
"macro photography of a cute cartoon snake eating a red apple on lush green moss in a 3d video game"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sports/trailsss/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- [TrailsssSnake.svelte](./TrailsssSnake.svelte)

<a href="https://sss.ryanatkn.com/trailsss"><img src="/static/assets/trailsss.webp" alt="logo for trailsss, macro photography of an adorable green cartoon snake with big cute eyes running towards a row of red apples in a line on lush green moss, realistic 3d video game, digital art, Pixar movie character, vibrant, artstation" /></a>
<a href="https://ryanatkn.github.io/svelte-snake-sports/trailsss"><img src="/static/assets/trailsss.webp" alt="logo for trailsss, macro photography of an adorable green cartoon snake with big cute eyes running towards a row of red apples in a line on lush green moss, realistic 3d video game, digital art, Pixar movie character, vibrant, artstation" /></a>

generated image by [DALL-E](https://wikipedia.org/wiki/DALL-E):
"macro photography of an adorable green cartoon snake with big cute eyes running towards a row of red apples in a line on lush green moss, realistic 3d video game, digital art, Pixar movie character, vibrant, artstation"
Expand Down
1 change: 0 additions & 1 deletion static/CNAME

This file was deleted.

0 comments on commit df548ea

Please sign in to comment.