@@ -5,7 +5,7 @@ For Educators & Researchers
5
5
6
6
.. _citation template : https://github.com/pythonarcade/arcade#citation
7
7
8
- Python Arcade was created by Paul V. Craven while teaching at Simpson College.
8
+ Arcade was created by Paul V. Craven while teaching at Simpson College.
9
9
10
10
In addition to the main Arcade 3.0 documentation you are currently reading, there
11
11
are further resources to help academic users. These include:
@@ -32,37 +32,39 @@ To learn more about using this template, please consult the following:
32
32
33
33
Version Considerations
34
34
----------------------
35
- Most users will be better off using Arade 3.0.
35
+ Most users will be best served by ` Arcade's latest release from PyPI < PyPI >`_
36
36
37
- The main case for continuing to use `` 2.6.X `` releases is reliance on teaching
38
- materials which have not yet been updated, including the :ref: ` academia_arcade_book ` .
37
+ For new games, the features and improved efficiency of Arcade 3 make it the
38
+ best choice. Upgrading existing games is also worthwhile .
39
39
40
+ The main case for using ``2.6.X `` releases is when you must use teaching
41
+ materials which lack an updated version for Arcade 3.0+. This includes the
42
+ companion :ref: `academia_arcade_book ` covered in depth below.
40
43
41
- .. _academia_arcade_book :
42
44
43
- Arcade Book
44
- ^^^^^^^^^^^
45
+ .. _academia_arcade_book :
45
46
46
- The creator of Arcade wrote an ` Arcade book `_ which covers Python basics in greater depth
47
- than the main Arcade documentation.
47
+ Arcade Textbook
48
+ ^^^^^^^^^^^^^^^
48
49
50
+ The creator of Arcade wrote an `Arcade Textbook <Arcade book >`_ which covers Python basics
51
+ n greater depth than the main Arcade documentation.
49
52
50
- It may be some time until the `Arcade book `_ is updated for Arcade 3.0. Doing so requires a
51
- separate effort after the 3.0 release due to the the scale and number of changes since
52
- Arcade 2.6.
53
+ It may be a while before the `Arcade Textbook <Arcade book >`_ is updated for Arcade 3.0. This
54
+ is a large undertaking due to the number and scale of changes since Arcade 2.6.
53
55
54
56
55
- Similarities to this Documentation
56
- """"""""""""""""""""""""""""""""""
57
+ Similarities
58
+ """"""""""""
57
59
58
- Both the book and the documentation you are currently reading provide:
60
+ Both the textbook and the documentation you are currently reading provide:
59
61
60
62
* all-ages learning resources
61
63
* gentle introductions to Python and Arcade
62
64
63
65
64
- Differences from this Documentation
65
- """""""""""""""""""""""""""""""""""
66
+ Differences
67
+ """""""""""
66
68
67
69
The book caters more heavily to beginners and educators by providing the following
68
70
in a traditional chapter and curriculum structure:
@@ -141,7 +143,6 @@ SBCs based on RISC-V CPUs are likely to lack:
141
143
* beginner-friendly documentation
142
144
143
145
144
-
145
146
Credit Card Rule
146
147
""""""""""""""""
147
148
0 commit comments