-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add .env.example
- Loading branch information
IDIliev18
authored and
IDIliev18
committed
Jan 9, 2021
1 parent
14a499b
commit f72ed0c
Showing
12 changed files
with
71 additions
and
10 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
httpPort = 9999 | ||
httpsPort = 8888 | ||
hostname = localhost | ||
path = / | ||
method = POST | ||
pfxPath = ./Example.pfx | ||
passphrase = Example | ||
agent = false | ||
rejectUnauthorized = false | ||
er1 = /example | ||
ee1 = /example/example.html | ||
mailService = gmail | ||
gmailID = <Your Gmail Email> | ||
gmailPass = <Your Gmail Password> | ||
gmailHost = smtp.gmail.com | ||
gmailPORT = 465 | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -105,6 +105,6 @@ dist | |
.tern-port | ||
|
||
# SSL certificate | ||
*.pfx | ||
certPK.pfx | ||
|
||
fikret/ |
Binary file not shown.
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,12 +1,54 @@ | ||
# Crypto Zargan | ||
<p align="center"> | ||
<img src="docs/logo.png" alt="Phantasma Logo" /> | ||
</p> | ||
<h1 align="center">ScaleFocus Project - Team Crypto Zargan</h1> | ||
|
||
<img src = "https://github.com/IPBachvarov18/CryptoZargan/blob/master/docs/logo.png"> | ||
## Website | ||
|
||
## Team | ||
https://cryptozargan.studio | ||
|
||
- Ivelin Bachvarov - SCRUM Master | ||
- Iliyan Iliev - Developer | ||
- Emil Ribarev - Developer | ||
- Stoyan Kolev - QA | ||
- Georgi Georgiev - Code Checker / Designer | ||
- Mario Slavov - Documentary | ||
--- | ||
|
||
We have implemented the Bletchley game with HTML / CSS / JS. Our project consists of singleplayer module and multiplayer module. The singleplayer includes three difficulties - Easy, Medium and Hard. The multiplayer allows one player to play as the Germans and create the code which the other player has to guess. | ||
|
||
## Technologies | ||
|
||
- <img src="docs/html5.png" width="15px" height="15px"> HTML | ||
- <img src="docs/css-3.png" width="15px" height="15px"> CSS | ||
- <img src="docs/js.png" width="15px" height="15px"> JavaScript | ||
|
||
## Features | ||
|
||
- [x] 3 singleplayer difficulties | ||
- [x] Multiplayer mode | ||
- [x] Bulgarian and English localisation | ||
|
||
--- | ||
|
||
## How to run the project on your machine | ||
|
||
### Step 1: Clone the repository | ||
|
||
Open your terminal and clone the repository. | ||
|
||
``` | ||
git clone https://github.com/IPBachvarov18/CryptoZargan.git | ||
cd CryptoZargan | ||
npm install | ||
``` | ||
|
||
### Step 2: Rename `.env.example` to `.env` | ||
|
||
### Step 3: Enter your gmail account | ||
|
||
<img src="docs/gmail.png" alt="Step 3" /> | ||
|
||
### Step 4: Run the project | ||
|
||
``` | ||
node . | ||
``` | ||
|
||
### Step 5: Go to `localhost:8888` | ||
|
||
<img src="docs/safe.png" alt="Step 3" /> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.