{"id":18664783,"url":"https://github.com/innovailable/rtc-bomber","last_synced_at":"2025-11-06T10:30:28.925Z","repository":{"id":146460435,"uuid":"45337320","full_name":"Innovailable/rtc-bomber","owner":"Innovailable","description":"A browser game about bombs with multiplayer using WebRTC","archived":false,"fork":false,"pushed_at":"2016-03-02T18:28:39.000Z","size":39,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-27T17:24:37.160Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/Innovailable.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":"2015-11-01T11:12:33.000Z","updated_at":"2022-12-26T08:19:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a9e8346-ec36-4dce-91c8-c4546289325d","html_url":"https://github.com/Innovailable/rtc-bomber","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/Innovailable%2Frtc-bomber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Innovailable%2Frtc-bomber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Innovailable%2Frtc-bomber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Innovailable%2Frtc-bomber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Innovailable","download_url":"https://codeload.github.com/Innovailable/rtc-bomber/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239491352,"owners_count":19647811,"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-11-07T08:24:55.582Z","updated_at":"2025-11-06T10:30:28.886Z","avatar_url":"https://github.com/Innovailable.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rtc-bomber\n\n## About\n\nThis is a game about bombing rocks and sometimes other players. It is running\nin browsers and provides multiplayer using WebRTC.\n\n## Technical Details\n\nHere are some random technical details you might or might not be interested in:\n\n* written in CoffeeScript\n* the surrounding user interface is written in ReactJS and CJSX\n* actual game is rendered on a `\u003ccanvas\u003e`\n* multiplayer through WebRTC peer to peer connections using\n  [rtc-lib](https://github.com/Innovailable/rtc-lib)\n* [calling-signaling](https://github.com/Innovailable/calling-signaling) helps\n  clients connect and find games\n* code can be compiled to static JavaScript and HTML files, only the non game\n  specific signaling server has to run on some server\n* one player acts as server and sends the game state to all other players and\n  receives their input\n\n## Setup\n\n### Play Online\n\nYou can play the game online [here](http://innovailable.github.io/rtc-bomber/).\n\n### Integrated Server\n\nThe game can be started using an integrated HTTP server which also contains the\nsignaling server.\n\nInstall the dependencies with\n\n    npm install\n\nRun the server with\n\n    coffee server/main.coffee\n\nThe server will then listen on port 3000\n\n    http://localhost:3000/\n\n### Compiled Files\n\nAn alternative way to use the game is to compile the static files. You will\nhave to specify a signaling server URL on compile time.\n\n    SIGNALING_URL=wss://calling.innovailable.eu make\n\nYou can then upload the files from the `out/` directory to any server or use\nthem locally.\n\n## TODO\n\n* actual graphics\n* actual design\n* more maps\n* private games\n* invite players\n* spectator mode\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnovailable%2Frtc-bomber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finnovailable%2Frtc-bomber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnovailable%2Frtc-bomber/lists"}