Skip to content

Pair-programming a labyrinth text game. Tech: React, Redux, styled components

Notifications You must be signed in to change notification settings

technigo-20-21/16-20-labyrinth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Labyrinth

This week's pair-programming project was to build a text based labyrinth game using React redux. When the game is started the user is presented with a few diffrerent direction options to move towards and based on the users choice the next step is generated.

The problem

We had some issues with fetching the games data from the API and in the end we noticed that the problem was due to a naming error in the function that was executing the fetch.

View it live

https://labyrinth-2020.netlify.app/

Languages

  • JavaScript 83.7%
  • HTML 12.5%
  • CSS 3.8%