{"id":21379963,"url":"https://github.com/aitorres/numbersum","last_synced_at":"2026-02-25T16:01:31.911Z","repository":{"id":262149943,"uuid":"886357917","full_name":"aitorres/numbersum","owner":"aitorres","description":"Complete the grid by adding the right numbers! A number puzzle game made in Svelte","archived":false,"fork":false,"pushed_at":"2025-04-30T19:43:21.000Z","size":495,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T23:37:50.183Z","etag":null,"topics":["game","number-guessing-game","web-game"],"latest_commit_sha":null,"homepage":"","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aitorres.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-10T19:59:53.000Z","updated_at":"2025-04-15T01:30:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"4fd6253a-66f3-4045-b667-e29efeb91f55","html_url":"https://github.com/aitorres/numbersum","commit_stats":null,"previous_names":["aitorres/numbersum"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aitorres/numbersum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorres%2Fnumbersum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorres%2Fnumbersum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorres%2Fnumbersum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorres%2Fnumbersum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aitorres","download_url":"https://codeload.github.com/aitorres/numbersum/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorres%2Fnumbersum/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269728910,"owners_count":24465728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["game","number-guessing-game","web-game"],"created_at":"2024-11-22T10:34:23.653Z","updated_at":"2026-02-25T16:01:26.888Z","avatar_url":"https://github.com/aitorres.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Number Sum\n\n![Screenshot of the initial state of a numbersum game](./docs/screenshot.png)\n\n`Number Sum` is a number guessing game built as a web application using Svelte. The game presents a grid partially filled with whole numbers.\n\nYou are tasked with completing the grid making sure that your input numbers add up to the hints shown for every\nrow and column.\n\n## Motivation\n\nI built this game in a few hours on a Sunday mostly due to two reasons:\n\n1. I wanted to practice some Svelte, as the framework seemed interesting to me and I don't usually work on Javascript / Typescript-related codebases on my day-to-day job.\n2. I played a similar game on my phone and it was plagued by obtrusive ads every couple clicks. I can do better than that!\n\n## How to play?\n\nYou can play from any web browser by going to [numbersum.aitorres.com](https://numbersum.aitorres.com)!\n\nThe game is developed as a stateless, static web application. If you want to reset your match, you can\njust refresh the page.\n\n## Installation\n\nIf you want to install the web application locally, you will need `npm`.\n\nClone the repository, then run the following to start a development server:\n\n```bash\nnpm run dev\n\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\n## Deployment\n\nSince the app is a static website, you can run the following `npm` command to build the project.\n\n```bash\nnpm run build\n```\n\nYou can preview the production build with `npm run preview`.\n\nThen, just copy the contents of the `build` folder to an appropriate web hosting.\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitorres%2Fnumbersum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faitorres%2Fnumbersum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitorres%2Fnumbersum/lists"}