Skip to content

.NETCore斗地主服务器 + Blazor(WebAssembly)前端

License

Notifications You must be signed in to change notification settings

saber-wang/FightLandlord

 
 

Repository files navigation

.NETCore斗地主服务端 + Blazor(WebAssembly)前端

本项目最终目标为AI斗地主,机器人最优方案对打。

声明:本项目谥在学习,任何用于违法用途的行为与作者无关。

如果对本项目感兴趣,欢迎加入QQ讨论群:8578575

目前尚处于研阶段,为了方便测试,HTML5做成了单机方式运行,但这并不影响后期部署成多端游戏。

【在线试玩(网络版)】

环境依赖

  • .NETCore 3.1
  • chrome
  • redis-server(本地环境)

更新

  • 2020-05-23

升级到3.2.0

  • 2020-02-12

升级到3.2.0-preview1.20073.1,并使用ClientWebSocket替换js的websocket

已实现功能

  • 洗牌
  • 发牌
  • 抢地主
  • 斗地主(游戏环节)
  • 提示出牌
  • 游戏结束

待现实功能

  • 超时机制设计(抢地主、斗地主)
  • 牌型分析

About

.NETCore斗地主服务器 + Blazor(WebAssembly)前端

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 76.8%
  • HTML 22.0%
  • Other 1.2%