Una is a free and open source Javascript library that allows developers to create interactive applications where multiple users can interact with large central displays in real-time using mobile devices. We have developed a product site for interested developers to find out more about Una, try it out for themselves and potentially contribute to the development of Una!
We have built a whole ton of stuff in the past 6 weeks. Here's a list of them:
Directory Path: src/nuttyninjas
Instructions:
- On your desktop/laptop, using a modern browser (preferably Chrome), go to http://www.nuttyninjas.com.
- Click on “Create Game”, and take note of the room number.
- On your mobile phone, go to http://www.nuttyninjas.com.
- Enter the room number into the input field and press join.
- After entering your name and selecting your Ninja, proceed to play.
- Hold your mobile device in landscape mode. It is now your controller that controls the Ninja shown on the screen.
- Invite your friend beside you to join in and start throwing ninja stars!
Directory Path: src/shakeoff
Instructions:
- On your browser, go to http://shake.lvtien.com/results
- On your mobile phone, go to http://shake.lvtien.com
- Choose Team Android or Team Apple on your mobile phone, and start shaking to show support for your favourite brand.
- Directory Path:
src/una
- Submodule of Una (https://github.com/una-org/una)
- Directory Path:
src/una-org.github.io
- Submodule of Una landing site (https://github.com/una-org/una-org.github.io)
- Directory Path:
src/sudoku
- Abandoned sudoku effort
- Soon Chun Mun - A0081223U
- Le Viet Tien - A0088447N
- Tay Yang Shun - A0073063M
- Soedarsono - A0078541B
- Install
virtualenv
for python cd deploytools && virtualenv deploy
source deploy/bin/activate
pip install -r requirement.txt
- Deploy with
fab deploy