{"id":29036814,"url":"https://github.com/contrub/hangman-game","last_synced_at":"2025-10-11T06:08:57.346Z","repository":{"id":300526656,"uuid":"1006280107","full_name":"contrub/hangman-game","owner":"contrub","description":"Course work in Odesa I.I. Mechnikov National University (low-level programming) – 2nd year of study","archived":true,"fork":false,"pushed_at":"2025-07-20T22:42:31.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-21T00:22:50.577Z","etag":null,"topics":["assembler","dosbox","masm"],"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/contrub.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,"zenodo":null}},"created_at":"2025-06-21T22:37:02.000Z","updated_at":"2025-07-20T22:42:58.000Z","dependencies_parsed_at":"2025-06-22T08:29:07.151Z","dependency_job_id":null,"html_url":"https://github.com/contrub/hangman-game","commit_stats":null,"previous_names":["contrub/hangman-game"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/contrub/hangman-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contrub%2Fhangman-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contrub%2Fhangman-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contrub%2Fhangman-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contrub%2Fhangman-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/contrub","download_url":"https://codeload.github.com/contrub/hangman-game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contrub%2Fhangman-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006456,"owners_count":26084105,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["assembler","dosbox","masm"],"created_at":"2025-06-26T13:01:02.655Z","updated_at":"2025-10-11T06:08:57.340Z","avatar_url":"https://github.com/contrub.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Course Project: Hangman Game\n\n## Overview  \nThis project demonstrates practical usage of Assembly language by implementing a program that performs file operations, basic computations, and graphical output. It is designed for learning low-level programming concepts, CPU architecture, and interrupt handling.\n\n## Project Demo\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eClick to expand\u003c/b\u003e\u003c/summary\u003e\n\n![Start Game](images/start_game.png)\n\nStart game demo\n\n\u003c/details\u003e\n\n## Features  \n- Open and read files in binary mode  \n- Display text and graphics on the screen  \n- Perform arithmetic operations using registers and memory  \n- Manipulate memory segments and pointers  \n- Use macros and procedures for code modularity  \n- Handle DOS and BIOS interrupts (e.g., `int 21h`, `int 10h`)  \n\n## Technologies Used  \n- x86 Assembly Language (MASM)  \n- DOS and BIOS interrupt calls  \n- Intel 8086/8088 architecture  \n- Text and graphics video modes  \n\n## Build and Run Instructions  \n1. Prepare your Assembly environment (MASM).\n\n2. Before running the program, two files ```Ques.txt``` and ```Ans.txt``` should be created in the game root for the questions and the correct answer.\n\n2. Compile and link source code:  \n```bash\nmasm /a game.asm\nlink game.obj\n```  \n\n3. Run the executable in a DOS emulator or on real hardware:\n```bash\ngame.exe\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontrub%2Fhangman-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontrub%2Fhangman-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontrub%2Fhangman-game/lists"}