{"id":18499645,"url":"https://github.com/asimmon/bomberjam-contest","last_synced_at":"2026-03-04T21:02:37.348Z","repository":{"id":45933167,"uuid":"319736814","full_name":"asimmon/bomberjam-contest","owner":"asimmon","description":"Bomberjam is an artificial intelligence programming challenge.","archived":false,"fork":false,"pushed_at":"2023-01-15T18:31:53.000Z","size":9739,"stargazers_count":24,"open_issues_count":3,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T18:10:46.844Z","etag":null,"topics":["artificial-intelligence","codejam","competitive-programming","hackathon"],"latest_commit_sha":null,"homepage":"https://bomberjam.anthonysimmon.com","language":"C#","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/asimmon.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}},"created_at":"2020-12-08T19:14:42.000Z","updated_at":"2024-09-23T21:21:35.000Z","dependencies_parsed_at":"2023-02-09T23:15:31.075Z","dependency_job_id":null,"html_url":"https://github.com/asimmon/bomberjam-contest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asimmon/bomberjam-contest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asimmon%2Fbomberjam-contest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asimmon%2Fbomberjam-contest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asimmon%2Fbomberjam-contest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asimmon%2Fbomberjam-contest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asimmon","download_url":"https://codeload.github.com/asimmon/bomberjam-contest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asimmon%2Fbomberjam-contest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30092873,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T20:42:30.420Z","status":"ssl_error","status_checked_at":"2026-03-04T20:42:30.057Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["artificial-intelligence","codejam","competitive-programming","hackathon"],"created_at":"2024-11-06T13:46:48.885Z","updated_at":"2026-03-04T21:02:37.331Z","avatar_url":"https://github.com/asimmon.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bomberjam\n\n\u003e Bomberjam is now live 🎉: https://bomberjam.anthonysimmon.com\n\nBomberjam is an **online artificial intelligence programming challenge**.\nWrite your bot using one of six languages (C#, Go, Java, JavaScript, Python and PHP) and fight against other players to reach the first place in the leaderboard.\n\nPlayers control a bot using the programming language of their choice. Four bots fight in a 2D grid. The bot with the highest score wins. One player can get points by destroying blocks, hitting another player and being the last player alive.\n\n* Sign in with your GitHub account\n* Download  the latest starter kit on GitHub\n* Learn the game mechanics and write your bot\n* Upload your bot source code as a single zip file\n* We will compile your bot and tell you if something went wrong\n* We will periodically schedule games and update your score\n\n## Local development setup\n\n### Website configuration\n\nCheck `appsettings.json` for required parameters. They can be set as environment variables too:\n\n* `GitHub__ClientId`: GitHub OAuth app client ID that redirects to https://localhost:5001/signin-github-callback\n* `GitHub__ClientSecret`: GitHub OAuth app client secret that redirects to https://localhost:5001/signin-github-callback\n* `GitHub__Administrators`: Comma-separated list of GitHub ID administrators\n* `SecretAuth__Secret`: A secret token that will be used by the worker to communicate with the website API\n* `ConnectionStrings__BomberjamContext`: SQL Server database connection string\n* `ConnectionStrings__BomberjamStorage`: Azure Storage connection string, used for bots and game replays storage\n\nUse **Azure Storage Emulator** and **SQL Local DB** for lightweight alternatives to Azure Storage and SQL Server.\n\n#### SQL Local DB\n\nCreating the database with initial data is a one time thing:\n\n```\ncd \u003ccheckoutDirectory\u003e\\website\\Bomberjam.Website\nSqlLocalDB.exe create bomberjam\nSqlLocalDB.exe start bomberjam\ndotnet ef database update\n```\n\nOnce you've done that, just start the database when you need it: `SqlLocalDB.exe start bomberjam`\n\n\n#### Azure Storage Emulator\n\nJust start the emulator and use `UseDevelopmentStorage=true` as connection string.\n\n### Worker Docker configuration\n\nBuilding the image:\n\n```\ncd \u003cproject root path\u003e\ndocker build --tag asimmon/bomberjam-worker:latest -f worker.Dockerfile .\n```\n\nThe worker Docker container requires specific environment variables to communicate with the Bomberjam API.\nAlso, privileged access is required by iptables and control groups.\n\nUse the included `docker-compose.yml` to start a worker configured to work with a local hosted website.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasimmon%2Fbomberjam-contest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasimmon%2Fbomberjam-contest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasimmon%2Fbomberjam-contest/lists"}