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 by Leo T. and Yu M. #201

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5f218be
installed packages
khleoth Apr 24, 2023
ccb1223
came a bit on the way but not working as intended
khleoth Apr 25, 2023
24e4238
fix a bug in Labyrinth
Yu-Miao222 Apr 25, 2023
18350e9
changes in game.js
Yu-Miao222 Apr 26, 2023
0d16a79
fix bugs in API/ body
Yu-Miao222 Apr 26, 2023
8b957c6
complete Loader component
Yu-Miao222 Apr 27, 2023
79f303c
sort the startScreen component
Yu-Miao222 Apr 27, 2023
8fedfc3
started to setup CSS, startpage done for mobile view
khleoth Apr 27, 2023
26f729c
added Restart component
Yu-Miao222 Apr 27, 2023
dbe6a85
fix loader
Yu-Miao222 Apr 28, 2023
a818dd6
fix bugs
Yu-Miao222 Apr 28, 2023
c360029
added images to be rendered and a basic function for image selection
khleoth Apr 28, 2023
e2512e1
add restart component
Yu-Miao222 Apr 28, 2023
040ef9d
Co-authored-by: Leo Thunell <[email protected]>
Yu-Miao222 Apr 28, 2023
8de92be
added all images
khleoth Apr 28, 2023
9b9a4b6
sorted positioning on loading img
khleoth Apr 28, 2023
4e9987a
queries in progress
khleoth Apr 29, 2023
0d743d3
sorted last CSS....feel finished althought more could be done with la…
khleoth Apr 29, 2023
5c21673
last css in place for deployment
khleoth Apr 29, 2023
03797a3
readme updated
khleoth Apr 29, 2023
f1fc6fa
sorted some media width scaling, needs more work
khleoth Apr 30, 2023
9d98910
kept working on media queries
khleoth May 4, 2023
b2b08df
minor imporvement in CSS media queries
khleoth May 5, 2023
301c789
sorted CSS more propely, removed background image on welcome page wra…
khleoth May 7, 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.
A project where a simple labyrinth game was made by the help of an API, the goal for us students was to be able to make use of React Redux, creating and using our own store and reducers.

## 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?
Creating the store and reducers took a fair amount of time but was not the largest consumer of time. The challenge was having enough time to make the CSS flow somewhat fluently. Creating the image render using props from the API was slightly challenging and came together well with a switch eventually.

## 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://projectlabyrinthbyltandym.netlify.app/
Loading