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

Project Labyrinth - Vio and Theres #206

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
576f65d
testcommit
code-and-cats Apr 25, 2023
0a91f82
endpoints just so we can see them
code-and-cats Apr 25, 2023
f02b377
Basic functionality (no ending yet)
code-and-cats Apr 25, 2023
f43e7d0
added Loading and FinalStep
theresBL Apr 25, 2023
f4146a8
added lotties and styling to signs
theresBL Apr 26, 2023
29296b2
added TypeIt and some more styling
theresBL Apr 26, 2023
e209c40
styling button and input plus moving direction-signs
theresBL Apr 27, 2023
b5636bb
backgrounds rendering on location
code-and-cats Apr 27, 2023
93364eb
update background pics, position of buttons
code-and-cats Apr 27, 2023
96cb0d1
change end background picture
code-and-cats Apr 27, 2023
686a1b2
add ship animation at end
code-and-cats Apr 27, 2023
cd5f276
consistent names of background images
code-and-cats Apr 27, 2023
4b943ee
looks good with the signs and directions on mobile
theresBL Apr 27, 2023
1f09b62
more styling and started on a end page
theresBL Apr 28, 2023
fc346c1
added styling and restart button
theresBL Apr 28, 2023
8749e27
cleaned up code and added sound effects
theresBL Apr 28, 2023
4bba31d
added a mute button
theresBL Apr 29, 2023
609a915
fixed some style and cleaned
theresBL Apr 29, 2023
8a9c009
fix max-height for firefox, switch order mutebtn
code-and-cats Apr 30, 2023
4edff79
position of final text and animation
code-and-cats Apr 30, 2023
1afe58b
add favicon and og:img
code-and-cats Apr 30, 2023
f0ad769
smaller og:img
code-and-cats Apr 30, 2023
7200ba4
cleanup, added comments
code-and-cats Apr 30, 2023
567f34e
update README
code-and-cats Apr 30, 2023
2f8c559
cleanup
code-and-cats Apr 30, 2023
c947726
fixed lottie on mobile
theresBL Apr 30, 2023
9e95d61
finally got GrandFinal working
theresBL Apr 30, 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
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Project Labyrinth

Replace this readme with your own information about your project.

Start by briefly describing the assignment in a sentence or two. Keep it short and to the point.
The assignment was to work in pairs and use APIs with Redux. We got an API with endpoints from Technigo for this assignment.

## The problem

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?
We used Redux to store the state of the game. We also used thunks.

## 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.
https://captains-adventure.netlify.app/
Loading