{"id":27387105,"url":"https://github.com/bxt/adinfinitvm","last_synced_at":"2025-04-13T17:53:33.003Z","repository":{"id":42411892,"uuid":"62087796","full_name":"bxt/adinfinitvm","owner":"bxt","description":"A fun and never ending puzzle game","archived":false,"fork":false,"pushed_at":"2016-09-24T15:23:17.000Z","size":249,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"gh-pages","last_synced_at":"2024-07-30T20:07:37.035Z","etag":null,"topics":["coffeescript","game","puzzle-game"],"latest_commit_sha":null,"homepage":"https://bxt.github.io/adinfinitvm/","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bxt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-27T20:59:01.000Z","updated_at":"2022-05-09T10:09:00.000Z","dependencies_parsed_at":"2022-09-14T17:31:11.912Z","dependency_job_id":null,"html_url":"https://github.com/bxt/adinfinitvm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxt%2Fadinfinitvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxt%2Fadinfinitvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxt%2Fadinfinitvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxt%2Fadinfinitvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bxt","download_url":"https://codeload.github.com/bxt/adinfinitvm/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248758452,"owners_count":21156957,"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","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":["coffeescript","game","puzzle-game"],"created_at":"2025-04-13T17:53:32.311Z","updated_at":"2025-04-13T17:53:32.992Z","avatar_url":"https://github.com/bxt.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"AD·INFINITVM·ATQVE·PLVS·VLTRA\n=============================\n\n*To infinity and beyond*\n\nThe game **adinfinitvm** is an easy and never ending puzzle game. You try to\nconnect ropes to a loop without end by rotating. An alternate game mode\nis inspired by MacMahon squares and reveals the nature of this game: a two-color\nedge-matching puzzle without displacing pieces.\n\n[Go here to play adinfinitvm](http://bxt.github.io/adinfinitvm/).\n\n[Go here to read my blog post about the game (german)](http://bernhardhaeussner.de/blog/134_Ein_sch%C3%B6nes_Online-Spiel_names_adinfinitvm).\n\nDeveloping\n----------\n\nThe game is written in [CoffeScript](http://coffeescript.org/) without any additional libraries.\n\nTo compile the CoffeScript files in `src/` to Javascript, first install:\n\n    npm install -g watchify\n    npm install coffeeify minifyify\n\nThen run:\n\n    watchify \\\n      src/main.coffee \\\n      -t coffeeify --extension=\".coffee\" \\\n      -d -p [minifyify --map script.min.js.map --output script.min.js.map] \\\n      -v -o script.min.js\n\nThis will continuously watch the files for changes and recompile.\n\nTesting\n-------\n\nTo test install:\n\n    npm install -g mocha\n    npm install chai\n\nThe test framework is [Mocha](https://mochajs.org/) and Chai is used [for assertions](http://chaijs.com/api/bdd/). Then run:\n\n    mocha -w\n\nThe `-w` means watch for changes and re-test.\n\nDebugger\n--------\n\nFirst install the awesome [`node-inspector`](https://github.com/node-inspector/node-inspector):\n\n    npm install -g node-inspector\n\nPut the keyword `debugger` somewhere in your code. Then run:\n\n    node-debug _mocha --compilers coffee:coffee-script/register\n\nEt voila! You stop at a breakpoint where you put your `debugger` keyword.\n\nLinter\n------\n\nFirst install:\n\n    npm install -g coffeelint\n\nThen run:\n\n    find src -type f -iname '*.coffee' | xargs coffeelint\n\nThis will show a list of code problems.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbxt%2Fadinfinitvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbxt%2Fadinfinitvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbxt%2Fadinfinitvm/lists"}