{"id":19517952,"url":"https://github.com/vtstech/vgs-tetris","last_synced_at":"2025-04-26T07:30:30.752Z","repository":{"id":147884365,"uuid":"76603098","full_name":"VTSTech/VGS-Tetris","owner":"VTSTech","description":"Simple 2D Tetris Game in Unity","archived":false,"fork":false,"pushed_at":"2017-07-15T01:09:34.000Z","size":12071,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T09:11:36.737Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/VTSTech.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}},"created_at":"2016-12-15T23:03:22.000Z","updated_at":"2023-09-14T10:14:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3cd266a-4bbd-45cf-b371-bf7e5e8ed21a","html_url":"https://github.com/VTSTech/VGS-Tetris","commit_stats":null,"previous_names":["vtstech/vgs-tetris"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VTSTech%2FVGS-Tetris","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VTSTech%2FVGS-Tetris/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VTSTech%2FVGS-Tetris/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VTSTech%2FVGS-Tetris/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VTSTech","download_url":"https://codeload.github.com/VTSTech/VGS-Tetris/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250952963,"owners_count":21513215,"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-11T00:07:36.967Z","updated_at":"2025-04-26T07:30:30.072Z","avatar_url":"https://github.com/VTSTech.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VGS-Tetris\n\nSimple 2D Tetris Game in Unity\n\nv0.0.2-r12\n\nAdded Online High Scores\n\n\nAdded ShowOnlineScores()\n\nAdded DownloadHighscoresFromDatabase()\n\nAdded UploadNewHighScore()\n\nUses dreamlo.com to store scores\n\n\u003cimg src=\"https://i.gyazo.com/6ace1a67a6d98d4acfb9c629c055d195.gif\"\u003e\n\n\u003cimg src=\"https://i.gyazo.com/da38dc321ca153ef8e28c069c84bcb9c.png\"\u003e\n\n\nv0.0.1-r11\n\nAdded Pause Menu (Press Esc)\n\nFixed bug where screen wasn't flashing on Level 1 for quadruple lines\n\n\nv0.0.1-r10\n\nAdded 'High Scores' Panel\n\nAdded ShowHighScores();\n\nAdded Score Multiplier with Level Up\n\nAdded Score Multiplier for double/triple/quadruple Lines\n\nNow using standardized colors for Tetrominos\n\nScreen now flashes on quadruple lines\n\n\u003cimg src=\"https://i.gyazo.com/e4de58b250221577e20fd18d50f6d4d2.gif\"\u003e\n\n\nv0.0.1-r9\n\nNow loads HighScore for set PlayerName\n\nAdded LoadHighScore();\n\n\u003cimg src=\"https://i.gyazo.com/9b811da6312cbdf0cfd237f856d1c345.png\"\u003e\n\n\nv0.0.1-r8\n\nPlayerName is now properly displayed in Settings Panel\n\nMusic Toggle is now saved to file.\n\nSettings are now loaded from file when the game starts\n\nAlso when the settings panel is opened.\n\nPlayer Name is now shown above 'High Score' on Game Scene.\n\nMoved 'TitleText' slightly left on Game Scene.\n\n\u003cimg src=\"https://i.gyazo.com/de0e72fae24dab963d11bb7362691970.png\"\u003e\n\n\nv0.0.1-r7\n\nAdded Background to MainMenu\n\nAdded Settings Menu\n\nAdded Player Name\n\nAdded Music\n\nPlayerName and HighScore now saved to file.\n\nAdded Levels\n\nFallSpeed now increases on Level Up\n\nAdded SaveSettings();\n\nAdded SavePlayer();\n\nAdded SaveMusic();\n\nAdded LoadPlayer();\n\nAdded WriteHighScore();\n\nMusic Source: http://opsound.org/artist/macroform/\n\n\u003cimg src=\"https://i.gyazo.com/52b1a79ed9a18ed573879e06e4adf85b.jpg\"\u003e\n\n\nv0.0.1-r6\n\nMoved block spawner up a few lines\n\nAdded High Score (not persistent yet)\n\nAdded GameManager Object\n\nAdded UpdateHighScore();\n\nAdded RefreshHighScore();\n\nAdded NewGame();\n\nGameOverPanel now properly destroys itself\n\n\u003cimg src=\"https://i.gyazo.com/7f1e18d7354d1344ef77d1538efbd36f.png\"\u003e\n\n\nv0.0.1-r5\n\nAdded two more colors for textures\n\nEach Object has its own unique color now\n\nIncreased size of Score/Lines text in Game Scene\n\nAdded GameOverPanel PreFab\n\nAdded Restart button to GameOverPanel PreFab\n\nAdded Quit button to GameOverPanel PreFab\n\nAdded GameOverFn();\n\n\u003cimg src=\"https://i.gyazo.com/4e0584ba5dbb3dfb9113bcd7f1ccec55.png\"\u003e\n\n\nv0.0.1-r4\n\nAdded different color textures\n\nUpdated GitHub text to reflect Username/Repo\n\nAdded 'Lines' text to Score Label\n\nIncrement 'Score' Value by 12 on positive isRowFull() result\n\nIncrememnt 'Line' Value by 1 on positive isRowFull() result\n\nAdded TitleText to left side of Game Scene\n\n\u003cimg src=\"https://i.gyazo.com/cd5c2f6f32cce4f822b62c54da4902b6.png\"\u003e\n\n\nv0.0.1-r3\n\nDarkened Main Menu Button Text\n\nAdded Main Menu Button Highlight\n\nCreated Canvas on Game Scene\n\nMoved FrameRateCounter to Game Scene Canvas\n\nAdded 'Score' Label to Game Scene\n\nIncrement 'Score' Label by 10 on positive isRowFull() result\n\nReorganized Assets into Folders\n\n\u003cimg src=\"https://i.gyazo.com/22d66f04a77c903c789e0f445405e8e5.png\"\u003e\n\n\nv0.0.1-r2\n\nAdded Main Menu\n\nAdded Play Button\n\nAdded Exit Button\n\nRemoved unused Standard Assets\n\n\nv0.0.1\n\nInitial Build\n\nFollows Tutorial from: https://noobtuts.com/unity/2d-tetris-game\n\n\u003cimg src=\"https://i.gyazo.com/1418f5e65f51eac67514312ca1557d0f.png\"\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtstech%2Fvgs-tetris","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvtstech%2Fvgs-tetris","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtstech%2Fvgs-tetris/lists"}