Skip to content

Commit 8e07439

Browse files
committed
More GIFs
1 parent cc18d98 commit 8e07439

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

README.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,13 @@ All task from list of Programming Challenges v1.4
55

66
If you have any questions, you can contact me by email morasiu2@gmail.com
77

8-
## How to run/compile
8+
So...
99

10-
* **Python** - just run script using Pyhton 3 (for example. `python script.py`)
11-
* **C#** - you can run it using `mono` or clicking on exe, and compile by `mcs`:
12-
* compile - `mcs script.cs`
13-
* run - `mono script.exe`
14-
* **Rust** -
15-
* compile - `cargo build`
16-
* run - click on `exe` file on Windows or run like a typical program on Linux (for example. typing its name in console)
10+
![Challenge accepted](docs/challenge_accepted.gif)
1711

18-
## Table of content
1912

13+
## Table of content
14+
* [How to run](#HOWTO)
2015
* [00 Name generator](#00)
2116
* [01 Higher/lower](#01)
2217
* [02 Temperature Converter](#02)
@@ -49,6 +44,17 @@ If you have any questions, you can contact me by email morasiu2@gmail.com
4944

5045
1. [Loading animation](#bonus1)
5146

47+
## <a name="HOWTO"> How to run/compile </a>
48+
49+
* **Python** - just run script using Pyhton 3 (for example. `python script.py`)
50+
* **C#** - you can run it using `mono` or clicking on exe, and compile by `mcs`:
51+
* compile - `mcs script.cs`
52+
* run - `mono script.exe`
53+
* **Rust** -
54+
* compile - `cargo build`
55+
* run - click on `exe` file on Windows or run like a typical program on Linux (for example. typing its name in console)
56+
57+
5258
## Progress
5359

5460
26/100
@@ -79,7 +85,7 @@ All - **100** <br>
7985
* <a name="08">08</a> Hangman (with online words) - 24.02.2018 *Done* (`C#`)
8086
Words are from [Fake Name Generator](https://fakena.me/random-english-words/one/), but these are real words. Trust me.
8187
Definitions are form [FreeDictionary](https://www.thefreedictionary.com/) </br>
82-
![08](docs/images/08.png)
88+
![08](docs/images/08.gif)
8389
* <a name="09">09</a> Love Calculator - 27.02.2018 *Done* (`C#`)<br>
8490
[How it works](docs/LoveCalculator.md)<br>
8591
![09](docs/images/09.png)

docs/challenge_accepted.gif

1000 KB
Loading

docs/images/08.gif

31.5 KB
Loading

docs/images/08.png

-5.93 KB
Binary file not shown.

0 commit comments

Comments
 (0)