{"id":21560406,"url":"https://github.com/icza/golab","last_synced_at":"2025-04-10T11:51:54.552Z","repository":{"id":57511449,"uuid":"239189076","full_name":"icza/golab","owner":"icza","description":"This is the reincarnation of my gophergala/golab: a 2D labyrinth game.","archived":false,"fork":false,"pushed_at":"2024-07-23T08:33:01.000Z","size":1656,"stargazers_count":28,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T10:45:36.483Z","etag":null,"topics":["game","gopher","labyrinth","labyrinth-game","labyrinth-generation"],"latest_commit_sha":null,"homepage":"https://icza.github.io/golab/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/icza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"icza"}},"created_at":"2020-02-08T19:03:56.000Z","updated_at":"2024-08-24T20:00:17.000Z","dependencies_parsed_at":"2023-11-28T11:30:37.743Z","dependency_job_id":"bb56bbd4-a860-48c9-a2fa-10bf469d691e","html_url":"https://github.com/icza/golab","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/icza%2Fgolab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icza%2Fgolab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icza%2Fgolab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icza%2Fgolab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icza","download_url":"https://codeload.github.com/icza/golab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248215191,"owners_count":21066622,"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","gopher","labyrinth","labyrinth-game","labyrinth-generation"],"created_at":"2024-11-24T09:14:11.894Z","updated_at":"2025-04-10T11:51:54.532Z","avatar_url":"https://github.com/icza.png","language":"Go","funding_links":["https://github.com/sponsors/icza"],"categories":[],"sub_categories":[],"readme":"# golab\n\n[![Actions Status](https://github.com/icza/golab/workflows/Go/badge.svg)](https://github.com/icza/golab/actions)\n\n_This the reincarnation of my [gophergala/golab](https://github.com/gophergala/golab) game._\n\n## Introduction\n\n**Gopher's Labyrinth** (or **GoLab**) is a 2D Labyrinth game where you control Gopher\n(who else) and your goal is to get to the Exit point.\nBut beware of the bloodthirsty Bulldogs, the ancient enemies of gophers who are endlessly roaming the Labyrinth!\n\nControlling Gopher is very easy: just click with your left mouse button to where you want to move\n(there must be a free straight line to it). You may queue multiple target points forming a path.\nRight click clears the path. You may also use the arrow keys on your keyboard.\n\nYou may try out the game in your browser if it supports WebAssembly and WebGL here: https://icza.github.io/golab/\n\n![Screenshot](https://raw.githubusercontent.com/icza/golab/master/screenshot-golab.png)\n\n## Under the hood\n\nGoLab is written completely in [Go](https://golang.org). Go 1.13 or newer is required.\nThe user interface and input handling is done with the [gioui](https://gioui.org) library, utilized in the `view` package.\n\nThe game model and game logic is placed in the `engine` package.\n\n## How to get it or install it\n\nOf course in the \"go way\". You may quickly test it by initializing a new module in a folder by running:\n\n    go mod init test\n    \nAnd then run GoLab with:\n\n    go run github.com/icza/golab/cmd/golab\n\nOr try it in your browser:  https://icza.github.io/golab/\n\n## LICENSE\n\nSee [LICENSE](https://github.com/icza/golab/blob/master/LICENSE).\n\nGoLab's Gopher is a derivative work based on the Go gopher which was designed by Renee French. (http://reneefrench.blogspot.com/).\nLicensed under the Creative Commons 3.0 Attributions license.\n\nThe source of other images can be found in the [\\_images_/source.txt](https://github.com/icza/golab/blob/master/_images/source.txt) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficza%2Fgolab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficza%2Fgolab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficza%2Fgolab/lists"}