-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchasewhisply.html
87 lines (65 loc) · 4.04 KB
/
chasewhisply.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="tvbarthel : android | open source | developers | chase whisply" />
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>tvbarthel</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/tvbarthel">View on GitHub</a>
<h1 id="project_title"><a href="index.html">TVBarthel Organisation</a></h1>
<h2 id="project_tagline">Android Enthusiasts | Open Source Believers | Cheerful Developers</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a name="chase-whisply--an-augmented-reality-open-source-project" class="anchor" href="#chase-whisply--an-augmented-reality-open-source-project"><span class="octicon octicon-link"></span></a>Chase Whisply : an augmented reality open-source project</h1>
<p><img src="http://technoblimp.files.wordpress.com/2013/09/cw.png" alt="Chase Whisply banner">
"Chase Whisply" turns your smartphone into a gun sight that can reveal ghosts living around you. Your goal is to find them and hunt them! We use Google Play Game Services to provide leaderboards and achievements, and a player profile keeps track of your progress.</p>
<p>Still in beta test, you can download our game on the play store <a href="https://play.google.com/store/apps/details?id=fr.tvbarthel.games.chasewhisply"><img src="images/store.png"></a> </p>
<p>Be sure that we will appreciate every single feedback, especially on the concept.</p>
<p>Feel free to browse the code and contribute to this open-source project : <a href="https://github.com/tvbarthel/ChaseWhisplyProject">Chase Whisply on GitHub</a></p>
<p>If you are interesting, you can also read some articles which deal with Chase Whisply :</p>
<p>English</p>
<li>"Augmented reality app Chase Whisply goes Beta" on <a href="http://technoblimp.com/2013/08/27/chase-whisply-goes-beta/">technoblimp.com</a></li>
<li>"Chase Whisply Beta updated to version 2.3" on <a href="http://technoblimp.com/2013/09/21/chase-whisply-beta-2-3/">technoblimp.com</a></li>
<p>French</p>
<li>"You said augmented reality ?" on <a href="http://www.augmented-reality.fr/2013/09/vous-avez-dit-realite-augmentee">augmented-reality.fr</a></li>
<li>"Chase Whisply. Watch out for ghost !" on <a href="http://www.geektheory.net/chase-whisply-attention-aux-fantomes/">geektheory.net</a></li>
</br>
</br>
<h2>Discuss and share ideas on Chase Whisply</h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'tvbarthel'; // required: replace example with your forum shortname
var disqus_identifier = 'chasewhisply_thread';
var disqus_title = 'Chase Whisply';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
<h3><a href="index.html">Back to home</a></h3>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>