[GAME] TEN Game | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

[GAME] TEN Game

Hello everyone, I'm happy to share with you the porting of a game I've made for my son, the TEN Game. He's learning to count to ten and sums, so i've made a small game that let him to get familiar with it. The goal of the game is to select as much as possible cells to reach 10. Rules: - Selecting 3, 3, 3, 1 will make a higher score than 3, 7, because of higher number of selected cells. - Selecting numbers which sum is greater than 10 will affect your score. - You have a timer multiplier, so once the timer will reach 0 your score will be 0 (score * timer). I've left many comments to the javascript engine for educational purpose, so enjoy! :) https://code.sololearn.com/Wcnr4fw7516Z

19th Apr 2018, 10:36 AM
Luigi
Luigi - avatar
3 Answers
+ 9
thanks for understanding Luigi ^_^
19th Apr 2018, 10:50 AM
Burey
Burey - avatar
+ 4
Whoops, seems I infringed rules on many levels! Thank you @Burey for the advices 😄
19th Apr 2018, 10:49 AM
Luigi
Luigi - avatar