Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.
/ Artris-node-server Public archive

Node.js game engine created for artris ios app made during hack the north 2017

License

Notifications You must be signed in to change notification settings

Artris/Artris-node-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARTris Backend Server

This is the backend server for the ARTris iOS app - a multiplayer real-time 3D AR Tetris game built with ARKit, Node.js, and Firebase. Special thanks to fridek the core or our game engine is based on on his Tetris project

Development

Dependencies

Here are the list of dependencies

Running the game engine

Setup

  1. Clone the repository

  2. Set up your firebase real-time database

    • Create a new firebase project or reuse an old one
    • For development set your firebase realtime database rules to true for both read and write
    • Download service key and save it in cred/ folder, name the file serviceAccountKey.json. to download the file go to : Project Settings -> Service Accounts -> Generate New Private Key
  3. Configure index.js

    • Go to line 8 on index.js and replace the fireDatabaseUrl with the database url of your firebase project

Run

$ node index.js

About

Node.js game engine created for artris ios app made during hack the north 2017

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published