Skip to content
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

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

Week 12 Labyrinth Project #202

wants to merge 32 commits into from

Conversation

jenster5
Copy link

Copy link

@Joanna-Philips Joanna-Philips left a 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',

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 />}

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`

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants