Skip to content

Commit b9b13eb

Browse files
committedOct 20, 2024
feat: Update README
1 parent d18748e commit b9b13eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
![Landing](https://github.com/user-attachments/assets/53dc2955-7611-410f-a71e-26b3d24d803a)
77

88

9-
### Features
9+
## Features
1010
- Account creation with the ability to change your profile picture and username
1111
- Lobby which is a Slack-like chat room
1212
- Game rooms which consist of Leetcode-style problems that have a timer and are cycled and also contain a chatbox
1313
- Trivia rooms which are a way to quiz yourself for whichever types of questions you choose and get graded at the end by GenAI. Was originally built for studying interview trivia problems such as OS concepts, databases, concurrency, etc.
1414

15-
### High Level Overview
15+
## High Level Overview
1616

1717
![octree io design](https://github.com/user-attachments/assets/0d00f1c1-f2ff-49eb-9c09-e774a0caeefb)
1818

@@ -34,6 +34,6 @@ How it works:
3434
- Once the worker completes the execution, the stdout, stderr and execution time are sent to a compilation responses queue in RabbitMQ.
3535
- Backend picks up message from RabbitMQ and relays the results back to the user who requested the code compilation.
3636

37-
### Bug Reports
37+
## Bug Reports
3838

3939
Feel free to open up an issue if you see any bugs in the platform. Contributions are also always more than welcome. :)

0 commit comments

Comments
 (0)
Please sign in to comment.