{"id":16014732,"url":"https://github.com/pmonks/clj-chain-reaction","last_synced_at":"2025-04-05T02:42:58.476Z","repository":{"id":148948922,"uuid":"144511496","full_name":"pmonks/clj-chain-reaction","owner":"pmonks","description":"Clojure/ClojureScript version of ye olde \"chain reaction\" game","archived":false,"fork":false,"pushed_at":"2019-10-25T16:34:20.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T11:11:19.557Z","etag":null,"topics":["clojure","clojurescript","game"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pmonks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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":"2018-08-13T00:38:23.000Z","updated_at":"2019-10-25T16:34:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f72fb15-2e18-4839-8bfc-6f123811b224","html_url":"https://github.com/pmonks/clj-chain-reaction","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"1eccea903651bc84671f8514b627b30c99f78e5d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmonks%2Fclj-chain-reaction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmonks%2Fclj-chain-reaction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmonks%2Fclj-chain-reaction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmonks%2Fclj-chain-reaction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmonks","download_url":"https://codeload.github.com/pmonks/clj-chain-reaction/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280181,"owners_count":20912965,"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":["clojure","clojurescript","game"],"created_at":"2024-10-08T15:04:57.166Z","updated_at":"2025-04-05T02:42:58.457Z","avatar_url":"https://github.com/pmonks.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/pmonks/clj-chain-reaction.svg?branch=master)](https://travis-ci.com/pmonks/clj-chain-reaction)\n[![Open Issues](https://img.shields.io/github/issues/pmonks/clj-chain-reaction.svg)](https://github.com/pmonks/clj-chain-reaction/issues)\n[![License](https://img.shields.io/github/license/pmonks/clj-chain-reaction.svg)](https://github.com/pmonks/clj-chain-reaction/blob/master/LICENSE)\n[![Dependencies Status](https://versions.deps.co/pmonks/clj-chain-reaction/status.svg)](https://versions.deps.co/pmonks/clj-chain-reaction)\n\n# clj-chain-reaction\n\nA cross-platform (Clojure \u0026 ClojureScript) implementation of the game described [here](http://www.atarimagazines.com/compute/issue80/chain_reaction.php).\n\n## Installation\n\nFor now, clj-chain-reaction is provided in source form only, so git cloning!\n\n## Usage\n\nThe game itself is implemented in the [`chain-reaction.core`](https://github.com/pmonks/clj-chain-reaction/blob/master/src/chain_reaction/core.clj) namespace,\nwith the `new-board` and `place-piece` fns being the primary means of playing the game.\n\nRequire it in the REPL:\n\n```clojure\n(require '[chain-reaction.core :as cr] :reload-all)\n```\n\nRequire it in your application:\n\n```clojure\n(ns my-app.core\n  (:require [chain-reaction.core :as cr]))\n```\n\n## Developer Information\n\n[GitHub project](https://github.com/pmonks/clj-chain-reaction)\n\n[Bug Tracker](https://github.com/pmonks/clj-chain-reaction/issues)\n\n## License\n\nCopyright © 2015 Peter Monks\n\nDistributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmonks%2Fclj-chain-reaction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmonks%2Fclj-chain-reaction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmonks%2Fclj-chain-reaction/lists"}