{"id":18643855,"url":"https://github.com/iberasoft/horse-racing","last_synced_at":"2025-10-12T13:46:37.266Z","repository":{"id":49760441,"uuid":"196578989","full_name":"IberaSoft/horse-racing","owner":"IberaSoft","description":" :horse_racing: Multiplayer Horse Racing Game","archived":false,"fork":false,"pushed_at":"2024-12-26T14:08:23.000Z","size":1544,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-09T10:21:42.791Z","etag":null,"topics":["bulma","docker","jquery","loadsh","reactjs","rethinkdb","snapsvg","socket-io","webpack"],"latest_commit_sha":null,"homepage":"https://racing.manvalls.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IberaSoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-07-12T12:52:43.000Z","updated_at":"2024-12-21T14:36:26.000Z","dependencies_parsed_at":"2025-02-18T09:36:30.947Z","dependency_job_id":"74887c8f-9ced-4c88-af25-e037855bb1c9","html_url":"https://github.com/IberaSoft/horse-racing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IberaSoft/horse-racing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IberaSoft%2Fhorse-racing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IberaSoft%2Fhorse-racing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IberaSoft%2Fhorse-racing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IberaSoft%2Fhorse-racing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IberaSoft","download_url":"https://codeload.github.com/IberaSoft/horse-racing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IberaSoft%2Fhorse-racing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011456,"owners_count":26084947,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"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":["bulma","docker","jquery","loadsh","reactjs","rethinkdb","snapsvg","socket-io","webpack"],"created_at":"2024-11-07T06:08:36.525Z","updated_at":"2025-10-12T13:46:37.261Z","avatar_url":"https://github.com/IberaSoft.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"hr-logo.png\" width=\"450\" title=\"Multiplayer Horse Racing Game\"\u003e\n\u003c/p\u003e\n\n# Multiplayer Horse Racing Game\n\n\u003e Web and mobile app developed for WH's Hackathon 2017\n\n[![Build Status](http://img.shields.io/travis/badges/badgerbadgerbadger.svg?style=flat-square)](https://travis-ci.org/badges/badgerbadgerbadger) [![Coverage Status](http://img.shields.io/coveralls/badges/badgerbadgerbadger.svg?style=flat-square)](https://coveralls.io/r/badges/badgerbadgerbadger) [![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)\n\n---\n\n## Table of Contents\n- [Description](#description)\n- [Installation](#installation)\n- [Team](#team)\n- [License](#license)\n\n## Description\n\nThis is an addictive multiplayer game developed for WH's Hackathon 2017 where the participants can play as jockeys or just bet for each of them using their SmartPhones.\n\n### Play now!\n\n\u003e Go to [this](https://racing.manvalls.com/) url and follow the instructions...\n\n***Race administrator***\n```\n1- Enter the race duration (in milliseconds e.x.: 5000) and press `Create` button.\n2- Once the players have entered their names, click on `Start Race` button...\n```\n***Players***\n```\n1- Scan the QR code provided with your mobile's camera and open the url provided. \n2- Enter your name and wait until the administrator start the race.\n3- Once the race start, shake your mobile as much as you can in order to move your horse.\n4- Enjoy!\n```\n***Betting***\n```\n- For betting, just scan the QR code provided before the race start and follow the instructions.\n```\n\n## Installation\n\n### Prerequisites\n- [NodeJS](https://nodejs.org/en/download/) v6.0.0 or greater is installed, and `node` and `npm` are available on the PATH environment variable.\n- [Git](https://git-scm.com/) v2.6.4 or greater is installed, and is available on the PATH environment variable.\n- [RethinkDB](https://rethinkdb.com/docs/install/)\n- Any SmartPhone with accelerometer and QR code scanner\n\n### Clone\n\n- Clone this repo to your local machine using `https://github.com/IberaSoft/horce-racing.git`\n\n### Setup\n\n```shell\n$ npm install\n$ brew update \u0026\u0026 brew install rethinkdb\n```\n\n\u003e Open a console tab for racing-backend project\n\n```shell\n$ rethinkdb       // Start the DB\n```\n\n\u003e Open a new console tab for racing-frontend project\n\n```shell\n$ npm run reql    // Builds the DB\n$ npm run start\n```\n\n\u003e Open a new console tab for racing-frontend project\n\n```shell\n$ sudo npm start --port:80\n```\n\n## Team\n\n- Manuel Valls Fernandez [@manvalls](https://github.com/manvalls)\n- Radi Hristova [@radiola](http://radoila.com/)\n- Erika Matesanz [@ematesanz](https://github.com/ematesanz)\n- Juan Cruz Llorens [@iberasoft](https://github.com/iberasoft)\n\n## License\n\n- [MIT license](http://opensource.org/licenses/mit-license.php)\n- Copyright 2017 © \u003ca href=\"http://iberasoft.com\" target=\"_blank\"\u003eIberaSoft\u003c/a\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiberasoft%2Fhorse-racing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiberasoft%2Fhorse-racing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiberasoft%2Fhorse-racing/lists"}