From f50b6ad05e71dd6c63a1e05d3275e3d7ba312e04 Mon Sep 17 00:00:00 2001 From: Rory Healy Date: Sat, 8 Jun 2024 21:41:57 +1000 Subject: [PATCH] Restructure project --- .gitignore | 1 + LICENSE | 232 ++++++++++++++++++ README.md | 9 + docs/SPECIFICATION.md | 229 +++++++++++++++++ project03.pdf => docs/rules.pdf | Bin part1.py => old/part1.py | 0 part2.py => old/part2.py | 0 part3.py => old/part3.py | 0 project03 => old/project03 | 0 .../project03-rubric.pdf | Bin .../project03-sample-solutions.py | 0 old/project03.pdf | Bin 0 -> 84492 bytes src/card.py | 20 ++ src/part1.py | 0 14 files changed, 491 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md create mode 100644 docs/SPECIFICATION.md rename project03.pdf => docs/rules.pdf (100%) rename part1.py => old/part1.py (100%) rename part2.py => old/part2.py (100%) rename part3.py => old/part3.py (100%) rename project03 => old/project03 (100%) rename project03-rubric.pdf => old/project03-rubric.pdf (100%) rename project03-sample-solutions.py => old/project03-sample-solutions.py (100%) create mode 100755 old/project03.pdf create mode 100644 src/card.py create mode 100644 src/part1.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d41c0bd --- /dev/null +++ b/LICENSE @@ -0,0 +1,232 @@ +GNU GENERAL PUBLIC LICENSE +Version 3, 29 June 2007 + +Copyright © 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +Preamble + +The GNU General Public License is a free, copyleft license for software and other kinds of works. + +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. + +To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. + +For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. + +Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. + +Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. + +Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. + +The precise terms and conditions for copying, distribution and modification follow. + +TERMS AND CONDITIONS + +0. Definitions. + +“This License” refers to version 3 of the GNU General Public License. + +“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + +“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. + +To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. + +A “covered work” means either the unmodified Program or a work based on the Program. + +To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + +To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + +1. Source Code. +The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. + +A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + +The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + +The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same work. + +2. Basic Permissions. +All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + +3. Protecting Users' Legal Rights From Anti-Circumvention Law. +No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + +4. Conveying Verbatim Copies. +You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + +5. Conveying Modified Source Versions. +You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. + + c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + +6. Conveying Non-Source Forms. +You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + + a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. + + d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + +A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + +“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + +The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + +7. Additional Terms. +“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or authors of the material; or + + e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + +8. Termination. +You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + +9. Acceptance Not Required for Having Copies. +You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + +10. Automatic Licensing of Downstream Recipients. +Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + +An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + +11. Patents. +A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. + +A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + +In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + +A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + +12. No Surrender of Others' Freedom. +If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + +13. Use with the GNU Affero General Public License. +Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. + +14. Revised Versions of this License. +The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + +Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + +15. Disclaimer of Warranty. +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. Limitation of Liability. +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +17. Interpretation of Sections 15 and 16. +If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”. + +You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . + +The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . diff --git a/README.md b/README.md new file mode 100644 index 0000000..108697c --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# sushi-go-variant + +Comp10001-Go is a variant of [Sushi-Go](https://gamewright.com/product/Sushi-Go) +where the objective is to accumulate as many points as possible in the final set +of discarded cards. The rules are described fully [here](docs/rules.pdf). + +This project is based on an assignment for COMP10001, a subject at The +University of Melbourne. The assignment specification can be found +[here](docs/SPECIFICATION.md). diff --git a/docs/SPECIFICATION.md b/docs/SPECIFICATION.md new file mode 100644 index 0000000..87aaad2 --- /dev/null +++ b/docs/SPECIFICATION.md @@ -0,0 +1,229 @@ +# Assignment Specification + +Below is the assignment specification, in full, slightly edited for context and +appearence. + +--- + +## Part 1 - Valid table + +Write a function comp10001huxxy_valid_table() which takes a single argument: + +- groups, a list of lists of cards (each a 2-element string, where the first + letter is the card value and the second letter is the card suit, e.g. '3H' for + the 3 of Hearts), where each list of cards represents a single group on the + table, and the combined list of lists represents the combined groups played to + the table. + +Your function should return a bool, which evaluates whether the table state is +valid or not. Recall from the rules of the game that the table is valid if all +groups are valid, where a group can take one of the following two forms: + +- an N-of-a-kind (i.e. three or more cards of the same value), noting that in + the case of a 3-of-a-kind, each card must have a unique suit (e.g. ['2S', + '2S', '2C'] is not a valid 3-of-a-kind, as the Two of Spades has been played + twice), and if there are 4 or more cards, all suits must be present. +- a run (i.e. a group of 3 or more cards, starting from the lowest-valued card, + and ending with the highest-valued card, forming a continuous sequence in + terms of value, and alternating in colour; note that the specific ordering of + cards in the list is not significant, i.e. ['2C', '3D', '4S'] and ['4S', '2C', + '3D'] both make up the same run. + +Example function calls are as follows: + + >>> comp10001huxxy_valid_table([]) + + True + + >>> comp10001huxxy_valid_table([['AC']]) + + False + + >>> # run too short + >>> comp10001huxxy_valid_table([['AC', '2S']]) + + False + + >>> # run doesn't alternate in colour + >>> comp10001huxxy_valid_table([['AC', '2S', '3H']]) + + False + + >>> # values not adjacent + >>> comp10001huxxy_valid_table([['AC', '2S', '4H']]) + + False + + >>> comp10001huxxy_valid_table([['AC', '2H', '3S']]) + + True + + >>> # test unsorted run + >>> comp10001huxxy_valid_table([['3C', 'AS', '2H']]) + + True + + >>> comp10001huxxy_valid_table([['0C', 'JH', 'QS', 'KH', '9D']]) + + True + + >>> # n-of-kind too short + >>> comp10001huxxy_valid_table([['2C', '2H']]) + + False + + >>> # same suit twice for 3-of-kind + >>> comp10001huxxy_valid_table([['2C', '2H', '2C']]) + + False + + >>> # same suit twice for 4-of-kind + >>> comp10001huxxy_valid_table([['2C', '2H', '2S', '2C']]) + + False + + >>> comp10001huxxy_valid_table([['2C', '2H', '2S']]) + + True + + >>> comp10001huxxy_valid_table([['2C', '2H', '2S', '2D']]) + + True + + >>> comp10001huxxy_valid_table([['2C', '2H', '2S', '2D', '2S']]) + + True + + >>> comp10001huxxy_valid_table([['2C', '2H', '2S', '2D', '2S'], ['0D', '9C', '8H']]) + + True + +## Part 2 - Group validation + +Write a function comp10001go_valid_groups() which takes a single argument: + +- groups, a list of groups, each of which is a list of cards (following the same + definition as Part 1) + +Your function should return a Boolean indicating whether all groups are valid or +not (i.e. a singleton card, a valid N-of-a-kind or a valid run). Note that the +function may be used to validate a grouping of partial discards or the full set +of discards, i.e. the total number of cards in groups will be between 0 and 10. + +Example function calls are as follows: + + >>> comp10001go_valid_groups([['KC', 'KH', 'KS', 'KD'], ['2C']]) + + True + + >>> comp10001go_valid_groups([['KC', 'KH', 'KS', 'AD'], ['2C']]) + + False + + >>> comp10001go_valid_groups([['KC', 'KH', 'KS', 'KD'], ['2C', '3H']]) + + False + + >>> comp10001go_valid_groups([]) + + True + +## Part 3 - Play and Group + +The third question requires that you implement the two functions that are called +in the tournament: (1) comp10001_play, which is used to select a discard over +the 10 turns of a game; and (2) comp10001_group, which is used to group the +discards into groups for scoring. We combine these together into a single +question in Grok as a means of validating that you have a complete player that +is qualified to enter the tournament. Note that in each case, we provide only a +single test case (and no hidden test cases) for two reasons: (1) there are very +few game states where there is a single possible option to either play a discard +or group the discards, and testing relies on there only being one possible +output; and (2) the real testing occurs in simulation mode in the actual +tournament, in the form of random games against other players. On validation of +implementations of each of the two functions, you will be given the option to +submit your player to the tournament. + +First, write a function comp10001go_play() which takes three arguments: + +- discard_history, a list of lists of four cards, each representing the discards + from each of the four players in preceding turns (up to 9 turns) in sequence + of player number (i.e. the first element in each list of four cards is for + Player 0, the second is for Player 1, etc.). Note that the list is sequenced + based on the turns, i.e. the first list of four cards corresponds to the first + turn, and the last list of four cards corresponds to the last turn. +- player_no, an integer between 0 and 3 inclusive, indicating which player is + being asked to play. player_no can also be used to determine the discards for + that player from discard_history by indexing within each list of four cards. +- hand, a list of cards held by the player. + +Your function should return a single card to discard from hand. + +An example function call is as follows: + + >>> comp10001go_play([['0S', 'KH', 'AC', '3C'], ['JH', 'AD', 'QS', '5H'], ['9C', '8S', 'QH', '9S'], ['8C', '9D', '0D', 'JS'], ['5C', 'AH', '5S', '4C'], ['8H', '2D', '6C', '2C'], ['8D', '4D', 'JD', 'AS'], ['0H', '6S', '2H', 'KC'], ['KS', 'KD', '7S', '6H']], 3, ['QC']) + + 'QC' + +Second, write a function comp10001go_group() which takes two arguments: + +- discard_history, a list of lists of four cards, each representing the discards + from each of the four players in preceding turns in sequence of player number + (i.e., the first element in each list of four cards is for Player 0, the + second is for Player 1, etc.). Note that the list is sequenced based on the + turns, i.e. the first list of four cards corresponds to the first turn, and + the last list of four cards corresponds to the last turn. Additionally note + that the number of turns contained in discard_history will always be 10. +- player_no, an integer between 0 and 3 inclusive, indicating which player is + being asked to play. player_no can also be used to determine the discards for + that player from discard_history by indexing within each list of four cards. + +Your function should return a list of lists of cards based on the discard +history of player_no, to use in scoring the player. Note that the grouping of +cards represented by the output must be valid (i.e. each list of cards must be a +singleton card, or a valid N-of-a-kind or run), but that the ordering of cards +within groups, and the ordering of groups is not significant. + +An example function call is as follows: + + >>> comp10001go_group([['0S', 'KH', 'AC', '3C'], ['JH', 'AD', 'QS', '5H'], ['9C', '8S', 'QH', '9S'], ['8C', '9D', '0D', 'JS'], ['5C', 'AH', '5S', '4C'], ['8H', '2D', '6C', '2C'], ['8D', '4D', 'JD', 'AS'], ['0H', '6S', '2H', 'KC'], ['KS', 'KD', '7S', '6H'], ['JC', 'QD', '4H', 'QC']], 3) + + [['3C'], ['5H'], ['9S'], ['JS'], ['4C'], ['2C'], ['AS'], ['KC'], ['6H'], ['QC']] + +## Part 4 - Optimal grouping + +The final question is for bonus marks, and is deliberately quite a bit harder +than the four basic questions (and the number of marks on offer is, as always, +deliberately not commensurate with the amount of effort required). Only attempt +this is you have completed the earlier questions, and are up for a challenge! + +Write a function comp10001go_best_partitions() which takes a single argument: + +- cards, a list of up to 10 cards + +Your function should return a list of list of lists of cards, representing the +groupings of cards that score the most points from cards. Note that the ordering +of the groupings is not significant, and neither is the ordering of the groups +within a grouping, nor the order of cards within a group. + +One area of particular focus with this question is efficiency: there are strict +time limits associated with running your code over each example, that you must +work within, or you will fail the test. Good luck! + +Example function calls are as follows: + + >>> comp10001go_best_partitions(['0H', '8S', '6H', 'AC', '0S', 'JS', '8C', '7C', '6D', 'QS']) + + [[['AC'], ['0H', '0S'], ['JS'], ['8S', '8C'], ['7C'], ['6H', '6D'], ['QS']]] + + >>> comp10001go_best_partitions(['9D', '2S', '4D', '4H', '6D', 'AH', '2C', 'JH', '3C', '9H']) + + [[['4D', '4H'], ['6D'], ['AH'], ['2S', '2C'], ['JH'], ['3C'], ['9D', '9H']]] + + >>> comp10001go_best_partitions(['3C', '5H', '9S', 'JS', '4C', '2C', 'AS', 'KC', '6H', 'QC']) + + [[['3C'], ['5H'], ['9S'], ['JS'], ['4C'], ['2C'], ['AS'], ['KC'], ['6H'], ['QC']]] + + >>> comp10001go_best_partitions(['0D', 'AS', '5C', '8H', 'KS', 'AH', 'QH', 'AC']) + + [[['AS', '5C', '8H', 'AH'], ['0D', 'KS', 'QH', 'AC']], [['0D', 'AS', 'KS', 'QH'], ['5C', '8H', 'AH', 'AC']]] diff --git a/project03.pdf b/docs/rules.pdf similarity index 100% rename from project03.pdf rename to docs/rules.pdf diff --git a/part1.py b/old/part1.py similarity index 100% rename from part1.py rename to old/part1.py diff --git a/part2.py b/old/part2.py similarity index 100% rename from part2.py rename to old/part2.py diff --git a/part3.py b/old/part3.py similarity index 100% rename from part3.py rename to old/part3.py diff --git a/project03 b/old/project03 similarity index 100% rename from project03 rename to old/project03 diff --git a/project03-rubric.pdf b/old/project03-rubric.pdf similarity index 100% rename from project03-rubric.pdf rename to old/project03-rubric.pdf diff --git a/project03-sample-solutions.py b/old/project03-sample-solutions.py similarity index 100% rename from project03-sample-solutions.py rename to old/project03-sample-solutions.py diff --git a/old/project03.pdf b/old/project03.pdf new file mode 100755 index 0000000000000000000000000000000000000000..a0b8f0a51c9c2e0f5c660b9525938947db87fa15 GIT binary patch literal 84492 zcma&MV{j%;6t5ZEnAo;$+sVW>-`KV$wr$(i#1q?kV;lS5t-V{ddvDd={?uLl^>p=f ze$Sy$7MEmTVdQ|Lm|q%QgJUCRCI*<;!143LG0B@dSh`vfvvTmT6aQZej!Dwm&ehzR zm`T#k*wtLz+!SDD4ksuG=i=&YZfpwO|>IqAPxf|au7lc6Fs^uN^c;D8u0Ji^Wi98 z2=Y!e+#hAk#>u5S!ReAprb#;NQKPA2o&NhaulMb#7DII6SXN@_qw>1?&vkT{4Xnzp z>POAa)kj^$b=ps_SF5zDVYFFeQdB-9s8bgw-=cdNiT7KI4uzRTL{0Eo{BSc1Ap2b@ z*+U#x`9bvtL1a!Ln`@L%GlX6^$BZN_KT5ucn-1qS6Cu!LuRI#tUzrxiN=-;b#)tyh z5#wwW?aQY#I`svtZ@~w!Z~F?h!}RN6%)~!Cn?>C}i+cPdf?@(9iBYp*#p)69>IFE> zs|>AjhRxs3rq59N=-?^CmRvQVG<0USV0aoT|7oSQwahx*^D}*yoJbU2SzNpfZ*WJ8 zV$_5h-Nn`*h4v?v@2)ykmQ84K$pjNl2remzjdx|Yy&Oai&Tt}O>_>IKV&tMtLTC>1*IQaSkyha%{6&dMMxyjf7fp*kPR773gW@<|WJaUONsXdTBfL!n=Oc?I72_VRDK z@Gjj&47c4hsavV2zJiq7mGZYE=G|B`Xssd*b?TnFGS2#1T+s8ECBkT=Wel_5+`?Pg zWfFh_Co?p@CZ^2wEbW5SEr@9-Vv9w0+@ds03$f1^-XCed-!l`*AG#^@>V&aI4qX&R z%Hy%V#8ZSr2VJ4Z5ShB73EFHVr0sYABo+11Y;MJ4D9({d(Z>28qKc~cz`DB1zMJZ< zje-iJt%4$LKZ+J@8)7JykM*|)F1x{UA6`30(@xN*DZUDYo;0x4er~4Z3ztKb@5e-7 zIOONorU+6ou?o5lg4A+#p?;sHouzF^tMHu>9>pyT_!K@|wM2ZkS;0ZDb95XldvDpq zf_~}WJdL#|jVDR@W~6@MUg1GBzBK<+kP?b|>6!2D+Gwdj8<2J!NZSZ$ybr17i!FmX z?OQbmcsh#@9%=OJhAg6qs)QiLUm}#ULXd>hJd#{!Ht*@stEbW0I+Oj`iM2l+rFwrpvHq2$dt%T5 zHM`UPB0tgYo=cvlT#aG}W)DFzLRv2&Es3OXUXSC4jH5RolSF32X?}~pvXGY!rPGE3 zeoab%XI_FIeWYisTEtAxnFyPxVp8;l#)h(GA(Ki+7EVR}aGGM*1~W$|v!ff%9V}mX zXc`K=@88dDJhZ?%*K-p(%i4l-IRA@L?}i&*Q=(#dW_^kVRA58qkODE-UV8+t)`4P^ z;-t~rSe0C}qF)8u^dUKWNHGXB^AM21f~YGe*(Q?;jWujbY=Dq*sN60-g~yeu?|z zN*y-Cv8$@%bxa|&QgnQl^dS^mZyY80XR{%63Ve4=PkhUk-@A4o5|?LGKa0eg@*DJrh`kT8ka%qH-_3OlNu48#7eLv=O*Ytj1)vw8Yi2Kn2-pJ zgm1G!GKu&LKt-ztOc0ZNb7ekO&VKVV#8|R5MVfoCkY*(MB3#Y^+}5ANr#_|`d3}$L z3uOAze2GL}%wy5NPa4PFO*`2>i(6PHx0$ke(Vwy7@>8(1VFbvU%W1+23LQ<5gj>

