Number Sum
Number Sum is a number guessing game built as a web application using Svelte. The game presents a grid partially filled with whole numbers.
You are tasked with completing the grid making sure that your input numbers add up to the hints shown for every row and column.
You can play from any web browser by going to numbersum.aitorres.com!
The game is developed as a stateless, static web application. If you want to reset your match, you can just refresh the page.
You can find the game source code on Github (aitorres/numbersum) Pull Requests, issues, suggestions welcome!