{"id":22598949,"url":"https://github.com/rasmussvala/tddd27-web-golf","last_synced_at":"2026-04-17T05:02:52.563Z","repository":{"id":241773762,"uuid":"807615636","full_name":"rasmussvala/TDDD27-Web-Golf","owner":"rasmussvala","description":"A web-based multiplayer golf game where players can compete against each other in real-time.","archived":false,"fork":false,"pushed_at":"2025-02-11T18:28:30.000Z","size":1245,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-16T19:28:23.555Z","etag":null,"topics":["firebase","golf","javascript","linkoping-university","liu","multiplayer","react","reactjs","real-time"],"latest_commit_sha":null,"homepage":"https://webgolf.vercel.app","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/rasmussvala.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":"2024-05-29T12:49:27.000Z","updated_at":"2025-02-11T18:28:34.000Z","dependencies_parsed_at":"2024-05-30T02:58:03.349Z","dependency_job_id":"fb8cea17-6706-4322-83a1-e39d6d6124af","html_url":"https://github.com/rasmussvala/TDDD27-Web-Golf","commit_stats":null,"previous_names":["rasmussvala/web-golf","rasmussvala/tddd27-web-golf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rasmussvala/TDDD27-Web-Golf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasmussvala%2FTDDD27-Web-Golf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasmussvala%2FTDDD27-Web-Golf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasmussvala%2FTDDD27-Web-Golf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasmussvala%2FTDDD27-Web-Golf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rasmussvala","download_url":"https://codeload.github.com/rasmussvala/TDDD27-Web-Golf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasmussvala%2FTDDD27-Web-Golf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["firebase","golf","javascript","linkoping-university","liu","multiplayer","react","reactjs","real-time"],"created_at":"2024-12-08T11:07:34.696Z","updated_at":"2026-04-17T05:02:52.546Z","avatar_url":"https://github.com/rasmussvala.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TDDD27: Web Multiplayer Game\n\n## Description\n\nWelcome to our project for the course [TDDD27 Advanced Web Programming](https://studieinfo.liu.se/kurs/TDDD27/vt-2024) at Linköping University 2024. We have created a web-based multiplayer golf platform where players can compete against each other in real-time. The golf game is based on a previous project in the course [TNM085 Modelling Project](https://studieinfo.liu.se/kurs/TNM085/vt-2023), which deals with physics simulation through Euler approximation (link to GitHub repo: [Grantallkotten/Modelling-and-animation](https://github.com/Grantallkotten/Modeling-and-animation)). Beyond gameplay, players can interact via chat during sessions, access personal statistics, and compete for the top spot on the leaderboard.\n\n## Try it yourself\n[webgolf.vercel.app](https://webgolf.vercel.app)  \n\n## Technologies and Frameworks\n\nWe use the following technologies and frameworks:\n\n- **React.js**: For building the user interface.\n- **Firebase**: For storing player data, game statistics, and other relevant information.\n- **Three.js**: For creating the game.\n- **Anime.js**: For simple UI related animations.\n\n## Main Features\n\n- User accounts\n- User statistics\n- Lobby codes to join games\n- Game chat\n- Real-time gameplay\n\n## Run it on your local machine\n\nTo be able to run the code on your own machine, you need to take the following steps:\n\n1. **Clone the Repository**: `git clone https://gitlab.liu.se/rassv453/tddd27-aweb.git`\n2. **Install Dependencies**: `npm install`\n3. **Set Up Environment Variables**: Create a **.env** file in the root of the project directory and add your Firebase API Key (It can be found at [Firebase Console](https://console.firebase.google.com/u/0/project/tddd27-aweb/settings/general/web:MDM3MjZlN2MtMmEyYy00MTY4LThhODYtOGRkNzEyZTg5ZWZk), but you need access). Then add the following line in your **.env**\n4. `REACT_APP_API_KEY=your_api_key_here`\n5. **Run the Development Server**: `npm start`\n\n## Images of the Web App\n![photo-collage png](https://github.com/rasmussvala/Web-Golf/assets/91534734/d67b9818-27fc-40f7-837b-c242129ed1d5)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasmussvala%2Ftddd27-web-golf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frasmussvala%2Ftddd27-web-golf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasmussvala%2Ftddd27-web-golf/lists"}