Skip to content

A Phoenix backend server for a mobile MMO I'm developing

Notifications You must be signed in to change notification settings

Shivang44/mmo_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMO Server

This is an in-development server for an upcoming mobile MMO I'm creating. It contains two main components:

  • A (fully tested) REST server in phoenix that handles account-level tasks (creating an account, characters, etc)
  • A server-authoritative gameserver that will handle actual gameplay logic

Server

To start the MMO server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

About

A Phoenix backend server for a mobile MMO I'm developing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages