diff --git a/Teams/lambdaninja/ABOUT.md b/Teams/lambdaninja/ABOUT.md new file mode 100644 index 0000000..da9df18 --- /dev/null +++ b/Teams/lambdaninja/ABOUT.md @@ -0,0 +1,17 @@ +# Lambda Ninja +I'm Hasan, a computer hacker from Egypt. + +## About + +I programmed in many languages before. I really do love the idea of funcational programming +and it has managed to creep its way into my C programming.. Eek! + +For prototyping I use processing, arduino and python. Since this is a hackathon, something tells +me I'll be coding in processing this hackathon! + +## Quick overview of idea +A game written in processing accompanied by teaching material and good documentation. + +The learning theme, simply put. + +Okay, that wasn't too revealing :D Happy hacking! diff --git a/Teams/lambdaninja/team.json b/Teams/lambdaninja/team.json new file mode 100644 index 0000000..2d1f440 --- /dev/null +++ b/Teams/lambdaninja/team.json @@ -0,0 +1,10 @@ +{ + "teamName": "LambdaNinja", + "members": [{ + "name": "El-Hassan Wanas", + "twitter": "@foo30303", + "koding": "foo303", + "location": "Doha, QA", + "lead": true + }] +}