My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
191–200 of 493 posts
Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#192Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#193I don't know if it's just me (checked in Firefox and Chrome), but the black text on the red buttons is really hard to read. I'd suggest using white, unless you had some reason to use black.
his young eyes arent bothered by crazy contrast :)
Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#194Thanks for sharing.
Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#195This will be featured in my cross-discipline AI meeting this week. The blog article your son wrote was excellent - I will be pulling a few quotes. I found it insightful that he used the microphone to move faster, and that he couldn’t always trust AI, because it can be just as confidently wrong as any human. Both of you, keep up the good work!
That's awesome!!
Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#196Some people have mentioned how we aren't sure when weapons are charged, maybe extra animation there would be useful.
Also, the villain and I beat each other at the same time (I think?). So the screen after was just:
"you win refresh to go againyou lose refresh to try again.you win refresh to go againyou lose refresh to try again."
Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#197This is awesome. I love the graphics. Your son seems awesome! How do I charge up my skills? It also doesn't show which skills are charged and which aren't - all the buttons look the same! Could the buttons maybe change color depending on if they're charged or not? Or maybe show how long until they are charged?
Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#198This is really cool! I had fun playing your game, thank you for sharing it with us! I like the way you’ve made animations for the attacks. One thing I noticed is that the health counter goes down right away, before the attack hits and makes the background flash red. I wonder if the health could go down at the same time the attack hits? It’s a small thing, but it might make the attack feel even more exciting!
Appreciate the feedback!
Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#199Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#200Awesome Job! The animations on the characters are really great and do a lot to make the game feel more alive. Here's some ideas for improvements you could make: - Add a button to go back to the main menu / exit the battle, I keep hitting the home button instead - Add some sort of indicator to make it clear when an attack is charged. Also maybe some hints as to how attacks are charged in the first place. - Consider mo…