Skip to content

petrasson/project-labyrinth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Labyrinth

This week's project comes in the form of a text-based adventure. Classic games like this usually present the user with a description of where they are and provide several alternatives about what they can do.

Screenshot 2022-11-28 at 14 58 22

Screenshot 2022-11-28 at 14 59 34

Screenshot 2022-11-28 at 15 00 15

Requirements:

  • Your page should be responsive.
  • Use redux to store the current state of the game.
  • Focus on making the UX of your app good. Handle the response delay.
  • Use thunks to wrap your API calls
  • Start by briefly describing the assignment in a sentence or two. Keep it short and to the point.

The problem

We made weekly plan in figma. Wrote down what features and tasks we believed this project would contain, prioritiesed our post-its and agreed on an MVP. Made a basice design and turned it into wireframes for different devices. Started coding by breaking down the problem. (Fetch data, create reducers, a form, show next decription based on coordinates)

Technologies used:

  • HTML
  • CSS
  • Redux
  • fetch
  • styled components
  • Lottie animation
  • ESLint for code formatting
  • Netlify for deployment
  • Git for collaboration
  • Figma for planning and design

View it live

https://play-the-maze-game.netlify.app/

Running locally npm i npm run start And go to http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.3%
  • HTML 10.7%
  • CSS 3.0%