Live data from Hacker News

My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback

armaansahni.com

291–300 of 493 posts

Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback

#291
That's great! My eldest is quite a few years away from understanding coding but I'm excited to take on such projects with him.

For the game itself, I played against a fire gollum dude and the pace felt quite slow -- it would have taken me some 10 minutes to beat him, I imagine. I also didn't know when I get to use my cool moves, since there was no UI indicator.

Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback

#293
post #277

Based on my feedback, it seems pretty good. The main improvements I'd recommend are more user interface things, to make the game feel a bit less luck based. For example, there definitely needs to be an indication of which moves are charging, since I could not for the life of me tell which ones were ready and which weren't. Either a bar or number underneath the move indicating this (maybe with a nice 'CHARGED' label w…

It turns out you can just spam the buttons and it charges the moves.

Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback

#294
There was this amazing talk called "juice it or lose it" that's meanwhile a little famous among game devs that I would recommend watching with him [1] because it shows how much of a game is effects, tweening and animations.

Of course, he's 9, but maybe this will help him understand how to polish things like this and make them more fun to use?

[1] https://youtube.com/watch?v=Fy0aCDmgnxg

Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback

#296
Congratulations on successfully crafting a computer game! I played the game briefly this morning and I found it to be quite fun. Glad to see a 9 year old experiencing the joy of computing!

Playing computer games (and then later programming with Logo and BASIC) is how I got introduced to computers. I too wanted to develop my own computer game when I was 8 year old. But unfortunately, I neither had access to enough time with computers nor did I have sufficient programming skills back then.

I did end up fulfilling my childhood dream of developing an invaders-like game 30 years later as an adult. I too chose to implement it using plain HTML and JavaScript. I have written more about it here: https://github.com/susam/invaders#why>.

It is very heartwarming to see that we live in an era where computers are pervasive and a 9 year old can learn all this stuff from the World Wide Web and large language models, and then implement a fully functional computer game!

Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback

#298

Earlier quoted context omitted.

No jira?

for v1 (this version) the task list was just paper and pencil for v2 he's organizing himself using trello :)

For the sake of your child, please keep him away from any and all AGILE based workflows! Such devious contraptions were not meant for the pure of soul
Post reply on HN