Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Updated Code Battle section in README.md #315

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ Useful articles and learning resources.
- [Battlecode](https://www.battlecode.org/) - MIT's Longest-Running Programming Competition.In Battlecode, two teams of virtual robots roam the screen, managing resources and executing different offensive strategies against each other. Plan, code, and compete throughout the month of January for a chance at $30,000 in prizes!
- [Hackerrank](https://www.hackerrank.com/code-battle/) - The contest will consist of 10 problems which have to be solved in 36 hours. The challenges may require the participant to write functions to solve specific part of problem or write the complete solution.
- [Clash of Code](https://www.codingame.com/multiplayer/clashofcode) - Clash of Code is a game to improve your coding efficiency by solving short programming problems with other people, at the same time. Players share their solution at the end of a game to help other players improve their coding skills.
- [LeetCode Contest](https://leetcode.com/contest/) - LeetCode contest helps expand coding skills with weekly and biweekly contests. Participant needs to solve programming problems from the given problem list consisting of four problems, each assigned points according to the complexity level. Participant needs to take care of the time limit, and must not indulge in unfair practices, such as plagiarism.
- [TwilioQuest](https://www.twilio.com/quest) - TwilioQuest is a PC role-playing, educational video game with pixel art style designed to teach a new generation of developers how to change the world with code. TwilioQuest prepares potential developers for real-world programming by helping them configure a local development environment and introducing tools used by professional programmers around the world. From learning how to use the terminal, to coding in Python, JavaScript, and contributing to Open Source projects, TwilioQuest helps develop practical engineering skills. Participants are ranked according to their progress in the game.
</details>

<details>
Expand Down