En Garde
==================
En Garde is the first fencing scorekeeping app built with a focus on simplicity, design, and ease-of-use. Tired of juggling a stopwatch, pencil, and clipboard all while directing an important bout? En Garde shrinks all of those tools down into something you can fit into the cup of your hand.
I realized the need for such an app when a referee at a local tournament came to me asking how to use the scorekeeping app he had just downloaded. I, of course, had no idea either, so I decided to make a new scorekeeping app that anyone can use.
Stay focused on the bout
------------------------
When you're directing an intense bout, you don't want to have to think about anything besides the bout. You already need to keep your attention on so many different things--why add another? En Garde lets you devote full attention to the bout thanks to haptic feedback, audio cues, and a large UI. It displays a toast message every time you perform an action, so you know exactly what you just did. You can even undo your previous actions to correct for any mistakes!
Current features
-----------------
* Large timer and score indicators.
* Clean UI showing only the most important information.
* Full featured penalties and cards.
* Undo recent actions (FIFO ordering).
* Tap indicators to interact (e.g. tap on a score to add a point, tap on time to start/stop the timer).
* Timer stops when score is added, card is issued, or any blank space is touched.
* Haptic feedback (vibration) when timer is paused or resumed interaction, allowing focus to remain on the bout.
* Alarm at the end of each period (turn your volume up).
* Automatic minute break between periods.
* Automatic priority when applicable.
* Skip periods from the overflow menu.
* Show or hide the 'double touch' button based on preferences.
* AMOLED black mode: conserve battery on devices with AMOLED screens by changing the background color to true black.
Project goals
-------------
* Manage entire pools from within the app: completely eliminate the need for pencil and paper in fencing.
* Integrate with tournament management software (either Fencing Time or FOSS alternative): wirelessly send scores, pools, etc. to tournament administration
* Create "scoreboard": use a large-screen device as a scoreboard (tablet, PC, etc.) that is controlled by the handheld device to allow fencers and spectators to see important information.
Ultimate goal
--------------
* Eliminate the need for expensive scoreboards and other hardware with cheaper devices, make directing less frustrating, help fencing grow as a sport.
Download
---------
En Garde is now available in both stable and beta forms from Google Play. Get the stable branch if you know you're going to be using the app at tournaments.
* [Stable](https://play.google.com/store/apps/details?id=com.ethanmad.fencingscorekeeper)
* Beta
* Join the [Google+ community](https://plus.google.com/communities/109556986643471371331).
* Visit the [tester page](https://play.google.com/apps/testing/com.ethanmad.fencingscorekeeper) and become a beta tester.
* Get it on [Google Play](https://play.google.com/store/apps/details?id=com.ethanmad.fencingscorekeeper).
If you really don't want anything to do with Google+ and/or Google Play, you can [download the most recent APK directly](https://github.com/ethanmad/En-Garde/blob/master/app/app-release.apk?raw=true). No promises of stability! Make sure to enable "Unknown sources" in Settings -> Security on your phone.
Contribute
----------
* Submit any issues you encounter to the [issue tracker](https://github.com/ethanmad/En-Garde/issues).
* Tackle and solve an issue listed on the [issue tracker](https://github.com/ethanmad/En-Garde/issues).
* Translate En Garde to your language (both the [in-app strings](https://github.com/ethanmad/En-Garde/blob/master/app/src/main/res/values/strings.xml) and the Google Play description).
* Design a new icon!
* Come up with your own features!
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
恩加德 En Garde是第一个专注于简单性,设计和易用性的击剑比赛记分应用程序。 厌倦了在指挥重要回合时摆弄秒表,铅笔和剪贴板? 恩加德(En Garde)将所有这些工具缩小到可以放入手掌的位置。 当我在当地比赛中被裁判问到如何使用他刚刚下载的计分应用程序时,我意识到有必要使用这样的应用程序。 我当然也不知道,所以我决定制作一个新的记分应用程序,任何人都可以使用。 专注于回合 当您要进行激烈的比赛时,除了比赛以外,您无需考虑其他任何事情。 您已经需要将注意力集中在许多不同的事物上-为什么还要添加其他东西? 恩加德(En Garde)通过触觉反馈,音频提示和宽大的UI,使您可以全神贯注于回合。 每当您执行某项操作时,它都会显示一条敬酒消息,因此您可以确切地知道自己刚刚做了什么。 您甚至可以撤消以前的操作以纠正任何错误! 当前功能 大型计时器和分数指示器。 干净的UI仅显示最重要的信息。
资源详情
资源评论
资源推荐
收起资源包目录
En-Garde-master.zip (56个子文件)
En-Garde-master
gradlew 5KB
settings.gradle 15B
FencingScorekeeper.iml 828B
.travis.yml 165B
LICENSE 34KB
gradle
wrapper
gradle-wrapper.properties 230B
gradle-wrapper.jar 49KB
README.md 4KB
gradlew.bat 2KB
gradle.properties 853B
.gitignore 440B
app
app-release.apk 1.01MB
src
androidTest
java
com
ethanmad
engarde
ApplicationTest.java 351B
main
AndroidManifest.xml 2KB
res
values-v21
styles.xml 297B
layout-hdpi
settings.xml 345B
main_activity.xml 10KB
card.xml 343B
xml
preferences.xml 1KB
drawable-hdpi
ic_launcher.png 4KB
red_circle.xml 251B
yellow_circle.xml 251B
priority_circle.xml 251B
ic_action_undo.png 511B
menu
items.xml 1KB
drawable-mdpi
ic_launcher.png 2KB
ic_action_undo.png 397B
layout-xhdpi
settings.xml 345B
main_activity.xml 10KB
card.xml 343B
drawable-xxhdpi
ic_launcher.png 10KB
ic_action_undo.png 916B
drawable-xhdpi
ic_launcher.png 6KB
ic_action_undo.png 642B
values-w820dp
dimens.xml 358B
values
colors.xml 1KB
strings.xml 3KB
styles.xml 197B
array.xml 567B
dimens.xml 211B
assets
crashlytics-build.properties 343B
java
com
ethanmad
engarde
Pool.java 834B
PlaySound.java 3KB
SettingsActivity.java 557B
CardAlertFragment.java 3KB
CardActivity.java 742B
MainActivity.java 38KB
SettingsFragment.java 964B
Fencer.java 2KB
app.iml 7KB
mirror
activity_my.xml 575B
.gitignore 7B
build.gradle 1002B
proguard-rules.pro 713B
En Garde.iml 828B
build.gradle 437B
共 56 条
- 1
HomeTalk
- 粉丝: 28
- 资源: 4588
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论10