{"id":16933004,"url":"https://github.com/tusharmakkar08/project-x","last_synced_at":"2026-04-27T08:31:24.993Z","repository":{"id":7407837,"uuid":"8738712","full_name":"tusharmakkar08/Project-X","owner":"tusharmakkar08","description":"OpenGL Racing Game","archived":false,"fork":false,"pushed_at":"2014-09-28T07:06:30.000Z","size":54726,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-04T20:25:03.006Z","etag":null,"topics":["c","game","game-3d","opengl","racing"],"latest_commit_sha":null,"homepage":"","language":"C","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/tusharmakkar08.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-12T21:21:45.000Z","updated_at":"2018-11-14T15:56:36.000Z","dependencies_parsed_at":"2022-09-15T16:04:12.148Z","dependency_job_id":null,"html_url":"https://github.com/tusharmakkar08/Project-X","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tusharmakkar08/Project-X","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharmakkar08%2FProject-X","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharmakkar08%2FProject-X/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharmakkar08%2FProject-X/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharmakkar08%2FProject-X/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tusharmakkar08","download_url":"https://codeload.github.com/tusharmakkar08/Project-X/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharmakkar08%2FProject-X/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["c","game","game-3d","opengl","racing"],"created_at":"2024-10-13T20:48:16.779Z","updated_at":"2026-04-27T08:31:24.976Z","avatar_url":"https://github.com/tusharmakkar08.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Project X\nRace Game Version 1.0\nBy:\ntusharmakkar08 (https://github.com/tusharmakkar08)\nSayan-Paul (https://github.com/Sayan-Paul)\n(the anonymous) \n\nIt is the modified and improved version of game made by judio and foobar (https://github.com/loopj/opengl-racing-game)\n\n###############\n# Readme File #\n###############\nAims to be similar to high speed racing games Star Wars / NFS.\n\n#############\n# Features: #\n#############\n\n Complete:\n =========\n   Model and Texture Loading\n   Texture Coordinates\n   Object Speed/Accelleration\n   Air resistance\n   Wall Detection\n   Skybox\n   Nitro added\n   Maximum Speed\n   Winning and Loosing mode (Gameplay implemented)\n   First Person and Third Person interfacing\n   Warning messages shown when the ship goes offtrack\n   Blinking warning in last 10 seconds\n   Fogging Effect\n   Acceleration Variable\n   Timings of redraw\n   Rotation Response Accel\n   Ship Rotation\n   Fixed Rotation Keylock\n   Realistic Looking Turning\n   Air Brakes (Faster Deccel)\n   Load Textures/Map as Needed\n   Loading Screen\n   Fixed Ship Drift\n   Dynamic Level Loading\n   Menu + Navigation\n   Better Texture Loading\n   Nice Error Function\n   Sound and Music\n   Text Masking (Alpha Channel)\n   Better Map Loading\n   Debug Messages\n   \n   \nHUD:\n    o Timer\n    o Radar\n    o Framerate\n    o Speed\n    o Distance Left\n    o Timer precision increased during last 10 seconds\n    o First person cockpit view\n   \n\n   Config File:\n    o Screen Resolution\t\n    o Screen Depth\n    o Audio Toggle\n    o Fullscreen Toggle\n    o Debug Toggle\n    o FPS Toggle\n    o Boundary detection \n\n\n   Messages:\n    o Error\t-\u003e msg \u0026 exit\n    o Warning\t-\u003e msg\n    o Debug\t-\u003e info\n\n\n\n To Implement:\n ============\n   Angle Detection:\n    o x and z-axis tilting\n    o Crashing and Damage\n    o Falling from High\n    o Bouncing off Walls\n    o Impacts/Surface Change\n   Nicer Physics Engine\n   Lap Counter\n   Opponents and AI\n   Environment/Object Loading\n   Lighting\n   Reflections\n   Jet Particle Effect\n\n\n############\n# Gameplay #\n############\n\nThis is in essence just a demo of what is to come, the main\nracing features such as lap timing, lap counting, and AI\nracers are far from complete, so just enjoy the eye candy.\n\nThe default keys are:\n\nForward:\tW\nBackward:\tS\nLeft:\t\tA\nRight:\t\tD\nAir Brake:\tSpace\nFullscreen:\tF1\nNitro:\t\tN\n\nThese keys can be changed by editing the config file, which\nis fairly self explanatory.\n\nHave fun \ntusharmakkar08 and sayan-paul\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusharmakkar08%2Fproject-x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftusharmakkar08%2Fproject-x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusharmakkar08%2Fproject-x/lists"}