W+A$&8=fRNP{hYlmBF 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

    8T z1H1zUy)5aa-j6`ev;~u_AT^^DL*6lmPf?`hfdk0doC3PvuvUAsSwZZ!P3D>+e>dou zH~pl}IOrSQ#B7~RLeL~Kv=}E;12AWJ>f2)|h!Wy&SgD*-L5vTo-SD~n!V`-ff49Ox z52+`@T}L~o^(NIL%*T@AeVg41MjEr&?YZim$2wRz2@o7apgr0f01ImIO?8E^&%yYX zg6T`&2(N8~Ao7>4vs0<>kcbOgF=%H~G8D27Zv|=E2$$Mc&)9(=F*Oc2^;y)VNAqAE z^l-b`RO7N{(~55t5bfIXhW^d^56hM6!}(Ii`$$Wf3?=1s8}H34^_uf7u zABR)^$849_GojlQdgm#APCUmRrd%Xwi@r}}YOSGqN)?WDKg#kFF*h|{WHnn13182{>^d)?(kBHEz#&o-#dk99d#fSoL_Zkn=9Zf@bRq;n|iwF#7`S$V+T zYWGRz=gj^NhF})1h=o=vfpS$8-&o&cpN4A5drHLs&N^<2_dMHqV0{_;pvhh23m-F% zIhRe0Oc8lTPgmO00!z3ob#-|!(_jmaR$9~%!SI*)fmc?zFX0tn-Af_uQxj~s0$12@q>HsE8am`d^okTLP7KT zCDdRz*9^XhWL7r%i@q#R+fYJ{VubF|)W$b>`)=rkEV5P?9%Y)u7kD%13K9IIr2x8;CFMw#2lUblanu;dyejP+q z2|ClOg>$2KXAUjjU{TM+Ns|=We7kWJuC_oWfl4&KLVG#{gv)Rww#lOzR(wL%<2if< zpZYG>1pQPj+u8cj=tAB-gy+*lE%}8WdlMcK;jFDw5RfCq3Xd8Ff7#CLiId!+%U!Wt zR*&tW*^Cwa7=&md(6V?|7Uw1ewd7ag^8mw=or;A+x;DBu)>mPier43Lr4IYevIL&T zQ^eyb>9AIk!UepHELvB&cLSGUBgVo(Fkx8)C5Am|oIYd3S??U%I%bsoDvywm+^fz{ zNs3oibb<5cYI0^N-X(t!->Wbqsn$Uz_2<12idOzAXnfQp3%NB*65`?Q+70XxF69B0 zO2$IbW%fzdvfylEZORA(kEA-|bM=W&YbU4NWw_a0Q;l1Zrfy8pb(@yON(86BH;DN> zsaD;9-v3dL)uCh)A)ki<903_DORl<jfx2DK)g>2HdcJ|G1 z6Tq{^2b^Y}6PN3=fM4Bdb;a3!&&;-usr>s_pT4XG^O@DCo~SwzdqQS|&Gx;%Ovj7t zE6r|P--Qfg0ayfLQbUJ217Fa33#4h`&p>v1XHpjD1$E++SZ9~d{*K69a)gMKJDX}G zs=JVqmaQq^`@J-x2||E29b;}t+N8az!xbYVFEUCN;guC|U-ryFBcwuTla&MrNZ1k{ z|Kz}g|A4kkwqqKnf%rZPBB3VmJBU&CGf_AxG{AasOdfmvvd!dr?&DSS1nS6&%Hl7b z4t6HBVUyXKzYhnaWO)qRMPRq@cHxyCAx7g?f}Nv)e*%FCC8V}N+gKaidpMlB)$5|A znDC7`Y-o_lRZ~(lUR6_u(34(V2LIw}I(PApQ_)Y!t~5LwV~Df2T@b|G5h82xW1x%wVeFk^Lmk#w&>P_uJz(=2hm4T;Eq_w!Xxu6;hjH-(XrSaYc|Afz##ilaGBw@TwJYe3reSSQ_d z?Wt(@QaUD7qy^Rtcx3WIyL*z}Np&SKFUh$n%1&5jJT_aHe9EPH0<)ZAS7BDSVbd>s zp@gJ%iy*bAJVd8LhRQuuaiju8H)O5+HWqZi$N&n5MH^=%*sLisfddOaA_OTuc8@KF zlxL$RD`Ha>qOGxfL1m_u0QpSPg91YZv&5)XytHIPa!;EQW^YFV*u*CVsHFw-ZO~{&!MZ0nxs# zF(`UPAM&)?4ME`A7Ie=}?y(>+e0MtPpZH}!*O9sM>p0|%X;^~Hh?bm}!-{GvhunC< zH5y|8v9IwjDhaxS#Q|mx5{u||r&JneJ_M^ye6$>B%TWO|?Sf|N;?$4tAH z^`K&x2eeq=*u8W&xL4B`iz;FD)k@!QN(;qKaxtx^Xo3h7)3G|>sGtQM|I?c^;PS&N z|9c5-Z-ukl0?glJ@J}_(P$EUPoZ#$d1A;qwVoiT7Q}yy%X$9lTTaFetdiiEw6FX$Y z(1kb0QwVpltpmir^qo!cP&BEUwvE5^h?uvh83ak|TlUfDUAWKztsPog@&b$_yaHJO zl{;$0bxAoY=CmRlEp*?^&gjDE(V7)#PMxI!Vy9SEatTRWJ-hQ2j>(Qcw8bsGI=|{y z21H-VMT!AN5({KC2IT4UpPRQuyC~lzu?jhfN4$8)rMd#isd?wpfrVOew zI$h$-a!e^_5m1&KwX!1R9!~N{AcF0;=aAUI5{lZs^d#2%V~!d_s@@5nzJ6Le1~C=o zt3;B_3w@p`0$8l_wkQgPV#@+y#v{2w(R>N z7GyD&w9r5J3NUE2S(C3-Zpz|tw-KPmAMGE@nVi}s{a*+)TWola>cVx5pBal0PWz!x z8QAD$LT-H6=Z#z^mwBi_>_xe8kreMqn2ljf=-*`O?8N2WN95QBu@?<<(zHn~LXxv| zZpE%Rs;>XevEF?7Qxy909eZ1&tc~dU;BnXhpK@SsSU3+Y4^ef^rRixl-7{b|gw4uo zhquhsl(o@4lEgQDFOh(vi(-VHb{Xnd1(*YE6!+Yn8;&7J+N>Afv!K%-EV0roUyIe; z^N{125M*xgrX*AI0QVy#Jlf2kmL-`D`=dY|_=A%HD@T24+|O|kp4)Q~w^hD&D=?vq zGgox7uEt%uem zh++q~Vu3_!2h}5Uh!s3qMuJmGW3(o5^^ZqBHy**dNA*K{xCSj;9q#eHd2PX+*M9J^dru4LQIIPT+F|0vSBnm^V7F3vaViTU*p+EOkY7N9;CDPTVV1<%A+So}G%C53@X*oi()1QOFtrnvm zP91POg&!pzkbTd+50cV_zVn+Ve^9J9wIf$`8MVDHhTsGf6&o;WXr9b^ImEkV30d>S zJP54#oe7T+*t&cPJ5zAqXm6AH5-ed~EhHcwSvyT?5gcEXE_I?5vpy!FEp z+FB~qNdV0-u2T>idivcUe^Qk6HU?%fR<3C+>ylVE5->8?%QM0S9$@;@!)>`&u=oV_ zy;X1wRpa4q%?m2ByjIZPyhG?lZ}K3lFf#CI0ozGMeKY1;ewYItC;LJiqRoUExLYww zE)O#a_3jdZfGUN?aC6BS0zx7p)WTe}VGyvLeiFVd`ZawKn+1Gb^N7z?ux)yvut|(eETs+2vBc?IvX)c1pknXSS;hF6Y(tau`PFZguP3iqWf& zki($5T(~2t@F}<%9UIbvhM4cl9Nv=R zeK_G_%rSSp^!0H|ZU90AT!b*Ubk0JfY$+KHvzk9{=;Bv?Rz92&8SG^@?c8Tn6VhcG zuM7R+0Dp8p)AB!-tpWWBuO~qA=~XZpkUjGiAVTeRFQGzx0 z*v8;5aHYM(w|D@r;bVF&+G=hKEY{osoa#V^Ak$9EU%JpW?BTPf%k!h%9W?@Tz#&y%PCzMkRL*RfBraMyR7 zzp8-OalkN~FhFKSQ4@d8{FFvAT#l2 zuwuXTqoyxcrEa4|XN9xG{+w$)4(erl*I}S;!Czh6luK>{-pOIC$T;fppBa%7pEU@9c5p_hAV(8NarCOuGOVH{K760`h zkG&UG!l=e!MeKJ5iErgko~rg<4;SDwqXy-51wIww)dGyo$p?eJ*!t$hDYyO-$Njsy ztQrwKjlDw@F}J3WrHh5g*2L^yejGAtOEq$;!WHqovra}c>W^rnM2puz$kRWd^Nw;e z-?SPYFZONyK`x6>H`78lnhhye?nwFOsdyrHwIfs)nw);zsuv_X=d%aL0!{TV5 z-5(bUEmoz#hl`lof1XxHh|LyWq%T!G%SEV`9(25wc!_Shk2FtMLe;LOwU9|UDmMIH z`A^o=?rfK3rrh}nGQj!CFtB)8P&>2;wG#u2xN)_tg>dcX-;_z~dQ@jp4w+=7U>4XL zO5+I2^RAELs=Wg!nhnU_`8wRhkftTI_SFgZZF?%mV~I}WU0ROdP+|JFU6r1JCVO~- z?NmFSz-uoC7}o?m$HjaAilg|wZgul0bd1n*rc^_j z%}|}A^m$J7^9z!<_l}~F4W45Zk`L-XV}ESUr_*Dv%$V6mD<|~1btl(>$A8g?7xU^6 zAA|usCaqi~?k!A?pHa0WjA_k-gbqaZc7VW!EpdIM)OotV{_Kc$44OPb=KOlG2#F@*kepp^PBKPw zM4sdqTgTiy%&18RhMcCHQ#gAyXJ3m;d9HK06k!pQr|PFEjmoiD^ChLjUFx9;&2A-A7N@E#I}HT?I50VRr>UoNZM%;y0t~lIn;3b76v< zt7$-3CQY~Fu}(fPIa;T^-{rVH6J-qtGa zNmy*PGRjk&T|;65KPGyI4Zibx5d{^c$w`Kby5fTDOx0k!OA+aTd-H554ekf-V_7g6 znnB~pjun`%|21hwVBqqxvz^)F54d8|LrSomNB)a{&vxl38>>hf406 z?*lZCwi8bkNDp4^5hZZ3EIfP{m<_bjq9-aWqd=()bduF5`NSbPFZ}1{Z^zRrH$5EUJ`~eW=7x%6BgbcxURyaYTJP+t z8QCcx9^%+F94=ibWPr|sx7TZS-~RS?mn>FddDui9VTxm(k!%6FFx!L|a65m{7x zDv5Z|k#8QXIQYS7eLh9cm%QCL^_+h&qVY>ueH`4TfhqZ^q8MGuhoL?;9E*m|debNk zzPl`*>FC|q%k%22JE*ag%B%0+(UVJGf&*p|yqMc)b;6gjDX8f68J^_2e`np&yGxtj zg#DFHLFB8=8^N*%B*PdfL(qI$E(Lr_r__+IbWwFKd-zfEK)56Mu8{89e82MHz1+$k z;A=qx-E7>!*r&$eW*XD1jQhm7hsc1DieOWj;GqTXAJ2RgcGd}IvU`yzZgQ+1b`ecT z;JUJ>O0M&4L9VX|lx={fCbC${X+Q(1A`g+TFa6SEsd8+tE;hDPn2z@y1eN|-KrKh$ z;(RECmi@8m+lxcL>q;weJpV2q+v`vv%O<yrvh_}wP{heOg z;Ztxiwa9FG^ideoGr*UU?)?_sDZbUfZ4ffhd3YC%2P3$ri~mzz+eb6bYuFWET9o+{ zdr0gI@BAoYOU`$5cw`Vs?`oB_Sk~SSHGe^M&0S?~{$(yIz+!ObI_QNeg%Q2{MoXO6 z&n_rU%(Ix`)JJ-ucK!FrrB!psIb~y1-XC83DdtdYva6MAb{@!eSPsfv=-PxcxH;fP4$p{6>HOsrNOVZnS1I z!7mwYJ(fhGY!vaOO)lO>S-ZjWQI61Jrl#3rAysJj*AN#)J`VdLAP<^l0r5AO0F9Cs zl%yz^9&BSmx-xEgs^Wv2;g=~!t#RDqMcnIi5M6oXH>#3j{h9l&SAs%r*uMWI^jp|f z;tx`Ec)pYQZ@F+6%K$^U=|+sfcI?e}c_bcfK-5Y%G0KV|h1R?D5c z6Gz~Qa`jWeykN{2x)Vd5B_p3??%JHzt`Jl={k zLAUY>K}#t4@M8YYQQ3;DlSf@+a+vV^n154vr!aNgqOmy&T<`=xUe}rNhPfI(sx=DQ zF4A^b#R197oO!TEhdE2&--tXBhSh9+7vH#53%SV>dDPDQ+P@L%fQP*1?`-hef)w)4 zbB3@+_JZF2&-{uL_5Kb-%bjoy)71oI(|iddlCm=S^XeeoI96F4>n*=a`_5*QOQ`lSSSFF&hhto^|A3*z(fO8r({LL*Cvmy$BQ zX7M65iWb_ZDC&1?zuRC;RqlL?*wy-FPF)GFVKD!`W{Dc!uq;Ek$j06ESGn~ied^jI0d^jvu+QR4 zO4$h6dg|zX5(-5rrAF9btX+O{XlBp9%;wZfI>~;KFC0ndloro4je+K|pP;<>)V3wm z+H@f-YQ3wRlFC2`=AxO088M9J&A1y#5%)PWyuXqKj$uk*T$tXGK~%c~4~CAW`En1q zB+*9ElY4F+yIHsg2zL^9>DyUz>t%&F7O*pn1hZT<4=0NH(XkF$M0+YM)mHJp14I-; zRBtu0FRMFlW>NtaO}r0X%R4(@riNXnJS=Gmmc$iaoeLARJJ0Iqe5ZD*JN5OTe= ze_2|{O0&pVB>6e9nLn^c(D`PuCL?m=s57{bt6g9AGc~M9bk6aOpm+ePOF+kV08JAT zTXARkJUUv)#?4$$4np_H_$1P4y(_n4xJTHN>&T-18s5@^b!;cmjotn{ug*OlxZEbe z=?x6sxiG%PB8xU6Vs2wHsG7T2m||hgR4BjvJ1p&>53gXm!mV%8txXI#6>TX-c6qyY zFq$u1s@8XEZ{hb;c4Yu&H8a9YgJOPEf_1J9g5aVq9?Qa7BM+g+;Mla)&w?LzxNT=M zq+)-Uv*ghEl&Y}dyy!mIKNw#l1L?a1p$^!nw5%YXBDT?Q9~BRe(dIRSxFQXpf_pYx zz~(YfV5bq08hn(O+W5hc9hBCR&-E9v zTuf2*zm`~XL&k$IWhk6(vkRU(1+QG4xGRn~=Az%oE|CB%OJUH<)4BfOF^dRM^&%m` z6NBd0CecqOBM_e?SpTHytDPJ;ULUNugDJ)qZ(ubj*jS_3w)qmk9zBjlFMuIrcu1fx z=GLN5hBlZbw+=G33c7*TT&7ZTy+padd>{l`HL_jUhLY5 zPLA0@+*BP>qtQ}kSno}*wX#>KJ4( zYRNoNI3oyF8ktNZk8lZlHmKfiUoAtr?Lq(mB$bEJ)2ZvvZ36l&{m8cRhBp{rMQ;zk zn5l-da5OJFKlUv5WV+N@K#+gfufF?&bgzv(Xpk0Q5>HJhrTPz>Vk`_h%o_oM%6vlWUySXJ-WE?#zuAdyn|s_W$4Ko&rHOf9vp(!Zj z_uO>wM?2JvCtUEjH8EOMLC}&RuA!N zs$PS&4_8W%$w}8+cOf}OMI+kREZ)bdG2u&wHRERlDvKHC~I1w)#p%}GTJl)DAMwG_^pk{*kM zMlH94&_DRgxjcM;B7Ax@tj5XKE0fGvkNkGJCyK+L8zeV-6!HsuTlBWhfZAy15d@&c zxrpxH<$Ek7hZtt^{PVY&7t1>TFcPGpxvOn0EtYNanxFV2% z;to$w_Yr_F&(SW{h78&aCG=cNSFKJK=nHg|B{{^zqcN@Kn>2G*d5U?;9UHH{oU|$5ikZVdBj zB>=ALfB}O2g9`ezoz6Or5?#R8fwpxC3C?vfhOt2$zF{2zbqFQU%ey{z*a0r#>;*Ol z72TKx2mus0AWi{)bo+C5@E*zt)JYC!hfd(Sh?fN0i?#(N%Bi93(^SO;FY34yV_VDj zI(7=&7yu0Y&LGA7d3@Xcf_D{l2rITKv~vT1K8StKnt}uR7u?n|Xy3iMyg&f(@9DeNhh6QZlY_jQ30U{t!F=i>wi~_i>;G-E591bX7xf7KX%yN?$=^k& zheH8%1X9M3?3<5+f)=K$3H{{Hq8fXN{wID5Z0g#G~?*gx<~^D9@% zKk`I%VNp&&!#VwI z(;_ISXMkDAyYF(Gcn+Rb^~jK$N!XAjmKTA$cE!pX`^eXu*CU{K+N?J2 zORz%KAx;~@>K0M``0g4Axovh%ga5_%{j1^|p~xvFlbIVXOmsVSo8Kdh5c0%0h^GQ< z$3Vv&stcC4+q}s82EzkYx3JgvRvOW}ypLidf81lWrutL3f}-SEbjUWaA>nl8RVR;ZT@ zN7Ze~7}uzMpa8)AZS=SqRhbg4f(oQsMGLO8baFJT0&PRNgQ zwATdZ?`oI8Ht^lgB6=FCN24;m@zC>}N_SIM;A=K~R2v9_FQu<+0zcdY5UtBvk~PFo zjY;S`&~z(y3B>#BBQ--)qqTjvHNU(9d=v1U_U^QAx6VDos~!#bs5H7c;`O{rK&|on zL?$B7UWw_@$vo;kS>q{sZ9%m2#hU-E|4kI>>8Mljct{^u7CZ<<2q1AN{Rd5+Y zB!Ps@JW!YM#vS_m5X|YBdl!)Ll9lu2)NB3RI@WFo*$UdUA*V!%U24|TV!Vj0Fn4b< z)cNWh`5_Dga?wq~ln*9DbylL>2CHI~dZ{UNe!*c}|21JjEVl0|yQhIx3v@h-&sZiq z$#?lX%OHc%iD${z!%O4Fn#{P-)W2Q3gT=ECFz{w}bX`%ac5wi9Fqa005-#1$P<&wl z$`_&@I}uq}CS@4@tGTrsSA1IK=`2cX=UJ?#_1LrfDx*;(>=w!T#KdWPs;}&Qvr)CQHjL4n~hZSlD%W?nQln>r0= z0bAW*pNFZ|fFRt&B}r)UU6Z@E{MyB0>)^oLuz@*oEFU&{(R6#TRM~pKB)w1PK?{87 zaqLIbu`UZ8sM67L$82`El+ivCAtyXepb{ycVW&i4oMXcSt$!V`WR6^wo^q9rG&#))rn$F)a<+==X~^xac> z&v5|`l4lcSoxC9C*QOu!j`nWsM3rp})uqkAjf>#4gH`G@)La8T8=0wc(6*e-_HXUd z9esIy<9dx>xit*B7a!m4R2U{TG}`|uynxkL+w zBx}u~nyB2jEhz2(DNDD-apsaerBQrb7U>cvyu)5ebn>*{s4G;m%tG~QSuHmP@n+Y` z5ie^0o^zTwGb&6ptujU$uw|3S^cA)A{((`~ylp`rPMHRWRGO<~Z1*ybc78eEm!!W5 z<+1CdMUR8=d=xBh?QCiLX|jadhMoT27dEj2i%Ps)`~C?4>7p1|xHNYu(s?qR5l;yI z%6XH1kbS1^YsIfLfBh>1m6ziZ-;ck5ta7|I0z<8rSOdDrA;Mee8)LU4cCeI^!2jdGB{`0(-+L6B(L~!w zChQ(3i~Ub2uZ?$SMD-hePa(FOWP6+7bAV*uF+587LtOH0vdr6CcuagF74c!AIQB37 zJ0ZMuYp%zL-wwoBSM;m7;wilGIOx2l5?dsOF5o;bbH?!m?2v00G8UwjwOEy!#Whk=Dx*9k^**hxgu7Q z>gRsoJo^m7wc{DKUP70BLHwRwa-oaf#HOjQ|QPP>c6X`jP zn^qltz|N%@ssu`^UeAcN6VXQmtU@M5p|aSHsUl^^slQ@I3SF*-J88pEQFy3+s^%N@ zrHGlm`h?-u-v&9mkAjl>2>q`_vw{KU?A|Fx`wLm1j}9j^uydBjoP?oK)=_tBC{Yet z?BljKNVw!hgV?o&j;*oI%*HHwJORnjL}@h)k;^!~o|?5_VTq0UwWbR}s;rYC^2K6F zgc^8(UUg2olu|+H0*{s%PJa=Z2LnZ;M$>f5vz!mPz?q)*gLCkPi>Z&wq@c5*5|LAQ z?||bj1Iuczq_xTRE>bAwwymqB$u1|Ch4M4vz7Iy5_?sAd$ZiOgK>$5!&FnN2affvlq88==l5#tnR7}5?Ok?I3XRkfG)Bkeb!ln( zZH-@T&bRAp68&nHsz5*y6b!QrI!HduygL}!<9b^bvj^7v1#@RRCvTWn_H7g!Y-SNg z9)o(V(n@!d<7CNwb-EmN)>CqhLZ)uWH?uLApv7tH3{904#gqM_v6hs2+>YuX$C8{S zjGuUqY4E%_kTiU2GpQS-pE%lZ2cVq}m0vt%G^1~-Z%Ej|i6#hc>BiW_45{f6@Bre*WXz#yz>J5Jy+k%zkA7SaY$OD4_~6ySbOMC3>9tO43Q+(L?nDslIE3AB}Zlwlr8I=pTpVOa})d~ZWM6VPmjNYnz|XP@$2a&h2oWQ!QEUK*+)knMjs zFnlbiYoc@<%9;Hf1B>~*lMeNyP9zdOu^5I|jPB1*cfT(O+)LScdMIhMI^;s5%|)J#fH-MN|ht!w(6ws1YXkM`tu( z?>cRLFcjEfXOq}=hpVR^8>(|@B*vkzcPlH$=$B&DhI$WI1eWq!Mr)V`zNJo$FgEs? zo#yHc_<7*iX$d8i#3kyA@EDsXTOUZav$V5ZJ}`Pfc3`;iOl`y*(`z^t^7aD-w=p&#JA)?8zm3)7wd>tnGoZQ7g2+^>r8!Id{gKRE@akm2$2^%jA+AQruqsJ|AY1 z!B0aiBjpwKF)bery~Pu{88<{$+jfus*vj-E=V@p;50H|?mUVr7@vTUZU1mx)H8bv| zFnaEy8$Bx)dCQ|5Xb=EelSB6Q4d7x))YCfJFb0L-hOEa9C4#@KnqN^vE6<~Yl z4i+!=wfjRIr3zMt4bR=PA;r|Rh5@U*v(IfWU0f=^>#jE7GKCYQSJau;gw;rQ9o3Fv z$-{|$TV<*0QFWQ~aubf9GrDa$G29W5+CJTmlWmN8Kg0ccSeEw^#rfCt;%5TnO)Z!a zb5>vvG*=mz9vs8W)~gtf;P=Hkm*Zzvj)^7>;?Uts8S(n;`^*qM?--liHk-UwowyAl zAL36=A5LckSkg!0eDvw?N^qG1>%8^|j-e&p*K%h@QEM>&NwMcdti9&bOhQr=OFzIH zVT8oxapm(-t*lA3?zw#CJj$&{dQP8NYv?vS5gH5GY&=VQUM%W3=RDA+s+;$#yri3r z(CDo%3T*X0)-WmLf<-ZR|L6Dn%267SeHAqOC}w%}%5fh|llQ8(i5EW)*nzH7Z>KZe zJ)_}#)XcvZFVTU%#CEbDtLe-re?>62^qpH3)2EplWxhr1vYy@VdF{lTySZg=#$Jp_ zYdZkWyEXje_L6(2ALGi}ts=+Vk^xqV|0oe-Tx@EHVf z?zaQU+PJ?FuMW$nh(uE1{KQKiv9IY@$$yHjF7K+L$+<s z!`(f4Zs6xImha`0bH6G1sb3ABQ*L32*;E{?^C{zZ4m57i8D;Y?%|fe5<5S+Jw48X+ z%Hx0C5u3i*>L0mV-lqPMEt17&AXVja*{%f*E5Ia0S26UpQtur2%P{i{wUi1e&ESO9 z_j{C|K&={{y^4*}lJbr>#Sth;be_I z0an4vWeyp$pR1QCAQIrfU%!~d6@92W%EnJ8~kJUo}fwLbHa z;TqMTwJMqK0pCT0e_!fhf7s2JzT%^QB6>rgc|h3U(Dj{X!eo!M=qO=8hWc~*xy%c$ zE9fS>lB%+zDh-~r+&(u1ax*-xG{=+;3Wugra*i(3dNb4sMBM*fNV}2WH5&OzJb8_v zY5^CF)66&0 zv~soy1*zA%@=StjWTu8GTKXm3R!e7dc8W|pXML3r%Qu2VGjN<3H5A?ELOSA)Yz(#o z-Mgo>&Dm;YN}O*+w^qy~ABbdhmbJ`G9z_eaoHV~?OF%cKWU98n%KRL@hKYLC#0jEv zA?YtgD%B^tzCr!MCYp zTndNNXG&ai9)?w{fOnurXZ##q;yMxvXP~tmtoC#<9Ra9l>?Otx+>93rO!ue)0?cJb zimzKe;u3!1R#Q6PmN4mz5$3wV{2~9g&5_#30)U9@*l5nq6xShU59lok+eHT;*vRfe z4@~?m)5ykxi*loPpcQt4Xi{})#(oLgialNdek5L6<#RaAyM!nDOluvRKB5l=DMAH_ zuw5Sdx08yPTVh6PTc?rQEOrL}KTAXdnVPVvi>S#AV`o+6kpTo8z zaOol@_!p@>74HJ?Kbp29C~G49k)3kj?U~KHw-o5&VhS$3n0jjI7vGM0Rl`Z7POYem zLTDp@t5U*(DJ9xS%{MO{l(2o;^}n36t?!EM471zMF1%)(o(|KP!?hd&n33H$(zbva z1WNEELLE$Z-Xc=BKNLfJB}Wj?`?H|+U6wq9l7gOzH`R=_OWAIhH^T~lzzlyb^?WMA z^~66(db>ecjif<--p2&+KS4v}iWk*gLX*eB8YCxPRBKeOLRD3Grb~i&x>J1OCZzG` zRhnVQVME4;n1}x|7yjvAc-UBRJ)R}JZlGRb#c;|O^BLQER$vi3hWfRN*tD73(6mi# zYZKzIA%uB^Z@Ik06t(o>H<-D5t$5b#5or>AL*#gf;ZzT?A=B0gE275hBzYpsW`Zwi zvtFZIsyE>|H^64?hi6wrvep?whs5@Xk#enBCECq{&*vJ&z*8 zP%uaV6d==9M^4Zm=eHO+k1^o;u{Z^I+W#a;p)QUwsIy;veIbD*URT}))V&HVp$QIVckT@Qgc<#Do zRGP87jUKX6+?QKMln@J-o5;M!X+P?IzPH-IB7%$SO<9!yEjg-en9h6aer@K{x&hR;08ziK@xsJ@jO9SbMpniC`v3GNi7A7eiDp&0mzE|r! zK-^VD)UC8Irs@g4o@D5(GQI_PY_Zl7Z8?gTm0^C|h%nUq+X+qedB{mN+9B9Bd{gq; zq}Y0~W6YZMI`DtkK6`T?7@1~XTmClN$+b3BLQXKkT zr+foQrCjbou*T+k&qoJ;{fFcmrVhulsf-ee zDckX1d3M1}^J5AIE+MVduegT#1pyW`!dAj9bj7}7?MLu!oN1UY`6VU19b*Fa^CxW^ z>^tPH8DV31ho4&eiKXF*&Q=3M&muTBv&V6LrYs5|K)jgBnZFLE-g?9(2NI)#@T`B58W~>UPBhk_0&v8 zv3-I*qpUe^JhS&%@b@RrBM_no%zQdL=b^Hc2o(n&L)M*x&EHi1r&pGnAC{0W>Tq5CiOt1Z33ITHvU{1-*nAV|W4dj$LKo({%;Bl z+(LjAI;e4LexQq#eMOntnRRG5?i`1JD_BlUZrUbqX+q`qrFT#c*-#_5JH@~$_1=~M1PYxUV>SOU)m zT1)6WaydKge8@oil#>sc>T~2MlbzX|N{M8kLs;clqPpK^0yokJRr*ztU8P_hKE7ticfsoB5H&(TA~In1C=R*qMC)$`yIBpgvb{6m% zff!SYhQ4tr&ADziIoT`{+hR*6yxfhq-Fekp*hFHLu+QWpj|I98F=fVxzVWGDE@Vhv zf`##~lB5LnNj0$q@^q%!MS%DPZN$mi~*Iv+)oXl3Ibw34`4|H*_3$(EY z@oDcfmIm#d?-LouSUdGjyzF5zT1&mWl3_+olY`^;XHGqahoNaRIL)^zoj=`=k{WCa zFhue99B^;ewjakPlmK@_8^Vlmh|c$_De%Ybt`Daub^>g9@S>UJ zd~wlNeBZfPhB=)P=}}cIGK!bt6@hEJN3}oAVisP^+XkajXge9IT)WyoxxcEBB zA}303Z4QL18^|i;H-gW@N>bD5u-K`9mykKeT_YO2ubg6V0-hP1wrQ3ZXP zrrvuu@I3^|lpSprT@{L>Hs;r4U;3BFo(LGLO}uyGU=XqpS8R@A450RNUur3O&3jwZY2$D zZ&J2H8*$6QFnOl7O|x5o;|Jjv7bihOKJ{jZHwwSdphAzx*a`m^ch=xRGFcVJsZvPo zBp!lmo4o)>#r<)n!~-#CqWHP(#&jo^$h$wF=8(W8wU$j|9M51j@e?p#vE>;?FZfX@ z@FE}{arFWiFT=s6iFR3;pD-<4I}2hT;a=lliWx8)6M92o0@%MPg+hZ)H1Xig(;D>t zeL^3Qtmdq_BB8@|^>PX<=n=XBkbcE}XUvxCB}ie%t?|9rW=FJd%AL z{=a}19RCBnP;j&}aWVb}P*B*L{82I0pk<_EVW4B=q=cdu{zp(a+x>g;@AiKWE$nPX z{&5xr6e3(q42+x%tc(nd983%>oYagAn)<%Z5w*Tox#oWS);NSIsd!ivwGj(+O_i6%WIz|>oR!$~1R$3-Hw*T(+ zzd9t4v2Zmd_)k;xCZ?|RBBn+bhPIRhR`!O@=1!)D1g`(j6l`?=CizbZ<$o{{Q(Ke& zXwljK$BL+U*qaj2%NtoLJKI3f%MmdBv!aVxI665KFmnFCzH|acRuRAu*vXjd2AGs}N_RXdyyl#0>=sN*x4cLhp-2_xDRTzj6!Xc!EyKGxYS{VcpA|$a&4GcpRS3tNT zLP<#EP6dwsMK}b-(bATlox&;o*NXfnllWG1`n=?eVwzyE4%?_si-ft-o@M~$J%`Mf zCKGl)gf&2}L5^)D|J&$o#|K&HE|~@#CHKeASKnW_7nH57KrR7W_uwkD@l#ct*g7M= z9QmhRQLRWTg3UXKP8obD2W7iw8Wl?QhS5G)E0lZ5*(;=vs;kJAdol0pq$c>iKm}N< zjQJ)KJuzQcr>#iQXY9fJnig#at>3Da-Nh%axSkiq7~V?#zAM?Q&Ds}M6FSSf_Y^_l zeQGrK106S_z?65SSoF{Z?3KsBXDs7A`T;6wZHow>1ISPN>`uFQ9i$i5ZgyQ ztZ7q??K4N+scUcGUQZYw0ZfDEzjJmTUl*a}4(4IDh)SBTRH;HkP8#q7MWsQLe1VnX zoG-^`zh4~xes-3)#egVn1uzHvpIzVk{`yp&YnI**e%9qm*xb6d`i?e_-1RH`x2Kwx zCEj=J+4Zq>n=W^C@d>-AaI@Ud)bAS|FI=4QzCu2Ds)x(MLzWMHvi5&?7iN9byYHc6 z+b!lKMh{V} zxma>=DaXOfOH!UQ8}c41d^2rIg#VhIAF^(E2fJ(4Ime2-*M9nsoYs2# zFOhq~_gr*E&E0$xegkREliKO)mRL1iy|`i9m0j;{Bt6&I8}QCue*JZA9xdh>+MZ$R z0n@qbBiAoU=kG!=E#1(yvY3QyVEsMsi!vsn`ws^A3hh){{EZaZX<{P z8j>Q1LWIj|+42s1-d>}7;_$}y8`I0W z$<)1bPbN&^%Bc@r_V|3nwMF`$P2Em=MW`PZ5j6|`RqtrO&&uxpPL?m->tAnp{B?uu z=iNOmv`!`YQRYRea>r%>Mg$Q~SLZ_vO`}9xm8?rkQo!!$xm$ zk*4hE1__bbZHbCadLKK!PI7wERei)%@U@i7jCV~ZjQ76|~MXQQ}p+T+_LQ7O%wMoFf*r-EM2(`R4&B`*@J9ryiR4zU133sPJQA&_vsSiT@5T zo$pYSRQvWR(9ZF@#b;B&%ntug$sd;XQPTy;5`3!`5J&S&UnGg;E}Z&|*{B12z| z<<-CZg0)sGk^H-0{uhV+1xGht-T5Wo{h!S%w^G0D#$TpQ@%!azxTNIF(X+wU%}MFo zm*y9#i|n5*vT}d!+Gl;LtDi*g+kd)rQ)b{h-pMQb=cu3Db5N~h>ethW2k-OEGyOQ- zW&N>#qBrwG%YwILb@Z8w?=>sXPrh(ai_K50Ut!6XevK)smR);yAl}BT?W>bc9OJTi z8pli;3zOC~&NOHE=9Cl5m=@N!QZqen?>0A42AFfoYb(htt8N(HjG^uraR4Hb+P41r=n`S~RZ#-MsD2&6nMU%?nut%Eo& z3eh%}#s-##E^dZKCT7N#2F~U#W@ZMaMkWT9&W3Kz&Thtb3WSvaZShIXOE1Y#Ff=lQ z)OAFxw^TiKo0loWI@C-O=IzOHk`)s52wBK?cEy3o6KeO=L|Xo4 zs4+f~Dllcov}K0eEAJl5&9zb!ekrtl>dLcszW9V+Ss(FR&3vlnnFA`uB4?HVxh2*2 zNp)Y=%~D$TenpUtePD3r_xSWQWm%z1AJ6e$n8vdVGlYvv5{pVIihyBiVPa@##-*z2 I>hHz{05k0Exc~qF literal 0 HcmV?d00001 diff --git a/src/card.py b/src/card.py new file mode 100644 index 0000000..26681f3 --- /dev/null +++ b/src/card.py @@ -0,0 +1,20 @@ +""" +Represents a single card. +""" + +class Card: + """Represents a single card. + """ + + def __init__(self, suit, value): + if self._valid_card(suit, value): + self.suit = suit + self.value = value + + def _valid_card(self, suit, value): + if suit not in 'SHDC' or value not in "A234567890JKQ": + return False + return True + + def __str__(self): + return self.suit + self.value diff --git a/src/part1.py b/src/part1.py new file mode 100644 index 0000000..e69de29