{"id":15057526,"url":"https://github.com/aviks/gamezero.jl","last_synced_at":"2025-04-07T06:13:38.604Z","repository":{"id":45331095,"uuid":"258902080","full_name":"aviks/GameZero.jl","owner":"aviks","description":"Zero overhead game development library for the Julia programming language","archived":false,"fork":false,"pushed_at":"2024-02-08T23:29:04.000Z","size":8703,"stargazers_count":184,"open_issues_count":28,"forks_count":23,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-13T23:23:09.723Z","etag":null,"topics":["creating-games","games","hacktoberfest","julialang"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aviks.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":"2020-04-26T00:20:13.000Z","updated_at":"2024-09-29T00:51:43.000Z","dependencies_parsed_at":"2024-12-17T21:08:05.013Z","dependency_job_id":"d117477a-c0e0-4d26-b0dc-e5b9f587ceb9","html_url":"https://github.com/aviks/GameZero.jl","commit_stats":{"total_commits":80,"total_committers":14,"mean_commits":5.714285714285714,"dds":"0.32499999999999996","last_synced_commit":"932fb67ab8d57c9cabaa86c5f52d4314e84fc7c2"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aviks%2FGameZero.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aviks%2FGameZero.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aviks%2FGameZero.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aviks%2FGameZero.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aviks","download_url":"https://codeload.github.com/aviks/GameZero.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601449,"owners_count":20964864,"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":["creating-games","games","hacktoberfest","julialang"],"created_at":"2024-09-24T22:07:41.030Z","updated_at":"2025-04-07T06:13:38.585Z","avatar_url":"https://github.com/aviks.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GameZero\n\n[![Build Status](https://github.com/aviks/GameZero.jl/workflows/CI/badge.svg?event=push\u0026branch=master)](https://github.com/aviks/GameZero.jl/actions?query=workflow%3ACI)\n[![version](https://juliahub.com/docs/GameZero/version.svg)](https://juliahub.com/ui/Packages/GameZero/tTDGf)\n[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliahub.com/docs/GameZero/tTDGf/)\n[![Build Status](https://travis-ci.org/aviks/GameZero.jl.svg?branch=master)](https://travis-ci.com/aviks/GameZero.jl)\n\nA zero overhead game development framework for beginners.\n\n## Overview\nThe aim of this package is to remove accidental complexity from the game development process. We therefore always choose simplicity and consistency over features. The users of this package will include young programmers learning their first language, maybe moving on from Scratch. While we aim to support reasonably sophisticated 2D games, our first priority will remain learners, and their teachers.\n\n## Running Games\n\nGames created using GameZero are `.jl` files that live in any directory. \nTo play the games, start the Julia REPL and:\n\n```\npkg\u003e add GameZero\n\npkg\u003e add Colors\n\njulia\u003e using GameZero\n\njulia\u003e rungame(\"C:\\\\path\\\\to\\\\game\\\\Spaceship\\\\Spaceship.jl\")\n\n```\n\n## Creating Games\n[Read the documentation](https://juliahub.com/docs/GameZero/tTDGf/) to get started. The best way to learn how to use this package is by looking at existing games created with it. There are some simple examples in the [example subdirectory](https://github.com/aviks/GameZero.jl/tree/master/example/BasicGame). More comprehensive examples are listed in the [GZExamples](https://github.com/SquidSinker/GZExamples) repository. The documentation will also display the example sources. \n\n## Status\nThis is an early release. Please try to make new games, and [report](https://github.com/aviks/GameZero.jl/issues) any bugs, usability issues or missing features. We particularly welcome more games in the [GZExamples](https://github.com/SquidSinker/GZExamples) repository.\n\n## Acknowledgement\nThe design of this library is inspired by the python package [PyGameZero](https://pygame-zero.readthedocs.io) by [Daniel Pope](https://github.com/lordmauve). Much of the design however has been changed to make things more Julian, and the implementation is independent.\n\nGameZero uses [SDL2](https://www.libsdl.org/) via the [Julia wrapper](https://github.com/jonathanBieler/SimpleDirectMediaLayer.jl).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faviks%2Fgamezero.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faviks%2Fgamezero.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faviks%2Fgamezero.jl/lists"}