Skip to content

drpeabody/gen-webgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zeno Backend

Zeno is a containerized multiplayer web-game orchestrator+backend. What this means is that Zeno takes care of the mundane tasks (such as handling user registration, matchmaking, live chat, deployement, scaling, etc) and lets you focus on what's important - building the game experience.
This is the backend for Zeno - it houses the DB and the APIs required for User Registraion, Chat, Matchmaking, etc.

How to deploy -

Right now, the backend in written using Meteor, the install instructions for which can be found here - https://www.meteor.com/install.

After installing Meteor, simply clone the app and run meteor in it -

$ git clone https://github.com/drpeabody/gen-webgame.git
$ cd gen-webgame
$ meteor

How to build a game for Zeno -

Documentation coming soon!

Contributors -

About

A generic implementation of a generic Meteor webgame.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors