{"id":15650571,"url":"https://github.com/mevdschee/ebiten-mines","last_synced_at":"2025-07-13T07:02:55.183Z","repository":{"id":54445385,"uuid":"334508607","full_name":"mevdschee/ebiten-mines","owner":"mevdschee","description":"Minesweeper game in Go that can compile to WASM (uses ebiten v2) ","archived":false,"fork":false,"pushed_at":"2024-04-07T20:12:08.000Z","size":2201,"stargazers_count":41,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-30T17:51:01.749Z","etag":null,"topics":["2d-game","ebiten","golang-game","minesweeper","wasm-game","web-game"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mevdschee.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":"2021-01-30T20:50:16.000Z","updated_at":"2025-02-05T01:23:26.000Z","dependencies_parsed_at":"2024-06-19T02:14:40.744Z","dependency_job_id":null,"html_url":"https://github.com/mevdschee/ebiten-mines","commit_stats":null,"previous_names":["mevdschee/ebiten-mines","mevdschee/minesweeper.go"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mevdschee/ebiten-mines","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Febiten-mines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Febiten-mines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Febiten-mines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Febiten-mines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mevdschee","download_url":"https://codeload.github.com/mevdschee/ebiten-mines/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Febiten-mines/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265101621,"owners_count":23711579,"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":["2d-game","ebiten","golang-game","minesweeper","wasm-game","web-game"],"created_at":"2024-10-03T12:35:07.698Z","updated_at":"2025-07-13T07:02:55.098Z","avatar_url":"https://github.com/mevdschee.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ebiten-mines\n\nPlay the game here (slow download, 1.8MB):\n\nhttps://www.maurits.vdschee.nl/ebiten-mines/\n\n![minesweeper development screenshot](screenshot.jpg)\n\nThis is written using ebiten v2 in Go:\n\n    sudo apt install golang\n\nTo run the code you can execute:\n\n    go run .\n\nTo run the code in your browser (using WASM) you can execute:\n\n    bash build.sh\n\nOn Debian/Ubuntu I had to install the following packages:\n\n    sudo apt install libc6-dev libglu1-mesa-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev libasound2-dev pkg-config\n\nSee also: https://ebiten.org/documents/install.html\n\n    \n### Brotli\n\nInstall `brotli` command line compression tool using:\n\n    sudo apt install brotli\n\nCompress the WASM file using (takes several seconds):\n\n    brotli -f -Z --suffix=-brotli *.wasm\n\nAdd the following `.htaccess` file on the webserver:\n\n    \u003cFilesMatch \"\\.wasm$\"\u003e\n        RewriteEngine On\n        RewriteCond %{HTTP:Accept-Encoding} br\n        RewriteCond %{REQUEST_FILENAME}-brotli -f\n        RewriteRule (.*) $1-brotli\n    \u003c/FilesMatch\u003e\n    \n    \u003cFilesMatch \"\\.wasm-brotli$\"\u003e\n        Header set Content-Encoding br\n        Header set Content-Type application/wasm\n        Header append Vary Accept-Encoding\n    \u003c/FilesMatch\u003e\n\nMake sure that `mod_headers` and `mod_rewrite` are enabled.\n\n    sudo a2enmod rewrite headers\n\nRestart the apache webserver if the modules were activated using:\n\n    sudo systemctl restart apache2\n\nNB: Most webservers have the modules enabled by default.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmevdschee%2Febiten-mines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmevdschee%2Febiten-mines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmevdschee%2Febiten-mines/lists"}