{"id":13562793,"url":"https://github.com/delaford/game","last_synced_at":"2025-10-28T07:31:06.852Z","repository":{"id":27395090,"uuid":"113739948","full_name":"delaford/game","owner":"delaford","description":"⚔️ An online JavaScript 2D Medieval RPG.","archived":false,"fork":false,"pushed_at":"2024-12-28T01:25:41.000Z","size":12744,"stargazers_count":1435,"open_issues_count":15,"forks_count":933,"subscribers_count":68,"default_branch":"master","last_synced_at":"2025-02-06T06:07:53.586Z","etag":null,"topics":["angband","browser-game","canvas","dungeon-crawler","game","game-development","game-engine","gurps","javascript-game","medieval","mmorpg","mud","multi-user-dungeon","multiplayer-game","nethack","node","roguelike","rpg","rpg-game","ultima-online"],"latest_commit_sha":null,"homepage":"https://play.delaford.com/?useGuestAccount","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/delaford.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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":"2017-12-10T10:06:32.000Z","updated_at":"2025-02-06T02:48:39.000Z","dependencies_parsed_at":"2022-08-07T12:16:31.941Z","dependency_job_id":"33d5969d-6301-446e-80b3-88504fe14ce7","html_url":"https://github.com/delaford/game","commit_stats":{"total_commits":835,"total_committers":24,"mean_commits":"34.791666666666664","dds":"0.33413173652694605","last_synced_commit":"d26611bba585ecabc33672fee3ecf52e65ed4fdf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delaford%2Fgame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delaford%2Fgame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delaford%2Fgame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delaford%2Fgame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delaford","download_url":"https://codeload.github.com/delaford/game/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238610556,"owners_count":19500675,"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":["angband","browser-game","canvas","dungeon-crawler","game","game-development","game-engine","gurps","javascript-game","medieval","mmorpg","mud","multi-user-dungeon","multiplayer-game","nethack","node","roguelike","rpg","rpg-game","ultima-online"],"created_at":"2024-08-01T13:01:12.314Z","updated_at":"2025-10-28T07:31:00.846Z","avatar_url":"https://github.com/delaford.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/Delaford/game/raw/master/src/assets/github/logo.png\"/\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://discord.gg/nkZnHvD\"\u003e\u003cimg src=\"https://camo.githubusercontent.com/b12a95e20b7ca35f918c0ab5103fe56b6f44c067/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636861742d6f6e253230646973636f72642d3732383964612e737667\" alt=\"Discord\" /\u003e\u003c/a\u003e\n  \n  **July 2022 update**: beta demo available at https://beta.delaford.com/\n  \n  Let me know your interest on the [GitHub discussions thread](https://github.com/delaford/game/discussions/152)!\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eWelcome to Delaford. An online, 2D medieval game using JavaScript and HTML5.\u003c/strong\u003e\n\n  \u003cimg width=\"704\" alt=\"Game screenshot\" src=\"https://github.com/delaford/game/blob/master/src/assets/github/readme_hero.png\"\u003e\n\u003c/p\u003e\n\n## Getting Started\n\nFirst, fork the repository. Then, go into your favorite terminal.\n\n    git clone git@github.com:YOUR_USERNAME/game.git\n    cd game\n    npm install\n    npm run serve\n\n\u003e `npm run serve` will start the development server and watch for changes on the client-side code inside the `src` folder and otherwise elsewhere applicable.\n\nNow, while still inside the `game` folder, open another terminal session in that same location. Type and run `npm run dev:node`. This will start the Node.js game server.\n\n\u003e If you want to debug, type `npm run ndb`. `ndb` is Google Chrome's Node Debugging tool which allows Node.js programs to be easily debugged and see all its context and variables. Highly recommended for a much easier time.\n\nNow you may visit `http://localhost:8080` to login and start developing!\n\nFor a better time, make sure to join the [Discord channel](https://discord.gg/nkZnHvD) to talk to other developers for help and exclusive dicussions!\n\n\u003e Please be aware of a [possible scam in regards to Delaford](https://github.com/delaford/game#possible-scam-notice) that promises money for testing or similar action.\n\n## Contributing\n\nPlease check out our [CONTRIBUTING.md](https://github.com/Delaford/game/blob/master/.github/CONTRIBUTING.md) guide on how you can actively participate in the development of this medieval game. It's pretty easy and fun!\n\n## Systems and Engines\n\nHere are the types of things I will be adding as a minimum viable product (alpha). Not too over the top but enough to cover the basics until more is added. Each section links to a project which will contain its sub-tasks within.\n\n### What does a checkmark mean?\n\nWhen an item is checkmarked, it means the basic foundation is in place but not necessarily complete. For example, Inventory is checkmarked but it currently only supports weapons. You can help fix that.\n\n- [Player](https://github.com/Delaford/game/projects/1)\n  - [x] Walking / pathfinding\n  - [x] Context-menu / Actions\n  - [ ] Health and stats\n  - [x] Inventory\n  - [x] Character wear\n  - [ ] Your first quest\n- [User Interface](https://github.com/Delaford/game/projects/2)\n  - [x] Inventory tab\n  - [ ] Quests tab\n  - [x] Chatbox (for players and actions)\n  - [x] Character wear tab\n  - [x] Overall look \u0026amp; feel\n- [NPC](https://github.com/Delaford/game/projects/3)\n  - [x] Trading (Shops)\n  - [ ] Dialog Interaction\n  - [x] Walking around\n  - [x] Banking\n- [Monsters](https://github.com/Delaford/game/projects/3)\n  - [ ] Battle System\n  - [ ] Looting\n  - [ ] Spawning\n- [Networking](https://github.com/Delaford/game/projects/5)\n  - [x] Players see each other\n  - [x] Non-playable characters\n  - [ ] Monsters\n  - [ ] Player trading\n  - [x] Items\n- World\n  - [x] Respawn system\n  - [ ] Player versus Player\n  - [ ] Resource skills\n    - [x] Mining\n    - [ ] Smithing (Almost finished)\n    - [ ] Fishing\n    - [ ] Cooking\n\nOnce all of these items are checked, Delaford will be stable without breaking changes. But for the time being, please jump in and help add some of these features -- if you'd like!\n\n## Debugging\n\nLearning how to debug in this game is critical in order to interact with the Node.js server and to the client. Your primary source should be the [ndb](https://github.com/GoogleChromeLabs/ndb) tool from Google. It is an improved debugging experience which **drastically** improved client-side debugging.\n\nRead more at [DEBUGGING.md](debugging.md).\n\n## Notice\n\nDelaford contains work from multiple sources not organically made by contributions from Delaford directly.\n\n- [Tileset, monsters, items, players](http://pousse.rapiere.free.fr/tome/tome-tiles.htm) by David E. Gervais. \u0026middot; [CC license](https://creativecommons.org/licenses/by/3.0/)\n- [Main screen music](https://opengameart.org/content/enchanted-festival) by [Matthew Pablo](http://www.matthewpablo.com). \u0026middot; [CC license](https://creativecommons.org/licenses/by/3.0/)\n- Game font '[PixelMix](https://www.dafont.com/pixelmix.font)' by [Andrew Tyler](http://andrewtyler.net/fonts/)\n- Chat font '[IBM VGA 8](https://int10h.org/oldschool-pc-fonts/fontlist/)' by [IBM](https://www.ibm.com).\n- [Heroicons](https://github.com/sschoger/heroicons-ui) by [Steve Schoger](http://www.steveschoger.com/)\n\n## Website Status\n\n**Website is not currently up.** The number of users did not justify the monthly charge.\n\n## Possible Scam Notice\n\nDelaford contributors nor anyone associated with Delaford will never contact you in regards testing or instructing you to download anything in regards to the development of the game for the reward of payment or digital currency such as cryptocurrency.\n\nWe have had verifiable reports of users pretending to be owners of Delaford promising money if they download a folder with the repository's contents inside. Please be aware.\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelaford%2Fgame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelaford%2Fgame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelaford%2Fgame/lists"}