{"id":18309125,"url":"https://github.com/typicalam/mines","last_synced_at":"2025-07-24T20:36:12.672Z","repository":{"id":62808831,"uuid":"558081601","full_name":"TypicalAM/mines","owner":"TypicalAM","description":"Mines game in raylib-go","archived":false,"fork":false,"pushed_at":"2023-08-11T11:35:26.000Z","size":2955,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T05:29:12.506Z","etag":null,"topics":["game-development","golang","raylib-go"],"latest_commit_sha":null,"homepage":"","language":"Go","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/TypicalAM.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":"2022-10-26T21:30:29.000Z","updated_at":"2024-09-22T20:38:32.000Z","dependencies_parsed_at":"2024-11-05T16:10:24.680Z","dependency_job_id":"6289fbb7-4614-4af7-9d4e-4612e2265dd7","html_url":"https://github.com/TypicalAM/mines","commit_stats":null,"previous_names":["typicalam/mines"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypicalAM%2Fmines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypicalAM%2Fmines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypicalAM%2Fmines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypicalAM%2Fmines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TypicalAM","download_url":"https://codeload.github.com/TypicalAM/mines/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248031027,"owners_count":21036318,"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":["game-development","golang","raylib-go"],"created_at":"2024-11-05T16:10:19.869Z","updated_at":"2025-04-09T11:30:47.271Z","avatar_url":"https://github.com/TypicalAM.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💣 Mines\n\n👋 Hi! This is a small mines game written in golang. It uses a go port for a game library called [raylib-go](https://github.com/gen2brain/raylib-go). I created it to try out game development and **learn a new language** in the process! I also remade some of the features from [raygui](https://github.com/raysan5/raygui) to make the creating GUI widgets much **easier** and more **customizable**.\n\n## 🧐 What are the features?\n\nThis mines game allows you to:\n\n- Play mines! (obviously)\n- Create your own board configurations\n- Use and create **custom themes**!\n- Make it to the scoreboard and try to get the best time on your favorite mines board\n\n## ✨ Downloading\n\n### Releases\n\nYou can download a fresh copy of `mines` on our [releases](https://github.com/TypicalAM/mines/releases) page. The game is built both on windows and on linux. Open the executable and you're good to *go*!\n\n### Development\n\nClone the repository:\n\n```\ngit clone https://github.com/TypicalAM/mines \u0026\u0026 cd mines\n```\n\nCompile for linux:\n\n```\ngo run main.go\n```\n\nIf the compilation fails, then install the dependencies for [raylib-go](https://github.com/gen2brain/raylib-go) because to include the library you have to generate the `cgo` definitions for the raylib C library. For cross compiling to windows from linux you can use the following command\n\n```\nGOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=/bin/x86_64-w64-mingw32-gcc go build -o mines.exe main.go\n```\n\n## 📸 Product images\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/title.png\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/gameplay.png\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/options.png\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/lost.png\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/leaderboards.png\" /\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypicalam%2Fmines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftypicalam%2Fmines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypicalam%2Fmines/lists"}