Skip to content

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