{"id":21259511,"url":"https://github.com/dwr2118/spaceteam","last_synced_at":"2026-05-09T19:08:04.199Z","repository":{"id":262849604,"uuid":"888535910","full_name":"dwr2118/spaceteam","owner":"dwr2118","description":"A modified version of the base code for ESP32 version of the mobile game 'Spaceteam'!","archived":false,"fork":false,"pushed_at":"2024-11-20T03:24:38.000Z","size":420,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T02:01:57.012Z","etag":null,"topics":["arduino","esp-now","esp32","lilygo-tdisplay","spaceteam","ttgo-t-display"],"latest_commit_sha":null,"homepage":"https://bold-prince-d1f.notion.site/Module-3-Distributed-Systems-142c6831a05d80fea355ff0223ed4599?pvs=74","language":"C","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/dwr2118.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,"zenodo":null}},"created_at":"2024-11-14T15:09:14.000Z","updated_at":"2024-11-20T03:24:42.000Z","dependencies_parsed_at":"2024-11-14T16:42:52.335Z","dependency_job_id":"fb0e65e6-9a24-4c6c-b61e-66216bc45fe4","html_url":"https://github.com/dwr2118/spaceteam","commit_stats":null,"previous_names":["dwr2118/spaceteam"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dwr2118/spaceteam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwr2118%2Fspaceteam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwr2118%2Fspaceteam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwr2118%2Fspaceteam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwr2118%2Fspaceteam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dwr2118","download_url":"https://codeload.github.com/dwr2118/spaceteam/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwr2118%2Fspaceteam/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32831545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["arduino","esp-now","esp32","lilygo-tdisplay","spaceteam","ttgo-t-display"],"created_at":"2024-11-21T04:14:17.376Z","updated_at":"2026-05-09T19:08:04.171Z","avatar_url":"https://github.com/dwr2118.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spaceteam\n\nA modified version of the base code for ESP32 version of the game 'Spaceteam'\n\nOriginal base code: [https://github.com/ttseng/COMS3930-Fall2024/blob/main/Module%203/espaceteam.ino](https://github.com/ttseng/COMS3930-Fall2024/blob/main/Module%203/espaceteam.ino)\n\nContributing members: Aliya Tang, Diego Rivas Lazala, Hari Manasa Bhimaraju, and Karin Novelia\n\n![game_over_screen](https://github.com/user-attachments/assets/d6385f60-8493-4d72-8d2a-c9ca3559a64b)\n## What you will need:\n1. Several LilyGo T-Display board (at least 2 for the game to run).\n2. Install the correct [driver](https://github.com/Xinyuan-LilyGO/TTGO-T-Display) for the LilyGo T-Display.\n3. USB-C cable with working data connections.\n4. Install the [Arduino IDE](https://www.arduino.cc/en/software)\n\n## Arduino IDE Setup:\n1. Download the TFT_eSPI library by Bodmer:\n    - Open Arduino IDE\n    - Click Tools \u003e Manage Libraries\n    - Search for \"tft_espi\" by Bodmer and click install.\n    - Navigate to the library on your computer's file manager (e.g., Documents/Arduino/libraries/tft_espi\n    - Open the file \"User_Setup_Select.h\"\n    - Comment out \"#include \u003cUser_setup.h\u003e\" near the top of the page\n    - Uncomment \"#include \u003cUser_Setups/Setup25_TTGO_T_Display.h\u003e\" further down the page (the lines are in numeric order).\n\n2. Install the ESP 32 Board Library:\n    - We will install it through Arduino IDE.\n    - First, go to [this website](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html) and under \"Installing using Arduino IDE\" copy the \"Stable release link\".\n    - Open Arduino IDE.\n    - Click File \u003e Preferences\n    - At the bottom of the \"Settings\" tab, in \"Additional boards manager URLs\", paste the stable release link in the text box, click OK.\n    - Click Tools \u003e Board \u003e Boards Manager\n    - Search for 'esp32' by Espressif and click Install\n      \n## How to recreate this project:\n1. After setting up, connect your board to your computer with the USB-C cable.\n2. Open Arduino IDE. Click the upper-left dropdown menu to select your Board and Port. It will usually pop-up as \"LilyGo T-Display\" on port \"COM xx\".\n4. Open 'espaceteam.ino' and upload it to all ESP32 devices\n5. Try out the game for yourself! For best experience, once all devices are connected, click reset at the same time on all devices to sync round\n\n## Design Documentation: \nRead more about our creative processes [here](https://tinyurl.com/interactive-spaceteam). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwr2118%2Fspaceteam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdwr2118%2Fspaceteam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwr2118%2Fspaceteam/lists"}