Skip to content

Commit 8382080

Browse files
Finally
1 parent 35ad228 commit 8382080

File tree

2 files changed

+49
-3
lines changed

2 files changed

+49
-3
lines changed

README.md

Lines changed: 49 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,54 @@
88
[![forthebadge made-by-hipster](https://forthebadge.com/images/badges/built-by-hipsters.svg)](https://www.javascript.com/)
99
[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://github.com/blueedgetechno)
1010

11-
## "An Atom package for all your competitive coding needs"
11+
## An Atom package for all your competitive coding needs
1212
<br>
13-
```apm install codeblue ```
1413

15-
![A screenshot of your package](https://raw.githubusercontent.com/blueedgetechno/codeblue/master/img/face.png)
14+
15+
### Installation
16+
Step 1.
17+
```
18+
apm install codeblue
19+
```
20+
Step 2.
21+
```
22+
pip install online-judge-tools
23+
```
24+
Step 3.
25+
```
26+
oj l https://codeforces.com/
27+
```
28+
29+
## Features
30+
31+
- Fetch and load codeforces contest details ⚡
32+
- Automatically create environment for contest including woking files 💻
33+
- Run code with official sample cases of any particular problem 🔭
34+
- Compare your output with expected output in a elegant manner 📺
35+
- Get your code verdicts like OK ✅, Wrong answer ❌, TLE 🕒, MLE 🛢, Runtime error ⚠, Queue ⏳, Hacked ☠️
36+
- Submit 🏳‍🌈 your code from your favorite text editor
37+
- Get your official standing of the live contest 👥
38+
- Play minigames while you wait for the contest 🎮
39+
40+
![overview](https://raw.githubusercontent.com/blueedgetechno/codeblue/master/img/face.png)
41+
42+
![work](https://raw.githubusercontent.com/blueedgetechno/codeblue/master/img/work.png)
43+
<hr>
44+
45+
# Play while you wait
46+
47+
![game](https://raw.githubusercontent.com/blueedgetechno/codeblue/master/img/game.png)
48+
<hr>
49+
50+
# Wrong answer ?
51+
52+
![Wrong answer](https://raw.githubusercontent.com/blueedgetechno/codeblue/master/img/run.png)
53+
<hr>
54+
55+
# * Ain't Nobody Got Time For That *
56+
![TLE](https://raw.githubusercontent.com/blueedgetechno/codeblue/master/img/tle.png)
57+
<hr>
58+
59+
# MLE - Its a thing too
60+
![TLE](https://raw.githubusercontent.com/blueedgetechno/codeblue/master/img/mle.png)
61+
<hr>

img/run.png

-5.38 KB
Loading

0 commit comments

Comments
 (0)