{"id":16805510,"url":"https://github.com/ylemkimon/conqueror","last_synced_at":"2025-03-17T07:43:51.111Z","repository":{"id":103580611,"uuid":"132984189","full_name":"ylemkimon/Conqueror","owner":"ylemkimon","description":null,"archived":false,"fork":false,"pushed_at":"2020-04-01T15:43:24.000Z","size":12144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T16:54:01.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/ylemkimon.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":"2018-05-11T03:26:03.000Z","updated_at":"2020-04-01T15:43:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"684e8bd4-f5b1-4803-be10-f6d81ae5f3a2","html_url":"https://github.com/ylemkimon/Conqueror","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ylemkimon%2FConqueror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ylemkimon%2FConqueror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ylemkimon%2FConqueror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ylemkimon%2FConqueror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ylemkimon","download_url":"https://codeload.github.com/ylemkimon/Conqueror/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243996901,"owners_count":20380979,"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":[],"created_at":"2024-10-13T09:48:28.830Z","updated_at":"2025-03-17T07:43:51.090Z","avatar_url":"https://github.com/ylemkimon.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Conqueror\n\n### 2018-1 Programming Methodology 001 Team Term Project\n#### Electric and Computer Engineering @Seoul Nation University\n\n[Splix.io](http://splix.io/)-like territory expansion game using OpenGL\n\n\u003e Team 37\u003cbr\u003e\n2017-1XXXX 김X민\u003cbr\u003e\n2015-1XXXX 전XX\n\n\n## Design\n\nInspired by [paper.io](http://paper-io.com).\n\n[paper.io](http://paper-io.com)로부터 영감을 받았습니다.\n\n\n## OpenGL\n\nSupports old GLUT and freeglut. However, MSAA doesn't properly work with old GLUT, so lines may appear rough. The library path should be set as an environment variable `OPENGL_DIR` and `%OPENGL_DIR%\\bin` (or `%OPENGL_DIR%\\dll`) should be added to the `PATH`. Visual Studio automatically detects its type and imports the appropriate property sheet to use the library.\n\n구 GLUT과 freeglut을 지원합니다. 그러나 구 GLUT은 MSAA가 정상적으로 작동하지 않아 선이 거칠게 보일 수 있습니다. 라이브러리 경로는 `OPENGL_DIR` 환경변수로 설정되어 있어야 하며, `%OPENGL_DIR%\\bin`(또는 `%OPENGL_DIR%\\dll`)는 `PATH`에 추가되어야 합니다. Visual Studio는 라이브러리 종류를 자동으로 감지하여, 알맞은 속성 시트를 사용합니다.\n\n\n## Sound\n\nUses [irrKlang](https://www.ambiera.com/irrklang/) (free for non-commercial use). The library is available for download at [irrKlang Downloads](https://www.ambiera.com/irrklang/downloads.html). Its path should be structured as below and set as an environment variable `IRRKLANG_DIR`, and `%IRRKLANG_DIR%\\bin` should be added to the `PATH`. Visual Studio automatically detects its presence and imports a property sheet to use the library.\n\nSoundtracks are extracted from `Tetris`.\n\n[irrKlang](https://www.ambiera.com/irrklang/) 라이브러리(비영리 목적 사용 무료)를 사용합니다. 라이브러리는 [irrKlang Downloads](https://www.ambiera.com/irrklang/downloads.html)에서 다운로드가 가능합니다. 라이브러리 경로는 아래와 같이 이루어져 있어야 하며 `IRRKLANG_DIR` 환경변수로 설정되어 있어야 하고, `%IRRKLANG_DIR%\\bin`가 `PATH`에 추가되어야 합니다. Visual Studio는 라이브러리 존재 여부를 자동으로 감지하여, 라이브러리를 사용하기 위한 속성 시트를 사용합니다.\n\n사운드트랙은 `Tetris`로 부터 추출하였습니다.\n\n```\nirrKlang/\n├── bin/\n│   ├── irrKlang.dll\n├── include/\n│   └── *.h\n└── lib/\n    ├── irrKlang.lib\n    └── irrKlang.exp\n```\n\n\n## Texture\n\nTextures are loaded using [stb_image](https://github.com/nothings/stb) (public domain). It is included in the project. If error occurs, comment out `#define USE_TEXTURE` in `Constants.h`, however the game will not show victory/loss message.\n\n텍스쳐는 [stb_image](https://github.com/nothings/stb) 라이브러리(퍼블릭 도메인)를 사용하여 로딩됩니다. 라이브러리는 프로젝트에 포함되어 있습니다. 오류가 발생할 경우, `Constants.h`의 `#define USE_TEXTURE`를 주석 처리하면 되나, 승리/패배 화면이 표시되지 않습니다.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fylemkimon%2Fconqueror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fylemkimon%2Fconqueror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fylemkimon%2Fconqueror/lists"}