{"id":15010314,"url":"https://github.com/warfox/tic-tac-toe","last_synced_at":"2026-03-17T11:32:53.337Z","repository":{"id":248152787,"uuid":"827551093","full_name":"WarFox/tic-tac-toe","owner":"WarFox","description":"Tic Tac Toe game written in Clojure","archived":false,"fork":false,"pushed_at":"2024-07-17T14:24:36.000Z","size":65,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T13:25:33.707Z","etag":null,"topics":["clojure"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WarFox.png","metadata":{"files":{"readme":"README.org","changelog":"CHANGELOG.md","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":"2024-07-11T21:59:25.000Z","updated_at":"2024-07-17T14:24:18.000Z","dependencies_parsed_at":"2024-07-17T15:59:39.120Z","dependency_job_id":null,"html_url":"https://github.com/WarFox/tic-tac-toe","commit_stats":null,"previous_names":["warfox/tic-tac-toe"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WarFox%2Ftic-tac-toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WarFox%2Ftic-tac-toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WarFox%2Ftic-tac-toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WarFox%2Ftic-tac-toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WarFox","download_url":"https://codeload.github.com/WarFox/tic-tac-toe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243290981,"owners_count":20267824,"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"],"created_at":"2024-09-24T19:33:30.521Z","updated_at":"2025-12-27T14:36:14.520Z","avatar_url":"https://github.com/WarFox.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"* tic-tac-toe\n\nTic Tac Toe game written in Clojure\n\n#+caption: Tic Tac Toe\n[[file:doc/tic_tac_toe.svg]]\n\n** Local Setup\n\n#+begin_src sh\n  git clone git@github.com:WarFox/tic-tac-toe.git\n\n  cd tic-tac-toe\n#+end_src\n\nMake sure you have [[https://leiningen.org/][lein]] and [[https://github.com/clj-kondo/clj-kondo][clj-kondo]] installed\n\n#+begin_src sh\n   brew install borkdude/brew/clj-kondo\n   brew install leiningen\n#+end_src\n\n** Run Tests\n\n#+begin_src sh\n  lein test\n#+end_src\n\n** Run Linting\n\n#+begin_src sh\n  clj-kondo --lint src test\n#+end_src\n\n** CI\n\nContinuous integration is setup using GitHub Actions. When a new\ncommit is pushed to any branch =lein test= and =linter= is run.\n\nTests is setup using =clojure.test= and linting is setup using\n[[https://github.com/clj-kondo/clj-kondo/][clj-kondo]].\n\n** Release\n\nAutomated release and CHANGELOG is setup using Google's\n[[https://github.com/googleapis/release-please-action][releas-please-action]].\n\nWhen branch is merged to =main=, =release-please= will create a new\nrelease branch based on the changes included in the PR. If a release\nbranch already exists, then release notes and CHANGELOG is\nautomatically updated with the new changes.\n\nFor this to work we follow [[https://www.conventionalcommits.org/en/v1.0.0/][conventional commits]] and write good commit\nmessages.\n\n** License\n\nCopyright © 2024 Deepu Mohan Puthrote\n\nThis program and the accompanying materials are made available under the\nterms of the Eclipse Public License 2.0 which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\n\nThis Source Code may also be made available under the following\nSecondary Licenses when the conditions for such availability set forth\nin the Eclipse Public License, v. 2.0 are satisfied: GNU General Public\nLicense as published by the Free Software Foundation, either version 2\nof the License, or (at your option) any later version, with the GNU\nClasspath Exception which is available at\nhttps://www.gnu.org/software/classpath/license.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarfox%2Ftic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarfox%2Ftic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarfox%2Ftic-tac-toe/lists"}