Skip to content

Commit d86ac4a

Browse files
authored
Update README.md
1 parent 4dd3cab commit d86ac4a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44

55
![](https://media.giphy.com/media/3ofT5J5ESXh8NTDcpG/giphy.gif)
66

7-
We wanted to make a game with React...
8-
9-
... that also called an API via GraphQL
10-
... that we could also deploy on Netlify
11-
... that we could bundle with Parcel (*New & Shiny:tm:*)
12-
... that used loads of awesome modular components
13-
... that had integration tests with Jest
14-
7+
We wanted to make a game with React...\
8+
\
9+
... that also called an API via GraphQL\
10+
... that we could also deploy on Netlify\
11+
... that we could bundle with Parcel (*New & Shiny:tm:*)\
12+
... that used loads of awesome modular components\
13+
... that had integration tests with Jest\
14+
\
1515
Like with everything in our lives, we looked back to our childhoods for simple games we could create in two days - and then remembered [those little slidey puzzle things that jumbled up a picture.](https://en.wikipedia.org/wiki/15_puzzle)
1616

1717
## Some of our favourite bits
1818

19-
:tada: React
20-
:heart_eyes_cat: GraphQL fetch request
21-
:8ball: The shuffle algorithm (Fisher Yates) is really cool and straightforward
22-
:art: Using clip paths to create each square of the slider (perhaps not the most performant solution, but we figure at least the image gets cached)
23-
:necktie: Our valid moves mapping table is a really neat and tidy solution that makes sure players can't make an invalid move - we actually spent a while trying to create an algorithm that would handle this, but then realised this is actually a way easier to read solution that is no less performant.
19+
:tada: React\
20+
:heart_eyes_cat: GraphQL fetch request\
21+
:8ball: The shuffle algorithm (Fisher Yates) is really cool and straightforward\
22+
:art: Using clip paths to create each square of the slider (perhaps not the most performant solution, but we figure at least the image gets cached)\
23+
:necktie: Our valid moves mapping table is a really neat and tidy solution that makes sure players can't make an invalid move - we actually spent a while trying to create an algorithm that would handle this, but then realised this is actually a way easier to read solution that is no less performant.\
2424

2525
## Day 1
2626

@@ -30,7 +30,7 @@ Like with everything in our lives, we looked back to our childhoods for simple g
3030

3131
Here's how our whiteboards looked at the end of day 1:
3232

33-
![our day 1 progress](https://i.imgur.com/fneNRaL.jpg =250x)![more day 1 progress](https://i.imgur.com/oc0x8Sm.jpg =250x)
33+
![our day 1 progress](https://i.imgur.com/fneNRaL.jpg)![more day 1 progress](https://i.imgur.com/oc0x8Sm.jpg)
3434

3535
## Day 2
3636

0 commit comments

Comments
 (0)