All Projects → delaford → Game

delaford / Game

Licence: mit
⚔️ An online JavaScript 2D Medieval RPG.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Game

Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+68.81%)
Mutual labels:  game, game-development, game-engine, gamedev, rpg, mmorpg
Noahgameframe
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
Stars: ✭ 3,258 (+739.69%)
Mutual labels:  game, game-development, game-engine, gamedev, mmorpg
Reldens
Reldens - You can make it - Open Source MMORPG Platform
Stars: ✭ 130 (-66.49%)
Mutual labels:  game, game-development, gamedev, mmorpg, multiplayer-game
Openjk
Community effort to maintain and improve Jedi Academy (SP & MP) + Jedi Outcast (SP only) released by Raven Software
Stars: ✭ 1,641 (+322.94%)
Mutual labels:  game, game-development, game-engine, multiplayer-game
Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (-68.56%)
Mutual labels:  game, game-development, game-engine, gamedev
Lambda Lantern
🧙 ‎‎ A 3D game about functional programming patterns. Uses PureScript Native, C++, and Panda3D.
Stars: ✭ 122 (-68.56%)
Mutual labels:  game, game-development, game-engine, gamedev
Godot Open Rpg
Learn to create turn-based combat with this Open Source RPG demo ⚔
Stars: ✭ 855 (+120.36%)
Mutual labels:  game, game-development, gamedev, rpg
Terasology
Terasology - open source voxel world
Stars: ✭ 3,247 (+736.86%)
Mutual labels:  game, game-development, game-engine, gamedev
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (-64.43%)
Mutual labels:  game, game-development, game-engine, gamedev
Defaultecs
Entity Component System framework aiming for syntax and usage simplicity with maximum performance for game development.
Stars: ✭ 286 (-26.29%)
Mutual labels:  game, game-development, game-engine, gamedev
Games
🎮 A list of popular/awesome video games, add-ons, maps, etc. hosted on GitHub. Any genre. Any platform. Any engine.
Stars: ✭ 18,676 (+4713.4%)
Mutual labels:  game, game-development, game-engine, gamedev
Awesome Haxe Gamedev
Resources for game development on haxe
Stars: ✭ 213 (-45.1%)
Mutual labels:  game, game-development, game-engine, gamedev
Melonjs
a fresh & lightweight javascript game engine
Stars: ✭ 3,721 (+859.02%)
Mutual labels:  game-development, game-engine, gamedev, canvas
Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+429.38%)
Mutual labels:  game, game-development, game-engine, gamedev
Bytepath
A replayable arcade shooter with a focus on build theorycrafting made using Lua and LÖVE.
Stars: ✭ 1,119 (+188.4%)
Mutual labels:  game, game-development, gamedev, rpg
Magicallife
A 2d game that aspires to be similar to Rimworld, with more depth, magic, and RPG concepts.
Stars: ✭ 145 (-62.63%)
Mutual labels:  game, rpg, roguelike, multiplayer-game
Entitas Cpp
Entitas++ is a fast Entity Component System (ECS) C++11 port of Entitas C#
Stars: ✭ 229 (-40.98%)
Mutual labels:  game, game-development, game-engine, gamedev
Coffee
An opinionated 2D game engine for Rust
Stars: ✭ 771 (+98.71%)
Mutual labels:  game, game-development, game-engine, gamedev
Fxgl
Stars: ✭ 2,378 (+512.89%)
Mutual labels:  game, game-development, game-engine, gamedev
Etlegacy
ET: Legacy is an open source project based on the code of Wolfenstein: Enemy Territory which was released in 2010 under the terms of the GPLv3 license.
Stars: ✭ 212 (-45.36%)
Mutual labels:  game, game-development, game-engine, multiplayer-game

Discord

Welcome to Delaford. An online, 2D medieval game using JavaScript and HTML5. Game screenshot

Getting Started

First, fork the repository. Then, go into your favorite terminal.

git clone [email protected]:YOUR_USERNAME/game.git
cd game
npm install
npm run serve

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.

Now, 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.

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.

Now you may visit http://localhost:8080 to login and start developing!

For a better time, make sure to join the Discord channel to talk to other developers for help and exclusive dicussions!

Contributing

Please check out our CONTRIBUTING.md guide on how you can actively participate in the development of this medieval game. It's pretty easy and fun!

Systems and Engines

Here 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.

What does a checkmark mean?

When 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.

  • Player
    • [x] Walking / pathfinding
    • [X] Context-menu / Actions
    • [ ] Health and stats
    • [X] Inventory
    • [X] Character wear
    • [ ] Your first quest
  • User Interface
    • [x] Inventory tab
    • [ ] Quests tab
    • [x] Chatbox (for players and actions)
    • [x] Character wear tab
    • [x] Overall look & feel
  • NPC
    • [X] Trading (Shops)
    • [ ] Dialog Interaction
    • [x] Walking around
    • [X] Banking
  • Monsters
    • [ ] Battle System
    • [ ] Looting
    • [ ] Spawning
  • Networking
    • [X] Players see each other
    • [X] Non-playable characters
    • [ ] Monsters
    • [ ] Player trading
    • [X] Items
  • World
    • [X] Respawn system
    • [ ] Player versus Player
    • [ ] Resource skills
      • [X] Mining
      • [ ] Smithing
      • [ ] Fishing
      • [ ] Cooking

Once 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!

Debugging

Learning 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 tool from Google. It is an improved debugging experience witch drastically improved client-side debugging.

Read more at DEBUGGING.md.

Notice

Delaford contains work from multiple sources not organically made by contributions from Delaford directly.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].