diff --git a/Teams/HackGamers/ABOUT.md b/Teams/HackGamers/ABOUT.md new file mode 100644 index 0000000..e7f23e0 --- /dev/null +++ b/Teams/HackGamers/ABOUT.md @@ -0,0 +1,29 @@ +HackGamers +================ + +We are a gang of three that are passionate about OSS. + + +About your team +=========================== + +| [Ferarkan](http://twitter.com/ferdaous) | [Mitchel](http://twitter.com/kelonye) | [Mac](http://twitter.com/medhapandas) +|--- |--- |--- |--- |--- +| ![Ferarkan](https://koding.com/-/image/cache?endpoint=crop&grow=true&width=300&height=300&url=https%3A%2F%2Fkoding-client.s3.amazonaws.com%2Fuser%2Fferarkan%2Favatar-1416215941999) | ![Mitchel](https://blog.openshift.com/wp-content/uploads/imported/dev-mitchelkelonye.jpg) | ![Mac](https://scontent-b-sin.xx.fbcdn.net/hphotos-xfp1/v/l/t1.0-9/10397838_2177677412371486_3079859969795783780_n.jpg?oh=a4ecbac2e8f0179d7c8d7125dd46b077&oe=550802F1) | + +Tell us who you are, why you did you decide to join? +======= +We are three developpers each from different country. +No one knew the other before this big challenge opportunity :) +Gathred by the fact that we are all willing to try out new things that require short deadlines, so we thought this hackathon would be that next great challenge. + +About your skills and what you are going to do? +======= + +We are front-end developers and are therefore going to experiement on a new multiplayer educational game. We will be using: + +- Ember.js on the front-end +- PubNub for realtime messaging +- Node.js for the server +- Nginx + diff --git a/Teams/HackGamers/team.json b/Teams/HackGamers/team.json new file mode 100644 index 0000000..03ae2ad --- /dev/null +++ b/Teams/HackGamers/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "Hack Gamers", + "members": [ + { + "name": "Mitchel Kelonye", + "twitter": "kelonye", + "koding": "kelonye", + "location": "Nairobi, KE", + "lead": true + }, + { + "name": "Ferdaous CHEBBI", + "twitter": "ferdaous", + "koding": "ferarkan", + "location": "Tunis, TN" + } + { + "name": "Medha Pandey", + "twitter": "medhapandas", + "koding": "mack8", + "location": "Jaipur, IN" + } + ] +}