{"id":19839893,"url":"https://github.com/themarlboroman/js-engine","last_synced_at":"2026-05-30T23:31:44.930Z","repository":{"id":100037313,"uuid":"129547123","full_name":"TheMarlboroMan/js-engine","owner":"TheMarlboroMan","description":"Attempt to make something similar to dfw, but with JS.","archived":false,"fork":false,"pushed_at":"2022-09-12T19:14:22.000Z","size":6176,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T22:21:37.715Z","etag":null,"topics":["game-engine","incomplete","js","usable"],"latest_commit_sha":null,"homepage":"","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/TheMarlboroMan.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":"2018-04-14T19:15:25.000Z","updated_at":"2022-09-13T05:01:42.000Z","dependencies_parsed_at":"2023-04-27T19:32:33.648Z","dependency_job_id":null,"html_url":"https://github.com/TheMarlboroMan/js-engine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheMarlboroMan/js-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMarlboroMan%2Fjs-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMarlboroMan%2Fjs-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMarlboroMan%2Fjs-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMarlboroMan%2Fjs-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheMarlboroMan","download_url":"https://codeload.github.com/TheMarlboroMan/js-engine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMarlboroMan%2Fjs-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33714033,"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-05-30T02:00:06.278Z","response_time":92,"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":["game-engine","incomplete","js","usable"],"created_at":"2024-11-12T12:24:45.840Z","updated_at":"2026-05-30T23:31:44.913Z","avatar_url":"https://github.com/TheMarlboroMan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# js-engine\n\nAttempt to make something similar to dfw, but with JS.\n\n# Structure:\n\n/src/core contains the core files (the framework)\n/src/app contains the application files.\n/src/main.js contains the bootstrapping logic.\n\n# Example:\n\nIf you host the project somewhere and navigate to the index there should be a \"start\" button. Click it and a knight will appear for your amusement.\n\nUsing the file:// protocol is sure to make you run into problems.\n\n# Completeness:\n\nThe project is roughly organized and there are missing features, but it can be used to run a nice, simple game.\n\n# TODO:\n\n- Reorganize files: have assets and src/app under \"example\". Build command will have to be modified, probably.\n- Draw text.\n\n# Dependencies.\n\nIf you need to build, you'd better have an updated NodeJS version (and not the 0.10 that came preinstalled with my OS :/). \n\nI personally tried it with V6.\n\n# Crash course.\n\nStart by src/main.js. Move then to src/app directory for a few examples.\n\n# Building.\n\n- If your browser support ES6 style imports and exports:\n\t- Do nothing. Use index.html and be happy.\n\t- Warning, firefox 60 won't load if there are any errors locating the modules (such as invalid path to a .js file)\n- Else:\n\t- Solve the package.json dependencies with npm. (npm install).\n\t- Do \"npm run build\".\n\t- Use index.html\n\n# Credits:\n\nCurrent assets from:\n\n\thttps://opengameart.org/content/mini-knight\n\thttps://opengameart.org/content/minimal-sidescroller-tileset_32_0\n\thttps://opengameart.org/content/generic-platformer-tileset-16x16-background\n\n//TODO: Add the sounds here too...\n\nThanks a lot :).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemarlboroman%2Fjs-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemarlboroman%2Fjs-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemarlboroman%2Fjs-engine/lists"}