-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# OpenTabletop | ||
[![NODE.JS DEPENDENCIES](https://david-dm.org/Rundik/OpenTabletop.svg)](https://david-dm.org/Rundik/OpenTabletop) | ||
[![Github All Releases](https://img.shields.io/github/downloads/Rundik/OpenTabletop/total.svg)](https://github.com/Rundik/OpenTabletop) | ||
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) | ||
|
||
Browser-based online project in which you can play any card games with your friends | ||
|
||
## Instalation | ||
First, you’ll need Node.js [latest version](https://nodejs.org/en/) with npm. | ||
|
||
1. Download the latest release of [OpenTabletop](https://github.com/Rundik/OpenTabletop/) | ||
* Download and unzip | ||
* If you have git installed ``` git clone git://github.com/Rundik/OpenTabletop.git ``` | ||
2. `npm install` | ||
3. Start OpenTabletop `npm start ` | ||
4. Go to `http://localhost` | ||
* You can change the port in `server.js` | ||
5. Enjoy | ||
|
||
## Security Vulnerabilities | ||
It is not secure at all. If you build it on your own server, make sure nobody another have access to it. | ||
|
||
## Screenshots | ||
![screenshot_1](https://cloud.githubusercontent.com/assets/13032812/21782175/cc118a12-d6b2-11e6-9062-a45a7ca2fe88.png) | ||
![screenshot_2](https://cloud.githubusercontent.com/assets/13032812/21782174/cc107546-d6b2-11e6-8aed-cde9c9a888d5.png) |