Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
351c094
First commit
jenster5 Apr 25, 2023
72f8722
adding lottie
jenster5 Apr 25, 2023
706dd7a
adding game board and welcome screen
jenster5 Apr 26, 2023
7d25525
adding gameboard and welcome screen
jenster5 Apr 26, 2023
78703fd
adding images
jenster5 Apr 26, 2023
2a04ea0
trying to fix lottie adding ui reducer
jenster5 Apr 26, 2023
d14efc8
adding lottie
jenster5 Apr 26, 2023
cbb18de
coding with Nora fixing functionality
jenster5 Apr 26, 2023
03cfc4c
Added form to welcomeScreen
noraterbocs Apr 26, 2023
633f02e
Added font familyand styling
noraterbocs Apr 26, 2023
a758696
trying to get lottie to work
jenster5 Apr 26, 2023
1f8e9df
trying to get lottie to work
jenster5 Apr 26, 2023
6d9bf0a
fixing lottie
jenster5 Apr 27, 2023
f8d52bc
adding readme and background img logic
jenster5 Apr 27, 2023
c957cc0
fix button error
jenster5 Apr 27, 2023
3cab9a0
fix is loading store in gameboard
jenster5 Apr 28, 2023
29a1c28
lottie responsivness
jenster5 Apr 28, 2023
4f4db54
Added arrows, fixed background image positioning
noraterbocs Apr 29, 2023
b3386b2
Fixed loading animation and added history
noraterbocs Apr 29, 2023
5e8d2ce
Added map
noraterbocs Apr 29, 2023
babe764
Added restart button
noraterbocs Apr 29, 2023
028889f
Replaced images for higher reoslution
noraterbocs Apr 29, 2023
a43cf7a
Added typewriter effect to the main page
noraterbocs Apr 29, 2023
5b02ceb
Added different lottie animation
noraterbocs Apr 29, 2023
b92f1d1
Fixed arrows
noraterbocs Apr 29, 2023
61a16b3
Completed readme
noraterbocs Apr 29, 2023
7b1fa80
removed other readme
noraterbocs Apr 29, 2023
e266d17
Added arrow key actions
noraterbocs Apr 29, 2023
78ef0bd
Changed inline styling to styled component in BackgroundImages
noraterbocs Apr 29, 2023
5513c2c
Added netlify link to readme
noraterbocs Apr 30, 2023
c04f02e
removed unnecessary code from reducer
noraterbocs May 2, 2023
b6cc989
Update README.md
jenster5 Jul 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
# Project Labyrinth
### Week 12 Technigo Bootcamp

Replace this readme with your own information about your project.
Using React, Redux toolkit,Redux thunks, Lotties animation and an API built by Technigo in order to create a labyrinth game. This game was built by Jennifer Feenstra-Arengard, Nora Terbocs.
## The problem

Start by briefly describing the assignment in a sentence or two. Keep it short and to the point.
First we created a Figma file where we started the planning of the project, including designing the structure of the app, understanding the response from the API and dividing the workload.
Then we used a pair programming approach to create the main components. When the main functionality of the project was working we divided the tasks based on the remaining tasks of our sketch.

## The problem
If we had more time we could have added some music, shown a history of what the player has done and created a back button.

Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next?
References for images:
Photo by Julia Volk: https://www.pexels.com/photo/old-stone-buddhist-meditation-house-in-green-garden-5205743/
Photo by Jose Aragones: https://www.pexels.com/photo/brown-tomb-2179666/
Photo by Quang Nguyen Vinh: https://www.pexels.com/photo/photo-of-rocks-in-a-cave-6347643/
Photo by Quang Nguyen Vinh: https://www.pexels.com/photo/photo-of-a-cave-with-rocks-6347641/
Photo by Quang Nguyen Vinh: https://www.pexels.com/photo/inside-of-a-cave-14776279/
Photo by Ekaterina Astakhova: https://www.pexels.com/photo/gray-wooden-board-lot-3123980/
Photo by Ray Bilcliff: https://www.pexels.com/photo/orange-and-brown-cave-1533483/
Photo by Enrique: https://www.pexels.com/photo/ancient-books-and-an-olive-lamp-7200443/
Photo by <a href="https://unsplash.com/@eugi1492?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Eugenio Mazzone</a> on <a href="https://unsplash.com/photos/6ywyo2qtaZ8?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>


## View it live

Every project should be deployed somewhere. Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about.
Deployed link: https://labyrinth-project-week-12.netlify.app/
13 changes: 0 additions & 13 deletions code/README.md

This file was deleted.

Loading