{"id":26845282,"url":"https://github.com/andreiregiani/tic-tac-arm64","last_synced_at":"2025-04-30T20:25:39.713Z","repository":{"id":152987494,"uuid":"274519607","full_name":"AndreiRegiani/tic-tac-arm64","owner":"AndreiRegiani","description":"Tic-Tac-Toe written in ARM 64-bit assembly (AArch64)","archived":false,"fork":false,"pushed_at":"2020-06-29T12:48:54.000Z","size":22,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T20:25:23.948Z","etag":null,"topics":["aarch64","arm64","assembly","tic-tac-toe","tictactoe"],"latest_commit_sha":null,"homepage":"","language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndreiRegiani.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":"2020-06-23T22:14:54.000Z","updated_at":"2023-05-28T01:40:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e5e05ba-dfce-4046-9c89-5c21cf9d5ab2","html_url":"https://github.com/AndreiRegiani/tic-tac-arm64","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiRegiani%2Ftic-tac-arm64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiRegiani%2Ftic-tac-arm64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiRegiani%2Ftic-tac-arm64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiRegiani%2Ftic-tac-arm64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndreiRegiani","download_url":"https://codeload.github.com/AndreiRegiani/tic-tac-arm64/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251776849,"owners_count":21642064,"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":["aarch64","arm64","assembly","tic-tac-toe","tictactoe"],"created_at":"2025-03-30T19:35:38.313Z","updated_at":"2025-04-30T20:25:39.708Z","avatar_url":"https://github.com/AndreiRegiani.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tic-Tac-ARM64\nTic-Tac-Toe written in ARM 64-bit assembly (AArch64).\n\n## Runtime Requirements\n* POSIX compatible (tested on Ubuntu and Android)\n* ARMv8-A hardware or emulation\n* stdin/stdout\n* No libc dependency\n* System calls used: `read()`, `write()`, `exit()`\n\n## Cross-compiling from Ubuntu x86-64\nDependencies:\n```\n$ sudo apt install gcc-aarch64-linux-gnu\n\n# Emulation:\n$ sudo apt install qemu-aarch64\n```\n\nCompiling \u0026 Running:\n```\n$ make\n./tictac_arm64  # qemu-aarch64: runs without a dedicated VM\n```\n\n## Running on Android\nNo root required:\n```\nadb push tictac_arm64 /sdcard\nadb shell cp /sdcard/tictac_arm64 /data/local/tmp\nadb shell chmod +x /data/local/tmp/tictac_arm64\nadb shell /data/local/tmp/tictac_arm64\n```\n\n## Match example\n```\n### Tic-Tac-ARM64 ###\nCoordinates:\n\n1 2 3\n4 5 6\n7 8 9\n\nMake a move (1-9): 1\nX - - \n- - - \n- - - \n\nMake a move (1-9): 1\n\u003e\u003e\u003e Invalid move, try again.\n\nMake a move (1-9): 2\nX O - \n- - - \n- - - \n\nMake a move (1-9): 3\nX O X \n- - - \n- - - \n\nMake a move (1-9): 4\nX O X \nO - - \n- - - \n\nMake a move (1-9): 5\nX O X \nO X - \n- - - \n\nMake a move (1-9): 6\nX O X \nO X O \n- - - \n\nMake a move (1-9): 7\nX O X \nO X O \nX - - \n\n\u003e\u003e\u003e Victory by X\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreiregiani%2Ftic-tac-arm64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreiregiani%2Ftic-tac-arm64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreiregiani%2Ftic-tac-arm64/lists"}