{"id":18578734,"url":"https://github.com/cdleveille/skifreejs","last_synced_at":"2025-04-10T10:31:19.678Z","repository":{"id":46728800,"uuid":"327202599","full_name":"cdleveille/skifreejs","owner":"cdleveille","description":"Fan remake of the classic PC game from Windows Entertainment Pack 3.","archived":false,"fork":false,"pushed_at":"2022-09-24T02:29:12.000Z","size":994,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T19:39:33.320Z","etag":null,"topics":["bcrypt","canvas","express","fan-remake","game","html","html5","html5-canvas","javascript","js","jwt","mongodb","node","node-js","nodejs","ski","skifree","skiing","socket-io","typescript"],"latest_commit_sha":null,"homepage":"https://skifreejs.fly.dev","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/cdleveille.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}},"created_at":"2021-01-06T04:48:23.000Z","updated_at":"2024-03-30T22:41:41.000Z","dependencies_parsed_at":"2023-01-18T19:15:50.041Z","dependency_job_id":null,"html_url":"https://github.com/cdleveille/skifreejs","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/cdleveille%2Fskifreejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdleveille%2Fskifreejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdleveille%2Fskifreejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdleveille%2Fskifreejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdleveille","download_url":"https://codeload.github.com/cdleveille/skifreejs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199136,"owners_count":21063641,"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":["bcrypt","canvas","express","fan-remake","game","html","html5","html5-canvas","javascript","js","jwt","mongodb","node","node-js","nodejs","ski","skifree","skiing","socket-io","typescript"],"created_at":"2024-11-06T23:37:11.659Z","updated_at":"2025-04-10T10:31:18.988Z","avatar_url":"https://github.com/cdleveille.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# skifreejs\nFan remake of the classic PC game from Windows Entertainment Pack 3. Written in JavaScript/HTML5 Canvas backed by Node.js.\n\nOriginal SkiFree graphics/feel enhanced by modern PWA/SPA standards and open source technology stack. Features user login system, leaderboards, and chat box. Supports mouse, keyboard, gamepad, and touchscreen controls.\n\nInspired by [the original](https://ski.ihoc.net/) by Chris Pirih.\n\n![screenshot](https://user-images.githubusercontent.com/1410481/107723050-3be67380-6cae-11eb-9cf6-32e21a840cb4.png)\n\nLanguages/technologies used include:\n- HTML5 Canvas\n- JavaScript\n- TypeScript\n- Node.js\n- Express\n- Socket.IO\n- JWT\n- bcrypt\n- MongoDB\n\n## Play\n[skifreejs.fly.dev](https://skifreejs.fly.dev/)\n\n## Controls\n### Mouse \u0026 Keyboard\n- While Skiing:\n    - Steer: move mouse / arrow keys / ASD / numpad\n    - Jump: left click / up arrow key / W / numpad 8\n- While Crashed:\n    - Stand up: left click / WASD / arrow keys / numpad\n- While Jumping:\n    - Advance backflip stage: left click / W key / up arrow / numpad 8\n    - Trick 1: right click / left shift / right ctrl / numpad 0 (hold)\n    - Trick 2: move mouse above skier\n- General:\n    - Pause: spacebar\n    - Restart: F2\n    - Show/hide HUD: H\n    - Show/hide chat: C\n\n### Gamepad\nWorks with any gamepad - XInput controls shown for reference.\n- While Skiing:\n    - Steer: left analog stick / d-pad\n    - Jump: button 0 (A)\n- While Crashed:\n    - Stand up: button 0 (A) / d-pad\n- While Jumping:\n    - Advance backflip stage: button 0 (A) / d-pad up\n    - Trick 1: button 1 (B)\n    - Trick 2: left analog stick up\n- General:\n    - Pause: button 9 (start)\n    - Restart: button 8 (back)\n\n### Touchscreen\n- While Skiing:\n    - Steer: touch below skier\n    - Jump: touch above skier\n- While Crashed:\n    - Stand up: touch below skier\n- While Jumping:\n    - Advance backflip stage: touch above skier\n    - Trick 1: touch below skier (hold)\n\n---\n\n## Package Credits\n- [bcrypt](https://github.com/kelektiv/node.bcrypt.js)\n- [body-parser](https://github.com/expressjs/body-parser)\n- [cluster](https://github.com/LearnBoost/cluster)\n- [compression](https://github.com/expressjs/compression)\n- [cors](https://github.com/expressjs/cors)\n- [cpx](https://github.com/mysticatea/cpx)\n- [crypto](https://github.com/nodejs/node/blob/master/doc/api/crypto.md)\n- [dateformat](https://github.com/felixge/node-dateformat)\n- [dotenv](https://github.com/motdotla/dotenv)\n- [ejs](https://github.com/mde/ejs)\n- [eslint](https://github.com/eslint/eslint)\n- [express](https://github.com/expressjs/express)\n- [glob-parent](https://www.npmjs.com/package/glob-parent)\n- [helmet](https://github.com/helmetjs/helmet)\n- [http-server](https://github.com/http-party/http-server)\n- [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator)\n- [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken)\n- [mongodb](https://github.com/mongodb/node-mongodb-native)\n- [mongoose](https://github.com/Automattic/mongoose)\n- [morgan](https://github.com/expressjs/morgan)\n- [multer](https://github.com/expressjs/multer)\n- [node-cache](https://github.com/node-cache/node-cache)\n- [node](https://nodejs.org/en/)\n- [nodemailer](https://github.com/nodemailer/nodemailer)\n- [nodemon](https://github.com/remy/nodemon)\n- [npm](https://www.npmjs.com/package/npm)\n- [os](https://nodejs.org/api/os.html)\n- [path](https://github.com/jinder/path)\n- [response-time](https://github.com/expressjs/response-time)\n- [socketio](https://github.com/socketio/socket.io)\n- [ts-node](https://github.com/TypeStrong/ts-node)\n- [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint)\n- [typescript](https://github.com/Microsoft/TypeScript)\n- [winston](https://github.com/winstonjs/winston)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdleveille%2Fskifreejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdleveille%2Fskifreejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdleveille%2Fskifreejs/lists"}