Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imdeep2905/cf-arena

A minimalistic platform to practice CP with your friend. Challenge your friend in 1v1 coding now 🔥!!!
https://github.com/imdeep2905/cf-arena

1v1 codeforces django react

Last synced: about 1 month ago
JSON representation

A minimalistic platform to practice CP with your friend. Challenge your friend in 1v1 coding now 🔥!!!

Awesome Lists containing this project

README

        

# CP-Arena 🎮
A minimalistic platform to practice CP with your friend. Challenge your friend in ```1v1``` coding now :fire:!!!
## Checkout [this video](https://youtu.be/oae6wBZgli0) for a quick demo.
## What does it offer?
After entering your codeforces handle you can either create or join the room. After both of the competitors join, we present five problems to you i.e. ```A(100 points), B(200 points) ... E(500 points)```. You can click on problem to view it on codeforces. Note that when you'll submit solution to problem on codeforces (and get **AC**) your score will automatically be updated. You can read detailed rules on the homepage.
## How we select problems for you ?
Firstly, to decide difficuly of problems we take average of both of your rating on codeforces. According to this average difficulties of five problems are determined. After this we just select random problems untill that problem is not attempted by any of you.
## What you need ?
All you need is an account on codeforces and an inner fire to beat your friend 😆.
## How to run ?
1. First go to ```backend/cf_arena``` and follow instruction in ```README.md``` to run the server.
2. After server is up and running go to ```frontend/cf-arena``` and follow instruction in ```README.md``` to run the website.
3. Now you are good to go 🔥
## Want to contribute ?
Make sure to review ```CONTRIBUTING.md``` and ```CODE_OF_CONDUCT.md``` and then you should be good to go.