-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
week 12 - labyrinth - emma & edvard #207
base: master
Are you sure you want to change the base?
Conversation
…ates the global state
…ge, GamePage or StartPage is showing and added the lotties.
…g on button-component, StartingPage and LoadingPage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry i don't have a lot of comments on your code! I think everything looks really nice and clean! You completed some of the stretch goals so great job on that! The styling of the game is super nice and everything works really well! Great job!
import Map5 from '../assets/11.png' | ||
import Map6 from '../assets/13.png' | ||
|
||
const MapImg = styled.img` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like the mini-map!
} | ||
` | ||
|
||
const GamePage = () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work with this! Looks clean and makes sense 🙂
No description provided.