Live data from Hacker News

Show HN: I taught my little brother JS, and he made this videogame in a week

s-poony.github.io

21–30 of 285 posts

Re: Show HN: I taught my little brother JS, and he made this videogame in a week

#22

Super fun, your little brother did a great job! Only criticism I would say is to add some directions if possible, even though for most people it's common sense it took me a little while to figure out I needed to use my keyboard :P.

Admit it - you were tilting your monitor!

Re: Show HN: I taught my little brother JS, and he made this videogame in a week

#24
post #11

Finally, one of these stories that didn't make me feel like an utterly talentless moron. This feels like what someone might be able to learn how to do in a week, but so often it seems like what you see here are 10 year olds writing real time ray tracing engines that use deep learning for some reason, and have source code that just happens to be a radiation hardened quine.

FYI the code is visible with "view source."

How old is your brother? Has he programmed before? The code doesn't look like what someone with no programming experience could do in a week (unless perhaps working from a similar example as a starting point).

Re: Show HN: I taught my little brother JS, and he made this videogame in a week

#25
post #10

So fun. I like the AI logic, if he wants a fun addition he should add more enemies as the score increases and implement something like the pac-man ghost logic so that they all behave differently: http://gameinternals.com/post/2072558330/understanding-pac-m...

He hasn't learned about arrays yet : every element of the game is its own global variable. But this is something I would love to implement with him !

Re: Show HN: I taught my little brother JS, and he made this videogame in a week

#26

so 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.

Post reply on HN