Skip to content

flipflopapp/turnbased-games-with-firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twoplayer-firebase-js

I plan to use this module to implement a chess variation - HalfChess.

This is the first implementation and has a client.js module (supposed to run on the browser) and a server.js module (supposed to be used from the backend).

The rules directory has firebase rules and the user needs to cut-copy-paste them to 'firebase console -> database -> rules' section.

The users are authenticated with anonymous method and the token is passed back to the client. The client uses the token to login or else would be denied permission to join a game.

I plan to add more information in coming days.

Please feel free to reach out meanwhile on twitter @navalsaini for any queries, discussions or ideas.

Also feel free to forkit and create variations for your usecases.

About

Simple library for implementing turn based two player games with firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published