{"id":25194957,"url":"https://github.com/blazskufca/asm_tic_tac_toe","last_synced_at":"2025-04-04T14:40:19.083Z","repository":{"id":276637968,"uuid":"929842851","full_name":"blazskufca/asm_tic_tac_toe","owner":"blazskufca","description":"A game of Tic-tac-toe in x86_64 ISA assembly (AT\u0026T/GAS)","archived":false,"fork":false,"pushed_at":"2025-02-09T14:47:15.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T15:33:23.351Z","etag":null,"topics":["assembly"],"latest_commit_sha":null,"homepage":"","language":"Assembly","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/blazskufca.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-09T14:38:14.000Z","updated_at":"2025-02-09T14:48:43.000Z","dependencies_parsed_at":"2025-02-09T15:43:25.254Z","dependency_job_id":null,"html_url":"https://github.com/blazskufca/asm_tic_tac_toe","commit_stats":null,"previous_names":["blazskufca/asm_tic_tac_toe"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazskufca%2Fasm_tic_tac_toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazskufca%2Fasm_tic_tac_toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazskufca%2Fasm_tic_tac_toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazskufca%2Fasm_tic_tac_toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blazskufca","download_url":"https://codeload.github.com/blazskufca/asm_tic_tac_toe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198400,"owners_count":20900078,"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":["assembly"],"created_at":"2025-02-10T00:29:31.464Z","updated_at":"2025-04-04T14:40:19.039Z","avatar_url":"https://github.com/blazskufca.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  Tic-tac-toe in Assembly\n\nA simple game of Tic-tac-toe in [x86_64 ISA](https://en.wikipedia.org/wiki/X86-64) assembly ([AT\u0026T syntax](https://en.wikipedia.org/wiki/X86_assembly_language#Syntax) and [GAS](https://en.wikipedia.org/wiki/GNU_Assembler)).\n\n![image](https://github.com/user-attachments/assets/2333b646-2a7d-4985-a1d5-d0ffda9d8420)\n\n## A couple of important notes\n\n1. Despite being in assembly, it still relies on [libc](https://en.wikipedia.org/wiki/C_standard_library).\n\n2. This is primarily a learning project. It does not prioritize optimization, binary size, or performance efficiency. In fact, its performance and size are likely worse than output from any semi-optimized compiler\n\n## Run Locally\n\n1. Clone the project\n\n2. `cd` into the repo directory\n\n3. Compile:\n    - Either as static executable: `gcc -static *.s -o tictactoe`\n    - Or dynamic executable: `gcc -rdynamic *.s -o tictactoe`\n\n4. Play a couple of rounds of Tic-Tac-tictactoe: `./tictactoe`\n## Acknowledgements\n\n - [Learn to Program with Assembly: Foundational Learning for New Programmers by Jonathan Bartlett](https://www.amazon.com/Learn-Program-Assembly-Foundational-Programmers/dp/1484274369)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblazskufca%2Fasm_tic_tac_toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblazskufca%2Fasm_tic_tac_toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblazskufca%2Fasm_tic_tac_toe/lists"}