{"id":21948597,"url":"https://github.com/thecodingcouple/trijam-167","last_synced_at":"2025-03-22T17:15:40.650Z","repository":{"id":109941503,"uuid":"487151816","full_name":"thecodingcouple/trijam-167","owner":"thecodingcouple","description":"Source code for our Trijam #167 entry. The theme is \"heighten senses.\"","archived":false,"fork":false,"pushed_at":"2022-05-08T18:40:28.000Z","size":7408,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-27T19:55:20.550Z","etag":null,"topics":["gamejam","trijam","trijam-167"],"latest_commit_sha":null,"homepage":"https://thecodingcouple.github.io/trijam-167/","language":"JavaScript","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/thecodingcouple.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-30T01:15:18.000Z","updated_at":"2022-05-01T23:19:23.000Z","dependencies_parsed_at":"2023-04-11T22:11:04.623Z","dependency_job_id":null,"html_url":"https://github.com/thecodingcouple/trijam-167","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingcouple%2Ftrijam-167","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingcouple%2Ftrijam-167/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingcouple%2Ftrijam-167/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingcouple%2Ftrijam-167/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodingcouple","download_url":"https://codeload.github.com/thecodingcouple/trijam-167/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244991176,"owners_count":20543627,"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":["gamejam","trijam","trijam-167"],"created_at":"2024-11-29T05:16:11.478Z","updated_at":"2025-03-22T17:15:40.639Z","avatar_url":"https://github.com/thecodingcouple.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# trijam-167\nSource code for our Trijam #167 entry. The theme is \"heighten senses.\"\n\n[Trijam](https://itch.io/jam/trijam-167) is a weekly game jam where the goal is to create a game in under 3 hours of development time.\n\n## Synopsis\n\nAnimal Sounds is a Simon-like game where players must listen carefully to the order in which the animal sounds are made. \n\nClick the buttons in the correct sequence to win the game! [Play it here](https://thecodingcouple.github.io/trijam-167/), and [click here](https://itch.io/jam/trijam-167/rate/1511496) to view the submission page.\n\n![Animal Sounds Screenshot](images/screenshot1.png)\n\nAnimal Sounds ranked [number 25 out of 35 entries](https://itch.io/jam/trijam-167/results).\n\n## Built With\n\n* Vanilla JS\n* [Color Hunt (palette generator)](https://colorhunt.co/palette/125b50f8b400faf5e4ff6363)\n\n## Third Party Assets\n\nAnimal Images:\n* Horse: https://unsplash.com/photos/TGl7QuHRIDM\n* Lion: https://unsplash.com/photos/UxHol6SwLyM\n* Dog: https://unsplash.com/photos/N04FIfHhv_k\n* Pig: https://unsplash.com/photos/YKAJ2kQpqQw\n* Cow: https://unsplash.com/photos/Mm_D_kbvTUM\n* Bear: https://unsplash.com/photos/_r6w0R6SueQ\n* Serpent: https://unsplash.com/photos/xfpGpk4u8fU\n\nAnimal Sounds:\n* [Animal and Beast Sounds Volume 1](https://assetstore.unity.com/packages/audio/sound-fx/animals/beast-animal-sounds-176517)\n\nFeedback Sounds:\n* Cute Game Music \u0026 Sound Effects\n\n## Useful Resources\n\n* [Box shadow not showing on the top or bottom](https://stackoverflow.com/questions/14818780/box-shadow-not-showing-on-the-top-or-bottom) (Adding `position: relative` did the trick)\n* [How to fix CSS not linking to your HTML Document](https://sebhastian.com/css-not-linking-html/) (Just needed a hard reload :facepalm:) \n* [Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first](https://stackoverflow.com/questions/49930680/how-to-handle-uncaught-in-promise-domexception-play-failed-because-the-use)\n* [Background color doesn't stretch but instead repeats](https://stackoverflow.com/questions/2869212/css3-gradient-background-set-on-body-doesnt-stretch-but-instead-repeats) (Need to add `background-attachment: fixed` to body)\n\n## Project Setup\n\nRun with local web server\n\n```\npython -m http.server 8000\n```\n\n## Ideas for future improvements\n\n* Allow players the ability to select game difficulty\n* Add a visual of the sound waves when the animal sounds are playing \n\n## Maintainers\n\n* [Ashley Grenon - @townsean](https://github.com/townsean)\n\n## License (MIT)\n\nMIT License\n\nCopyright (c) 2022 The Coding Couple\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingcouple%2Ftrijam-167","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodingcouple%2Ftrijam-167","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingcouple%2Ftrijam-167/lists"}