Skip to content

Commit 38b4119

Browse files
committed
Love Calculator and docs
1 parent bca2965 commit 38b4119

15 files changed

+16
-13
lines changed

Diff for: README.md

+16-13
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you have any questions, you can contact me by email morasiu2@gmail.com
1212
1. [04 Cipher](#04)
1313
1. [05 FizzBuzz](#05)
1414
1. [06 RockPaperScizzors with AI](#06)
15-
1. [07 Project Euler (first10 problems)](#07)
15+
1. [07 Project Euler (first 10 problems)](#07)
1616
1. [08 Hangman (with online words)](#08)
1717
1. [09 Love Calculator](#09)
1818
-----
@@ -25,27 +25,30 @@ Done - **10** <br>
2525
Remain - **90** <br>
2626

2727
* <a name="00">00</a> Name Generator - 29.01.2018 *Done* (`Python 3`) <br>
28-
![00](docs/00.png)
28+
![00](docs/images/00.png)
2929
* <a name="01">01</a> Higher/lower - 31.01.2018 *Done* (`C#`) <br>
30-
![01](docs/01.png)
30+
![01](docs/images/01.png)
3131
* <a name="02">02</a> Temperature Converter - 05.02.2018 *Done* (`C#`) <br>
32-
![02](docs/02.png)
32+
![02](docs/images/02.png)
3333
* <a name="03">03</a> Age Calculator - 07.02.2018 *Done* (`C#`) <br>
34-
![03](docs/03.png)
34+
![03](docs/images/03.png)
3535
* <a name="04">04</a> Cipher - 08.02.2018 *Done* (`C#`) <br>
36-
![04](docs/04.png)
36+
[Encrypting](docs/Cipher.md)<br>
37+
![04](docs/images/04.png)
3738
* <a name="05">05</a> FizzBuzz - 08.02.2018 *Done* (`C#`) <br>
38-
![05](docs/05.png)
39+
![05](docs/images/05.png)
3940
* <a name="06">06</a> RockPaperScizzors with AI (Check diagram in directrory) - 14.02.2018 *Done* (`C#`) <br>
40-
![06](docs/06.png)
41+
[AI algorithm](docs/RPC_AI_Alorithm.png)<br>
42+
![06](docs/images/06.png)
4143
* <a name="07">07</a> Project Euler (first 10 problems) - 24.02.2018 *Done* (`C#`)
4244
[Project Euler](https://projecteuler.net/archives) <br>
43-
![07](docs/07.png)
45+
![07](docs/images/07.png)
4446
* <a name="08">08</a> Hangman (with online words) - 24.02.2018 *Done* (`C#`)
4547
Words are from [Fake Name Generator](https://fakena.me/random-english-words/one/), but these are real words. Trust me.
4648
Definitions are form [FreeDictionary](https://www.thefreedictionary.com/) </br>
47-
![08](docs/08.png)
48-
* <a name="09">09</a> Love Calculator - 27.02.2018 *Done* (`C#`)</br>
49-
![09](docs/09.png)
49+
![08](docs/images/08.png)
50+
* <a name="09">09</a> Love Calculator - 27.02.2018 *Done* (`C#`)<br>
51+
[How it works](docs/LoveCalculator.md)<br>
52+
![09](docs/images/09.png)
5053
## Bonus
51-
* <a name="bonus1">Bonus 1</a> Loading animation in console 24.02.2018 *Done* (`C#`) ![Bonus 1](docs/bonus1.gif)
54+
* <a name="bonus1">Bonus 1</a> Loading animation in console 24.02.2018 *Done* (`C#`)![Bonus 1](docs/images/bonus1.gif)
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: docs/00.png renamed to docs/images/00.png

File renamed without changes.

Diff for: docs/01.png renamed to docs/images/01.png

File renamed without changes.

Diff for: docs/02.png renamed to docs/images/02.png

File renamed without changes.

Diff for: docs/03.png renamed to docs/images/03.png

File renamed without changes.

Diff for: docs/04.png renamed to docs/images/04.png

File renamed without changes.

Diff for: docs/05.png renamed to docs/images/05.png

File renamed without changes.

Diff for: docs/06.png renamed to docs/images/06.png

File renamed without changes.

Diff for: docs/07.png renamed to docs/images/07.png

File renamed without changes.

Diff for: docs/08.png renamed to docs/images/08.png

File renamed without changes.

Diff for: docs/09.png renamed to docs/images/09.png

File renamed without changes.

Diff for: docs/bonus1.gif renamed to docs/images/bonus1.gif

File renamed without changes.

0 commit comments

Comments
 (0)