{"id":25254965,"url":"https://github.com/sangioai/lapse","last_synced_at":"2026-04-28T15:37:14.793Z","repository":{"id":275000186,"uuid":"518779258","full_name":"sangioai/Lapse","owner":"sangioai","description":"Just a visual game where you need to make the right choice.","archived":false,"fork":false,"pushed_at":"2024-10-06T13:20:25.000Z","size":28937,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T04:39:38.187Z","etag":null,"topics":["game","java","processing"],"latest_commit_sha":null,"homepage":"","language":"Processing","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sangioai.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}},"created_at":"2022-07-28T09:18:43.000Z","updated_at":"2025-02-18T23:59:10.000Z","dependencies_parsed_at":"2025-01-30T16:50:37.764Z","dependency_job_id":null,"html_url":"https://github.com/sangioai/Lapse","commit_stats":null,"previous_names":["sangioai/lapse"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sangioai/Lapse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangioai%2FLapse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangioai%2FLapse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangioai%2FLapse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangioai%2FLapse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sangioai","download_url":"https://codeload.github.com/sangioai/Lapse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangioai%2FLapse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32387913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","java","processing"],"created_at":"2025-02-12T05:51:14.389Z","updated_at":"2026-04-28T15:37:14.775Z","avatar_url":"https://github.com/sangioai.png","language":"Processing","funding_links":[],"categories":[],"sub_categories":[],"readme":"*Lapse game. Make the right choice for your country!*\n\nThis game is a competitive and graphically advanced version of [Lapse Game](https://lapse.fandom.com/wiki/Lapse_(Game)) originally developed to entertain groups of kids in summer camps🌞.\n\nThe main goal is to survive as long as possible, choosing the best option to let your country thrive on the 4 levels:\n- Envirorment 🌱\n- Population 👫\n- Army ⚔️\n- Money 💰\n\n# GamePlay\n\n\u003cimg src=\"./thumbnails/gameplay.gif\"/\u003e\n\n# Dependencies\n\nThis game is based on **Processing 4** (Java-based graphic IDE), you can download it [here](https://processing.org/download).\n\u003cbr/\u003e\nMay also be the case to have [Java](https://www.java.com/en/download/) installed.\n\n# Running\n\nTo run the game follow this step:\n- Clone this project: `git clone git@github.com:SangioAI/Lapse.git`\n- Open this project on Processing 4 IDE.\n- Run it on Processing 4 IDE.\n\n# Commands\n\nUse the following command to play:\n- **K**: select left option.\n- **L**: select Right option.\n- **Space**: choose an option.\n- **P**: Peek your country values.\n- **O**: Oracle🧿, once an option is selected you can see the aftermaths before chosing it.\n- **[1-6]**: cheatings in scoreboard, press the i-th number button to increase the years of the i-th player😉.\n\n# Customizations\n\nEverything can be customized, below a list of the main changes that can be made.\n\n## Change the Players names\nModify the variable `state_names`  in `lapse.pde`.\n\n\u003cimg width=500 alt=\"state_names.png\" src=\"./thumbnails/state_names.png\"/\u003e\n  \n## Change the Cards images\nChange the images in `card_images`\n\u003e [!Note]\n\u003e Images file names must be consistent with those in `carte.xlsx`\n\n## Change the Cards options\nChange the option in `carte.xlsx`.\n  \u003cbr/\u003e\n  ```\n  Values:\n    a =\u003e envirorment value\n    p =\u003e  population value\n    fa =\u003e  military force value\n    s =\u003e  money value\n\n  Value Changes:\n    '!' means negative consequences (e.g. !a, !p, !fa, !s), while without is are meant to be positive (e.g. a, p, fa, s).\n\n  Meaningful Columns:\n    'carta num':  number of card in 'card_images' folder.\n    '1° poco(dx)': values change of choosing LEFT option\n    '1° tanto(dx)': values large changes of choosing LEFT option\n    'SX': LEFT option caption\n    'DX': RIGHT option caption\n    '2° poco(dx)': values change of choosing RIGHT option\n    '2° tanto(dx)': values large change of choosing RIGHT option\n\n  ```\n  \u003cimg width=500 alt=\"image\" src=\"./thumbnails/excel.png\"\u003e\n\n------\nCards and option translations to other languanges are highly encouraged😊.\n\u003cbr/\u003e\n*2020©*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsangioai%2Flapse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsangioai%2Flapse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsangioai%2Flapse/lists"}