{"id":16791827,"url":"https://github.com/alessandrojcm/mazes-for-programmers","last_synced_at":"2025-03-17T01:42:44.894Z","repository":{"id":97568903,"uuid":"560124383","full_name":"alessandrojcm/mazes-for-programmers","owner":"alessandrojcm","description":"A Go implementation of Mazes for Programmers by James Buck using raylib","archived":false,"fork":false,"pushed_at":"2024-07-17T15:22:23.000Z","size":180,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T09:43:37.055Z","etag":null,"topics":["algorithms","game","go","golang","raylib","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alessandrojcm.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":"2022-10-31T19:37:56.000Z","updated_at":"2024-07-17T15:22:26.000Z","dependencies_parsed_at":"2024-05-07T16:43:31.445Z","dependency_job_id":null,"html_url":"https://github.com/alessandrojcm/mazes-for-programmers","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/alessandrojcm%2Fmazes-for-programmers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alessandrojcm%2Fmazes-for-programmers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alessandrojcm%2Fmazes-for-programmers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alessandrojcm%2Fmazes-for-programmers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alessandrojcm","download_url":"https://codeload.github.com/alessandrojcm/mazes-for-programmers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960451,"owners_count":20375101,"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":["algorithms","game","go","golang","raylib","raylib-go"],"created_at":"2024-10-13T08:35:56.707Z","updated_at":"2025-03-17T01:42:44.870Z","avatar_url":"https://github.com/alessandrojcm.png","language":"Go","readme":"# Mazes for Programmers\n\nThis book is a Go implementation for the book [Mazes for Programmers](http://www.mazesforprogrammers.com/)\nby James Buck.\n\nIt will be used mainly as a tool to learn Go, this book was chosen for\nseveral reasons:\n\n* It is very well written and provides fun challenges, thus keeping the reader interested\n* The mazes are implemented using classic algorithms and data structures,\nthus making you think\n* It delves into graphically representing the mazes, hence a graphics library is needed. This is always fun\n* Code samples are written in Ruby, being the high-level language that it is, Ruby provides a lot of \"magic\" built-in\nthat Go simply hasn't got. Thus, it forces us to find the most idiomatic way in Go of implementing these features; this\nprovides a very hands-on way of getting to know the language.\n\nCode samples will be implemented pure Go, whereas for the graphics the Go bindings of [raylib](https://github.com/gen2brain/raylib-go)\nwill be used. Raylib is a simple library written in C (so it's written in a imperative way) that wraps the OpenGL API, it's made mainly to teach game development;\nthus its API is very simplified while at the same time providing everything that is necessary for a 2D (and even 3D) application.\n\nThis module is structure like this (work in progress):\n\n* `mfp` contains all the logic for the mazes, abstracted from graphic representation where possible\n* `main` contains the application that calls the code defined in the above package\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falessandrojcm%2Fmazes-for-programmers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falessandrojcm%2Fmazes-for-programmers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falessandrojcm%2Fmazes-for-programmers/lists"}