Skip to content

Commit

Permalink
Reorganise README.md
Browse files Browse the repository at this point in the history
* Add .env.example
  • Loading branch information
IDIliev18 authored and IDIliev18 committed Jan 9, 2021
1 parent 14a499b commit f72ed0c
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 10 deletions.
19 changes: 19 additions & 0 deletions .env.example
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



2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ dist
.tern-port

# SSL certificate
*.pfx
certPK.pfx

fikret/
Binary file added Example.pfx
Binary file not shown.
60 changes: 51 additions & 9 deletions README.md
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" />
Binary file added docs/css-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/gmail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/html.ico
Binary file not shown.
Binary file added docs/html5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/js.png
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
Binary file added docs/safe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/step1-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f72ed0c

Please sign in to comment.