Live data from Hacker News

Learn CSS Grid with a virtual garden game

cssgridgarden.com

1–10 of 63 posts

Re: Learn CSS Grid with a virtual garden game

#2
While this game is quite nice and fun to play, I find it kind of tempting to just experiment with the values until you solve the current problem instead of focussing on the "How does it really work" aspect of the problem, which would lead to a deeper understanding...

One way to solve this could be to allow more freedom in solving the problem as well as a small penalty on more than 2 or 3 tries.

Re: Learn CSS Grid with a virtual garden game

#9
post #6
post #4

Pretty fun! I got stuck at level 26, my solution looks visually correct but the next button won't activate: grid-template-rows: repeat(4, 10px) 1fr;

You are watering everything except for top 40 pixels. You need to water everything except for top 50 pixels.

Gone are the beautiful days of layouts.
Post reply on HN