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

Alma and Wen - Labyrinth project #3

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open

Conversation

wwenzz
Copy link

@wwenzz wwenzz commented Apr 19, 2024

Netlify link

https://alma-wen-labyrinth.netlify.app/

Collaborators

[almaherris]

wwenzz and others added 30 commits April 15, 2024 21:41
Add some background images and make restart button work to change background
Copy link

@HIPPIEKICK HIPPIEKICK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice and clean UI and well structured code too. Good job!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Structured store and well named states and actions, well done ⭐

set({
coordinates: data.coordinates,
description: data.description,
actions: data.actions,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice if you also saved the description of the actions, that's quite a big part of the game 👀

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love this font!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice loading animation you found!

Comment on lines +5 to +7
<>
<FirstPage />
</>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for fragments when you're only returning one element

error: null,
loggedIn: false,
startGame: async (name) => {
const encryptedName = name + new Date()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hehe, nifty!

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