All Projects → 8720826 → emud

8720826 / emud

Licence: LGPL-3.0 license
emud是一个基于netcore + signalr + vue 开发的mud游戏框架

Programming Languages

C#
18002 projects
HTML
75241 projects

Projects that are alternatives of or similar to emud

Dotnetcore Microservices Poc
Very simplified insurance sales system made in a microservices architecture using .NET Core
Stars: ✭ 1,304 (+2863.64%)
Mutual labels:  netcore, signalr
Signalrsample
Real-time Charts with ASP.NET Core SignalR and Chart.js.
Stars: ✭ 23 (-47.73%)
Mutual labels:  netcore, signalr
SignalR-Core-SqlTableDependency
Shows how the new SignalR Core works with hubs and sockets, also how it can integrate with SqlTableDependency API.
Stars: ✭ 36 (-18.18%)
Mutual labels:  netcore, signalr
Library
A microservice project using .NET Core 2.0, DDD, CQRS, Event Sourcing, Redis and RabbitMQ
Stars: ✭ 122 (+177.27%)
Mutual labels:  netcore, signalr
Norns
dotnet core aop static weaving on roslyn
Stars: ✭ 23 (-47.73%)
Mutual labels:  netcore
server-benchmarks
🚀 Cross-platform transparent benchmarks for HTTP/2 Web Servers at 2020-2023
Stars: ✭ 78 (+77.27%)
Mutual labels:  netcore
pycat
MUD client in Python
Stars: ✭ 22 (-50%)
Mutual labels:  mud
dreamland world
DreamLand MUD: all configuration files, and some areas for local dev
Stars: ✭ 16 (-63.64%)
Mutual labels:  mud
Urbanization
A Micropolis (Simcity classic) inspired city building game written in C#
Stars: ✭ 66 (+50%)
Mutual labels:  signalr
mud
炎黄文字MUD游戏,请使用 fluffos v2019 驱动
Stars: ✭ 91 (+106.82%)
Mutual labels:  mud
SuperSocketLite
SuperSocket 1.6 버전의 .NET Core 포팅
Stars: ✭ 48 (+9.09%)
Mutual labels:  netcore
SharpPlugs
.Net Core 鋒利扩展
Stars: ✭ 26 (-40.91%)
Mutual labels:  netcore
UnityR
Unity3D, SignalR real-time multiplayer game
Stars: ✭ 49 (+11.36%)
Mutual labels:  signalr
toaststunt
A fork of the LambdaMOO-Stunt server with features found useful during the development of Miriani and ChatMUD.
Stars: ✭ 31 (-29.55%)
Mutual labels:  mud
Memoyu.MedicalShared
该项目为毕设项目,基于Xamarin开发,关于医疗数据共享平台。基本模式为通过第三方HIS、LIS等系统提交数据到本平台,平台进行处理后向患者用户展示数据。
Stars: ✭ 26 (-40.91%)
Mutual labels:  signalr
MoD
MUD on Discord, a MUD framework Bot for Discord
Stars: ✭ 20 (-54.55%)
Mutual labels:  mud
mud-server
A MUD server written in Java w/basic OLC and a channel-based chat system.
Stars: ✭ 36 (-18.18%)
Mutual labels:  mud
Autofac.Configuration
Configuration support for Autofac IoC
Stars: ✭ 35 (-20.45%)
Mutual labels:  netcore
SharpAudio
Audio playback/capturing engine for C#
Stars: ✭ 139 (+215.91%)
Mutual labels:  netcore
rpirobot
A Raspberry Pi Robot Arm using .NET 5
Stars: ✭ 24 (-45.45%)
Mutual labels:  signalr

emud

介绍

  • 全称EmpriseMud,基于netcore3.1开发的mud游戏框架。
  • 仅供学习交流技术使用,未经本人同意,不可用于任何商业用途。
  • 如果对你有帮助 请点右上角star,谢谢!
  • 作者qq : 8720826
  • 交流QQ群 : 711894778

演示

登录页面

创建角色

游戏界面

技术栈

  • netcore3.1
  • vue
  • mysql/sqlserver/PostgreSql
  • redis
  • efcore
  • signalr

如何使用

  1. 下载代码
    可以直接download或者git clone等方式获取代码到本地

  2. 编译
    使用vs2019或者vscode(需要安装C#插件)

  3. 配置文件
    配置文件为appsettings.json
    设置好游戏主程序和后台管理的数据库连接字符串等 目前支持以下数据库: Mysql SqlServer PostgreSql

  4. 发布
    游戏兼容windows和linux 可以发布到IIS或nginx等其他web服务器

  5. 安装
    游戏免安装,无需数据库脚本
    首次打开后台管理站点时候将自动创建数据库
    打开后台管理登录页面,首次输入的账号密码即保存为管理账号

相关下载

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