-
Notifications
You must be signed in to change notification settings - Fork 323
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 Project #202
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Nora Terbocs <[email protected]>
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.
Jennifer & Nora, I think your project shows a high level of skill and effort. Well done!
What I liked:
- Components broken down into small parts so that it is easy to read and maintain
-The use of a map to show the player's location
-You have put a lot of effort into the UI and styling, and it shows
-Excellent job showing the direction arrows in the appropriate places on the screen
Overall, a really well done project! 🎉
import styled from 'styled-components/macro'; | ||
|
||
const BACKGROUND_IMAGES = { | ||
'0,0': './images/backgroundImages/ScreenTwo.jpg', |
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.
Lovely bg images :)
tabIndex={0} | ||
direction | ||
onClick={onClick} | ||
onKeyDown={onKeyDown}>{Icon && <Icon />} |
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 job including the onKeyDown
@@ -0,0 +1,37 @@ | |||
import styled from 'styled-components'; | |||
|
|||
export const Button = styled.button` |
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.
Really good work with using a reusable button
https://labyrinth-project-week-12.netlify.app/
made by Jennifer and Nora