All Projects → totuworld → Wendy

totuworld / Wendy

Licence: MIT License
소규모 개발팀을 위한 게임 서버

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wendy

serverless-recipes
Compendium of Serverless samples with Azure Cosmos DB
Stars: ✭ 30 (-23.08%)
Mutual labels:  azure
warp
WARP one-click script. Add an IPv4, IPv6 or dual-stack CloudFlare WARP network interface and Socks5 proxy for VPS. 一键脚本
Stars: ✭ 950 (+2335.9%)
Mutual labels:  azure
jlik.me
URL Shortener project.
Stars: ✭ 31 (-20.51%)
Mutual labels:  azure
DurableDungeon
A game designed to teach and learn serverless durable functions in C#
Stars: ✭ 55 (+41.03%)
Mutual labels:  azure
support-tickets-classification
This case study shows how to create a model for text analysis and classification and deploy it as a web service in Azure cloud in order to automatically classify support tickets. This project is a proof of concept made by Microsoft (Commercial Software Engineering team) in collaboration with Endava http://endava.com/en
Stars: ✭ 142 (+264.1%)
Mutual labels:  azure
OpenSleigh
OpenSleigh is a Saga management library for .NET Core.
Stars: ✭ 198 (+407.69%)
Mutual labels:  azure
opal
Policy and data administration, distribution, and real-time updates on top of Open Policy Agent
Stars: ✭ 459 (+1076.92%)
Mutual labels:  azure
iot-curriculum
Hands on labs and content for students and educators to learn and teach the Internet of Things at schools, universities, coding clubs, community colleges and bootcamps
Stars: ✭ 110 (+182.05%)
Mutual labels:  azure
aks-azuredevops-agent
Self-hosted Azure DevOps Agent on Azure Kubernetes
Stars: ✭ 29 (-25.64%)
Mutual labels:  azure
dashboard
Notices about Azure services & features being deprecated
Stars: ✭ 86 (+120.51%)
Mutual labels:  azure
log2oms
A super tiny agent (binary 5MB, container 12MB) that pushs app logs to Azure Log Analytics (OMS)
Stars: ✭ 17 (-56.41%)
Mutual labels:  azure
script-samples
A sample gallery of scripts to manage all things Microsoft 365.
Stars: ✭ 56 (+43.59%)
Mutual labels:  azure
King.Azure.Imaging
Image API & processing for Azure Web Apps
Stars: ✭ 20 (-48.72%)
Mutual labels:  azure
AnyStatus
A remote control for your CI/CD pipelines and more
Stars: ✭ 38 (-2.56%)
Mutual labels:  azure
dcos-autoscaler
Autoscaler for DC/OS hosted in a cloud provider
Stars: ✭ 12 (-69.23%)
Mutual labels:  azure
azure
VM-Series ARM Templates for Microsoft Azure
Stars: ✭ 87 (+123.08%)
Mutual labels:  azure
blue-teaming-with-kql
Repository with Sample KQL Query examples for Threat Hunting
Stars: ✭ 102 (+161.54%)
Mutual labels:  azure
doing-cli
CLI tool to simplify the development workflow on azure devops
Stars: ✭ 19 (-51.28%)
Mutual labels:  azure
TinyBlazorAdmin
Admin tools for Azure Url Shortener using Blazor Single Page Application (webassembly)
Stars: ✭ 33 (-15.38%)
Mutual labels:  azure
AzureServicesForUnity
Accessing Azure services (App Service, Table Storage, CosmosDB with Table API, Event Hubs) from a Unity game
Stars: ✭ 52 (+33.33%)
Mutual labels:  azure

logo

Wendy

소규모 게임 개발팀을 위한 게임 서버

소개

Wendy는 게임을 운영할 때 필요한 기능을 포함한 게임 서버입니다. 주된 목적은 게임 서버에 대한 이해를 높여 누구나 게임 운영에 도움을 얻는 것입니다.

게임 클라이언트와 서버로 나눠서 운영하지 않는 경우 사용자의 요구에 빠른 시간안에 대응하기 어렵습니다. 클라이언트를 다시 빌드해서 배포하는데는 많은 시간과 에너지가 소모되기 때문입니다. 더 큰 문제는 어뷰징이나 불법적인 게임 클라이언트 사용을 알아도 제재할 수단이 없거나 많은 시간이 소요되어 금전적인 손해를 입는 것입니다.

이런 문제에서 소규모 게임 개발팀이 조금이나마 도움이 되길 원합니다.

커뮤니티

  • twitter : @magmakick
  • 버그나 이슈는 issue tracker에 등록해주세요.
  • 새로운 기능이나 업데이트가 있으시다면 pull request 보내주세요. :)

사용방법

필요사항

  • (필수) Node.js >= 6.x
  • (선택) Microsoft Azure 계정

설치

yarn 패키지 매니저를 통해 설치를 진행합니다. yarn이 이미 설치되어있다면 첫번째 명령은 넘어가도 좋습니다.

$ npm install -g yarn
$ yarn install

실행방법

실행 방법은 아주 간단합니다.

$ node server.js

제공할 기능 목록

필수 기능

Wendy가 지원할 필수 기능입니다.

  • 기기정보 관리
  • 사용자 정보 관리
  • 통화 관리
  • 아이템 관리
  • 지급 관리
  • 쿠폰
  • 인앱 영수증 검증

부가 기능

차후 구현이 될만한 기능들 목록입니다. 이 중 요구가 많은 것을 중심으로 구현될 예정입니다.

  • 서버 시간
  • 상점
  • 가챠
  • 메시지
  • 공지
  • 파일 관리
  • 로그

강좌 링크

  1. Hello, world!
  2. SQL 데이터베이스와 환경 설정
  3. 기기와 사용자 관리
  4. 통화 관리
  5. 아이템 관리
  6. 자원 지급 관리
  7. 인앱 영수증 검증
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].