{"id":22123114,"url":"https://github.com/bcrist/mischief","last_synced_at":"2026-07-13T16:32:00.584Z","repository":{"id":5594653,"uuid":"6801283","full_name":"bcrist/Mischief","owner":"bcrist","description":"2D sidescrolling puzzle platformer","archived":false,"fork":false,"pushed_at":"2013-01-01T00:09:25.000Z","size":3332,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T14:44:45.654Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcrist.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-21T19:01:23.000Z","updated_at":"2014-05-05T10:57:01.000Z","dependencies_parsed_at":"2022-07-07T06:30:51.062Z","dependency_job_id":null,"html_url":"https://github.com/bcrist/Mischief","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bcrist/Mischief","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcrist%2FMischief","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcrist%2FMischief/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcrist%2FMischief/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcrist%2FMischief/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcrist","download_url":"https://codeload.github.com/bcrist/Mischief/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcrist%2FMischief/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35429402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"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":[],"created_at":"2024-12-01T15:29:23.443Z","updated_at":"2026-07-13T16:32:00.568Z","avatar_url":"https://github.com/bcrist.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"   Project Mischief - 2D Sidescrolling Puzzle Platformer\n\nAbout:\n   Mischief is 2D platformer and level editor written in C++.  It utilizes the\n   Allegro library, although the graphics systems mostly utilize OpenGL\n   directly.\n\nLicense:\n   Copyright (c) 2012 Project Mischief\n\n   Permission is hereby granted, free of charge, to any person obtaining a copy\n   of this software and associated documentation files (the \"Software\"), to\n   deal in the Software without restriction, including without limitation the\n   rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n   sell copies of the Software, and to permit persons to whom the Software is\n   furnished to do so, subject to the following conditions:\n\n   The above copyright notice and this permission notice shall be included in\n   all copies or substantial portions of the Software.\n\n   THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n   FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n   IN THE SOFTWARE.\n\nStyle:\n   Mischief adheres mostly to the Google Style Guide with a few modifications:\n\n   1. Indentation is three spaces, not two.  Access modifier lines in class\n      declarations are not indented at all (Google specifies one space).\n      Multiline constructor initializer lists are indented six spaces:\n\n      ReallyLongConstructorNameIsReallyLong()\n            : some_member_variable_(NULL),\n              other_member_variable_(true)\n      {\n         ...\n      }\n\n   2. Function names (including getters and setters) use camelCase, not\n      PascalCase or underscored_lowercase.  Setter functions always begin with\n      \"set\" and getter functions always begin with \"get\" (except for boolean\n      getters, which may begin with \"is\").\n\n   3. Compile-time constants and enum values use the form \"kCONSTANT_NAME\"\n      instead of \"kConstantName\".\n\n   4. Except for empty blocks and short inline functions defined in one line,\n      block braces always appear alone on a separate line from control\n      structures, function signatures, etc.\n\n   The Google Style Guide can be found at:\n\n   http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcrist%2Fmischief","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcrist%2Fmischief","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcrist%2Fmischief/lists"}