File tree 1 file changed +15
-0
lines changed 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments