Skip to content

Commit

Permalink
Merge branch 'release/release-1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
howeverforever committed Oct 31, 2018
2 parents daac257 + c6381c8 commit 79485f8
Show file tree
Hide file tree
Showing 103 changed files with 35,286 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*mp4 filter=lfs diff=lfs merge=lfs -text
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@ venv.bak/

# mypy
.mypy_cache/

*.DS_Store
49 changes: 48 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,48 @@
# getaway
# Getaway

This is a small project competeing on [2018 Meichu x Hachathon](https://hackathon.nctu.me/2018/#/sponsor-1).

This demo shows proof of concept by using the camera to catch player's **emoji** and **gesture**, and then show them on the screen to improve the game experience.

<br/>

## Introduction

Reference [PDF](intro.pdf) from final report.

<br>

## Requirement

1. Camera device
2. Python 3
3. Above 1800x1000 pixel screen resolution

<br/>

## Install

Open a terminal and run

```
git clone https://github.com/dsmilab/Getaway.git
cd Getaway
python setup.py
python demo.py
```

<br/>

## Demo
![](https://dsmilab.nctu.edu.tw/static/assets/video/getaway_demo.gif)


<br/>

## License

All original picture rights to the original author of all.

If there is any wrong, please contact us as soon as possible to do delete processing.

© 2018 DSMI Lab, team 逃過一劫.
Binary file added data/concentric/concentric_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/concentric/concentric_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/emoji/angry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/emoji/disgust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/emoji/fear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/emoji/happy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/emoji/neutral.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/emoji/sad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/emoji/surprise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/gun_walk/17.png
Binary file added data/gun_walk/18.png
Binary file added data/hud/bg.png
Binary file added data/hud/hp.png
Binary file added data/hud/radar_map.png
Binary file added data/hud/score.png
Binary file added data/hud/team1.png
Binary file added data/hud/team2.png
Binary file added data/signal/alert_left.png
Binary file added data/signal/alert_right.png
Binary file added data/signal/attack_left.png
Binary file added data/signal/attack_right.png
Binary file not shown.
Loading

0 comments on commit 79485f8

Please sign in to comment.