Skip to content

xiejiashu/maple-fighters-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server-side Projects

It is planned that the server-side will be able to accommodate a lot of players who can play together in a world. My goal is to create (for study purposes) a game similar to MapleStory (MMO).

Server-side Architecture

Service Language Description
auth-service C# Stores user data and verifies user.
game-service C# Creates a player entity in the game world to play with others. It also creates player characters and objects of the game world (such as mobs, non-player characters, etc.).
gameprovider-service Rust Provides the list of game servers.
character-service Rust Creates player character data and receives it.

About

Server-side of the Maple Fighters project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.4%
  • Rust 3.6%