I defeated the Power Warp Core and feel genuinely proud of myself. Great job! Love the animations too.
My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
141–150 of 493 posts
Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#142Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#143Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#144Amazing. Younger people (and people new in any field) often think of intersting approaches without the blessing/curse of "best practices." The process for creating the game was very good and very logical way to learn a new field. I would recommend a couple of small things for the code. Variable names are usually ALL_CAPS if they never change (for instance const PI =3.142) and camelCaseForOtherVariables. snake_case_va…
Agree 100%. Since dad helped, I was expecting to see sprites sheets, or some JS classes for some OOP, etc. Was pleasantly surprised to see how "simple" the approach was for such fun output with a decent amount of variety.
Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#145I found it very satisfying when the opponent got a question wrong. Math is hard, even when you’re an awesome monster like a flying snake or black hole. I didn’t understand the “charging” mechanic. A little more explanation or some visual that shows charging would help. Pretty sweet game! Keep it up!
Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#146Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#147Omg this is amazing And hilarious and he should keep making games. I love that it’s both a silly fantasy game and math. Well done.
Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#148Making me do math on my lunch break? This is outrageous
Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#149Great game! I'm not sure what's happening when the opponent makes a move. Also not sure why i'm losing healthHP when I seemingly score points for getting a correct answer.
Re: My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
#150Fun game. Just a couple of nits: 1. I'd like some indicator of when a move is "charged up" instead of having to click on it. 2. In the dialog for the message "The move you want to use is not charged up yet.Click 'ok' and then select another move." the button actually says "close" not OK. Overall well done though!