Show HN: I taught my little brother JS, and he made this videogame in a week
41–50 of 285 posts
Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#42Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#43That it? Presume I use the arrow keys OK, I pick up the other blocks.. Oh, I do like the inertia and the smaller points give me more points wakes up screaming at 3am as the red terminator block endlessly hunts me down
Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#44Hasn’t been mentioned before: try this on a phone. It uses the gyroscope for control and it quickly becomes second nature to balance/guide the square around the screen. Also a very nice and rewarding discovery process, as it starts out with squares speeding by, until you realize it’s the tilt of your phone that is causing it. Congrats, super fun!
Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#45Cool game! Congrats to your brother. Doesn't work on current Firefox.
Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#46Hasn’t been mentioned before: try this on a phone. It uses the gyroscope for control and it quickly becomes second nature to balance/guide the square around the screen. Also a very nice and rewarding discovery process, as it starts out with squares speeding by, until you realize it’s the tilt of your phone that is causing it. Congrats, super fun!
Indeed. This is awosome on mobile!
Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#47Fun! Wonder how high people will go. 69 points.
Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#48Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#49Watch out for the red block ... took me some time to realize it's a 'bad' block which subtracts from your score when touched.
Re: Show HN: I taught my little brother JS, and he made this videogame in a week
#50so cool! maybe dumb question - where's the link to the source code? adding that to the actual page would be great.
Source code: https://github.com/S-poony/Ultra-Square-Catcher-USC- It’s canvas based. Interesting choice as a starting point of a learning path.