forked from jac241/anki_killstreaks
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathweb_description.html
54 lines (37 loc) · 4.29 KB
/
web_description.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
A Halo and Call of Duty inspired add-on that makes doing your reviews more bearable.
<b>Demo</b>
<img src="https://user-images.githubusercontent.com/3792672/76172087-71164780-6168-11ea-8ab0-8962ec2b74c5.gif">
<i>More screenshots available on [Github](<a href="https://github.com/jac241/anki_killstreaks" rel="nofollow">https://github.com/jac241/anki_killstreaks</a>)</i>
<b>About The Addon</b>
Everyone who has used Anki for studying knows it's big drawback, reviewing takes forever and is pretty boring. This add-on seeks to address this by given reinforcement and incentive to get through reviews quickly. As you answer cards within 8 seconds of each other, you will rack up "multikills". Double Kill, Triple Kill, etc. all the way up to Killionaire. The more cards you answer with good, easy, or hard in a row, the more progress you'll make towards the best killstreaks, Perfection (50 in a row) for the Halo games, and the Tactical Nuke (25 in a row) for MW2.
One added feature in version 1.0.0 is the auto switch game setting. Once you've acheived all of the medals for a given game without closing Anki, it will advance you to the next game. This helps push you to focus and answer the cards correctly.
<b>Features:</b>
<ul>
<li>Your favorite Halo3, Call of Duty: MW2, and Halo 5 kill streaks: Double Kill, Triple Kill, Overkill, Chopper Gunner, Tactical Nuke, etc.</li>
<li>See the medals you earned today for each game on the Deck Browser screen</li>
<li>See the medals earned today for a given deck in the Deck Overview screen</li>
<li>Browse all the medals you've earned within the Stats window</li>
</ul>
<b>Reporting Issues</b>
Please report issues through <a href="https://github.com/jac241/anki_killstreaks/issues" rel="nofollow">Github</a>. Include a detailed description, screenshot if possible, and the error message shown in Anki.
<b>Contributing</b>
Contributing is definitely welcome. Submit a pull request with your changes. I generally stick to 80-column and PEP8 standards, and I prefer everything not touching Qt to be snake_case. If the changes you're making introduce complex logic, tests would be helpful. I use pytest.
<b>Special Thanks</b>
Special thanks to Glutaminate, who has taken Anki to the next level.
Extra special thanks to Glutaminate for [this question](<a href="https://stackoverflow.com/questions/52538252/import-vendored-dependencies-in-python-package-without-modifying-sys-path-or-3rd" rel="nofollow">https://stackoverflow.com/questions/52538252/import-vendored-dependencies-in-python-package-without-modifying-sys-path-or-3rd</a>) on StackOverflow, and to Martijn Pieters for answering. Wow that saved me so much time...
<b>LICENSE AND CREDITS</b>
<i>Anki Killstreaks</i> is Copyright © 2019-2020 <i>James Castiglione (jac241)</i>
Part of this add-on is based on the Puppy Reinforcement add-on by Glutaminate. Copyright for Puppy Reinforcement:
-----
Copyright: (c) Glutanimate 2016-2018 <<a href="https://glutanimate.com/" rel="nofollow">https://glutanimate.com/</a>>
License: GNU AGPLv3 or later <<a href="https://www.gnu.org/licenses/agpl.html" rel="nofollow">https://www.gnu.org/licenses/agpl.html</a>>
-----
Anki Killstreaks is free and open-source software. The add-on code that runs within Anki is released under the GNU AGPLv3 license, extended by a number of additional terms. For more information please see the <a href="https://github.com/jac241/anki_killstreaks/blob/master/LICENSE" rel="nofollow">LICENSE</a> file that accompanied this program.
Distributed WITHOUT ANY WARRANTY.
<b>Known Issues</b>
<ul>
<li><b>Undoing and redoing a card will add to the streak</b> - The fix for this is outlined in the relevant python file. I just don't have time to implement it (Step 1 is looming)</li>
<li><b>Pressing 2, 3, or 4 on question side of a card will add to the streak</b> - This happens due to support for the right hand reviews add-on, which adds ability to advance cards without showing the answer. If this one bugs you, you're free to submit a pull-request and I will merge it in. </li>
<li><b>Medals don't sync between computers</b> - Not going to happen unless someone pays me lots of $$$
</li><li>I chose the killstreaks for MW2, so if you really wanted Counter-UAV you're out of luck. You can change it and submit a pull request with an interface to choose them if you want.</li>
</ul>