{"id":33232681,"url":"https://github.com/cdlewis/snowboardkids2-decomp","last_synced_at":"2026-01-26T03:35:11.168Z","repository":{"id":262914819,"uuid":"864682338","full_name":"cdlewis/snowboardkids2-decomp","owner":"cdlewis","description":"Decompilation of snowboard kids 2 (N64)","archived":false,"fork":false,"pushed_at":"2026-01-19T03:48:13.000Z","size":13349,"stargazers_count":66,"open_issues_count":2,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-19T12:51:14.301Z","etag":null,"topics":["c","decomp","decompilation","mips-assembly","n64","n64-dev","reverse-engineering"],"latest_commit_sha":null,"homepage":"https://decomp.dev/cdlewis/snowboardkids2-decomp","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/cdlewis.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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-09-28T21:52:21.000Z","updated_at":"2026-01-19T03:48:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d13d9ef-5f0c-4bea-b614-d4e55fef4f13","html_url":"https://github.com/cdlewis/snowboardkids2-decomp","commit_stats":null,"previous_names":["cdlewis/snowboardkids2-decomp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cdlewis/snowboardkids2-decomp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdlewis%2Fsnowboardkids2-decomp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdlewis%2Fsnowboardkids2-decomp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdlewis%2Fsnowboardkids2-decomp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdlewis%2Fsnowboardkids2-decomp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdlewis","download_url":"https://codeload.github.com/cdlewis/snowboardkids2-decomp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdlewis%2Fsnowboardkids2-decomp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28765948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:19:35.311Z","status":"ssl_error","status_checked_at":"2026-01-26T03:19:13.815Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","decomp","decompilation","mips-assembly","n64","n64-dev","reverse-engineering"],"created_at":"2025-11-16T18:00:23.573Z","updated_at":"2026-01-26T03:35:11.163Z","avatar_url":"https://github.com/cdlewis.png","language":"C","funding_links":[],"categories":["Nintendo Wii","Reverse Engineering","Game \u0026 Studio Tools"],"sub_categories":["Projects","Nintendo EAD"],"readme":"Snowboard Kids 2  \n[![Build](https://github.com/cdlewis/snowboardkids2-decomp/actions/workflows/build.yaml/badge.svg)](https://github.com/cdlewis/snowboardkids2-decomp/actions/workflows/build.yaml)\n[![Code](https://decomp.dev/cdlewis/snowboardkids2-decomp/us.svg?mode=shield\u0026measure=code\u0026label=Code)](https://decomp.dev/cdlewis/snowboardkids2-decomp)\n[![Data](https://decomp.dev/cdlewis/snowboardkids2-decomp/us.svg?mode=shield\u0026measure=data\u0026label=Data)](https://decomp.dev/cdlewis/snowboardkids2-decomp)\n[![Chat](https://img.shields.io/discord/601153657966428193?color=%237289DA\u0026logo=discord\u0026logoColor=%23FFFFFF)](https://discord.gg/DuYH3Fh)\n=============\n\n![box art](Snowboard_Kids_2_cover.jpg)\n\nA (very much) work-in-progress matching decompilation of the greatest N64 game ever made, [Snowboard Kids 2](https://en.wikipedia.org/wiki/Snowboard_Kids_2).\n\n**This repository does not contain any game assets or assembly whatsoever. An existing copy of the game is required. This project is not a port, to PC or any other platform. It takes a Nintendo 64 rom, extracts assets from it, and combines them with C code we reverse-engineered from the rom, to produce an identical rom. It is explicitly a non-goal for this project to be used for any commercial purpose.**\n\n## Cloning\n\nClone this repository, including its submodules:\n\n```\ngit clone --recurse-submodules -j8 git@github.com:cdlewis/snowboardkids2-decomp.git\n```\n\n# Dependencies\n\nThis project has been tested on Ubuntu (x86). Your milege may vary on other systems.\n\nSystem packages:\n\n* make\n* git\n* docker\n* python3\n* pip3\n* binutils-mips-linux-gnu\n\nBuild tools:\n\n```bash\nmake setup\n```\n\nBuild Python dependencies:\n\n```bash\npython3 -m venv .venv\nsource .venv/bin/activate\npython3 -m pip install -U -r requirements.txt\n```\n\n## Building\n\nCopy your big-endian Snowboard Kids 2 rom into the root of the repository. Rename it to `snowboardkids2.z64`. Then run:\n\n```bash\nmake clean\nmake extract\nmake\n```\n\nIf everything works correctly you should see:\n\n```bash\nbuild/snowboardkids2.z64: OK\n```\n\nContributing\n============\nContributions are most welcome! Feel free to pick a function and open a PR. If you have any additional questions, please reach out on Discord (linked in the header). However please note that, since this is a clean room decompilation, we cannot accept contributions based on leaked source code or from those with proprietary knowledge about the game or related subjects.\n\nAcknowledgements\n================\nThis project wouldn’t be possible without the collective knowledge, tools, and support of the broader decompilation community. Huge thanks to contributors of other N64 decomp projects, the teams behind [decomp.me](https://decomp.me/) and [decomp.dev](https://decomp.dev/), and the incredibly helpful discussions happening on Discord. These resources have been invaluable for solving problems, speeding up setup, and staying motivated throughout the process.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdlewis%2Fsnowboardkids2-decomp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdlewis%2Fsnowboardkids2-decomp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdlewis%2Fsnowboardkids2-decomp/lists"}