{"id":17011972,"url":"https://github.com/jaythomas/love-experiment","last_synced_at":"2026-05-01T21:34:04.816Z","repository":{"id":151338297,"uuid":"54805455","full_name":"jaythomas/love-experiment","owner":"jaythomas","description":"test game made in lua LOVE","archived":false,"fork":false,"pushed_at":"2017-04-11T23:30:50.000Z","size":170,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T19:41:51.289Z","etag":null,"topics":["love2d","shmup"],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaythomas.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-03-27T00:18:53.000Z","updated_at":"2016-03-27T00:25:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"18af52af-2eee-48c3-b061-d11098d0a1f7","html_url":"https://github.com/jaythomas/love-experiment","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jaythomas/love-experiment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaythomas%2Flove-experiment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaythomas%2Flove-experiment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaythomas%2Flove-experiment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaythomas%2Flove-experiment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaythomas","download_url":"https://codeload.github.com/jaythomas/love-experiment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaythomas%2Flove-experiment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32513754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["love2d","shmup"],"created_at":"2024-10-14T06:09:03.229Z","updated_at":"2026-05-01T21:34:04.779Z","avatar_url":"https://github.com/jaythomas.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Love Experiment\n\n[![Build Status](https://travis-ci.org/jaythomas/love-experiment.svg?branch=master)](https://travis-ci.org/jaythomas/love-experiment)\n[![Coverage Status](https://coveralls.io/repos/github/jaythomas/love-experiment/badge.svg?branch=master)](https://coveralls.io/github/jaythomas/love-experiment?branch=master)\n[![License](https://img.shields.io/badge/License-LGPL%203.0-brightgreen.svg)](LICENSE)\n\n- [Overview](#overview)\n- [Running the game](#running-the-game)\n- [Command line arguments](#command-line-arguments)\n- [Code testing](#testing)\n- [Distributing](#distributing)\n\n## Overview\n\nThis is a test shoot-em-up game made using:\n- Lua LOVE\n- ECS-inspired designs\n- Docker-container-driven testing\n- And other nifty stuff!\n\n## Running the game\n\n1.) Install [LÖVE](https://love2d.org/). `conf.lua` specifies the recommended version of LÖVE to run.\n\n2.) Run the command or create a shortcut.\n\nOn unix, you can change to the game directory run it like so:\n\n```sh\nlove .\n```\n\nOn Windows, you can create a shortcut with a path to Love and path to the game:\n\n```\n\"C:/path/to/love.exe\" \"C:/path/to/game/directory\"\n```\n\n## Command line arguments\n\n### debug\n\n```\nlove . debug\n```\n\nRun the game in debug mode to draw collision lines and log debug information.\n\n\n## Code testing\n\n1.) Build docker container\n\n```sh\ndocker build -t test .\n```\n\n2.) Run the container\n\n```\ndocker run test # Run luacheck to check for linting errors\ndocker run test busted .\n```\n\n...And there you go. It should spit out linting errors and test results.\n\n## Distributing\n\nSee the Love [wiki article](https://love2d.org/wiki/Game_Distribution) on creating executable binaries.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaythomas%2Flove-experiment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaythomas%2Flove-experiment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaythomas%2Flove-experiment/lists"}