{"id":17623674,"url":"https://github.com/zachgrayio/codenamerxg","last_synced_at":"2025-07-21T09:03:34.398Z","repository":{"id":79767872,"uuid":"52823772","full_name":"zachgrayio/codenameRXG","owner":"zachgrayio","description":"A somewhat FRP-based game engine. ","archived":false,"fork":false,"pushed_at":"2017-11-09T05:53:10.000Z","size":152,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T01:37:01.088Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zachgrayio.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":"2016-02-29T20:51:06.000Z","updated_at":"2017-11-09T05:53:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c9e1509-2426-42f8-b5ec-534715ed1e09","html_url":"https://github.com/zachgrayio/codenameRXG","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zachgrayio/codenameRXG","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachgrayio%2FcodenameRXG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachgrayio%2FcodenameRXG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachgrayio%2FcodenameRXG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachgrayio%2FcodenameRXG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zachgrayio","download_url":"https://codeload.github.com/zachgrayio/codenameRXG/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachgrayio%2FcodenameRXG/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266270387,"owners_count":23902731,"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":[],"created_at":"2024-10-22T21:23:28.196Z","updated_at":"2025-07-21T09:03:34.376Z","avatar_url":"https://github.com/zachgrayio.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codenameRXG\n\n### DSL usage:\n\nActor extension:\n\n```kotlin\nvar Actor.health: Int by ActorAttribute({ 3 })\nval Actor.flying : Boolean get() = position.y in 0f..ground\n```\n\nKeybindings:\n\n```\nESC on RELEASED does togglePaused\nA on PRESSED does ifNot(paused) { player    moveLeft step       play playerMoveAnimation() }\nS on PRESSED does ifNot(paused) { player    play \"crouch\" }\nD on PRESSED does ifNot(paused) { player    moveRight step      play playerMoveAnimation() }\nA on RELEASED does playerStand\nS on RELEASED does playerStand\nD on RELEASED does playerStand\n```\n\n### Build/Run\nTo build/run the demo game: `./gradlew run`\n\n### Build distributable\n`./gradlew distZip`, and run by CD'ing into the bin directory and executing the run script from there. NOTE: if building for Mac, uncomment the jvm args in build.gradle.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachgrayio%2Fcodenamerxg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzachgrayio%2Fcodenamerxg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachgrayio%2Fcodenamerxg/lists"}