Skip to content

Commit 4158995

Browse files
authored
Create SoC-description.md
1 parent 37ae685 commit 4158995

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

SoC-description.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
The **Run** app was born at a hackathon and ended up winning the "_most creative and fun hack_" award. It is basically a multiplayer
2+
(currently only 1v1) photo treasure hunt game where some random (pre-clicked) photos around your location come up on your screen and
3+
you have to find them and click as similar a photo to the original as you can. Then, after some image processing magic, it tells you
4+
if it's a match or not. The first to match them all wins!
5+
6+
There are two sides to this project -
7+
* Backend development (Django) - Learn Django and understand and implement models and logic.
8+
* Android development - Communicating with the server and UI.
9+
10+
The two will go hand in hand, as in, any of the topics will need work on both Backend and Android. Some of the additions to be made are -
11+
* ***Multiplayer*** - Add support for more than 2 players playing in a game. Implement a proper lobby functionality.
12+
* ***Location*** - People on the app are matched up using location and some maximum distance criteria. Also, images are uploaded with
13+
their location and selection of appropriate images based on the location of the players.
14+
* ***Spectators*** - Add a new option on start of the game - to spectate instead of play. Spectators will see player scores, a live map
15+
with the players on them. Further additions possible - spectators can dynamically add an image to the game they are watching.

0 commit comments

Comments
 (0)