From 55cce08ad6d811dc6f9bf06bb51e1680ca7a1930 Mon Sep 17 00:00:00 2001 From: Rob McMullen Date: Mon, 17 Jul 2017 10:55:14 -0700 Subject: [PATCH] Copied demo program from quicksprite as initial code --- LICENSE | 674 ++++++++++++++++++++++++++++++++++++ Makefile | 39 +++ apple-sprite9x11.png | Bin 0 -> 207 bytes atari.png | Bin 0 -> 205 bytes cpbg.s | 706 ++++++++++++++++++++++++++++++++++++++ fatfont128.dat | Bin 0 -> 1024 bytes kansasfest-hackfest.png | Bin 0 -> 13344 bytes moldy_burger.png | Bin 0 -> 239 bytes partycrasher-software.png | Bin 0 -> 7985 bytes player-missile.png | Bin 0 -> 1023 bytes 10 files changed, 1419 insertions(+) create mode 100644 LICENSE create mode 100644 Makefile create mode 100644 apple-sprite9x11.png create mode 100644 atari.png create mode 100644 cpbg.s create mode 100644 fatfont128.dat create mode 100644 kansasfest-hackfest.png create mode 100644 moldy_burger.png create mode 100644 partycrasher-software.png create mode 100644 player-missile.png diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 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/Makefile b/Makefile new file mode 100644 index 0000000..872684c --- /dev/null +++ b/Makefile @@ -0,0 +1,39 @@ +COLORSPRITE = moldy_burger.png +BWSPRITE = apple-sprite9x11.png + +all: cpbg.dsk titles.dsk + +cpbg-sprite-driver.s: $(BWSPRITE) + quicksprite.py -a mac65 -p 6502 -s hgrbw -m -k -d -g -f fatfont128.dat -o cpbg $(BWSPRITE) $(COLORSPRITE) + +cpbg.xex: cpbg.s cpbg-sprite-driver.s + atasm -mae -ocpbg.xex cpbg.s -Lcpbg.var -gcpbg.lst + +cpbg.dsk: cpbg.xex + atrcopy cpbg.dsk boot -b cpbg.xex --brun 6000 -f + +player-missile.hgr: player-missile.png + quicksprite.py player-missile.png + +kansasfest-hackfest.hgr: kansasfest-hackfest.png + cp kansasfest-hackfest.png tmphgr-kansasfest-hackfest-top.png + ../tohgr-source/tohgr tmphgr-kansasfest-hackfest-top.png + cp kansasfest-hackfest.png tmphgr-kansasfest-hackfest-bot.png + quicksprite.py -i bw tmphgr-kansasfest-hackfest-bot.png + quicksprite.py --merge 96 -o kansasfest-hackfest tmphgr-kansasfest-hackfest-top.hgr tmphgr-kansasfest-hackfest-bot.hgr + +partycrasher-software.hgr: partycrasher-software.png + cp partycrasher-software.png tmphgr-partycrasher-software-top.png + ../tohgr-source/tohgr tmphgr-partycrasher-software-top.png + cp partycrasher-software.png tmphgr-partycrasher-software-bot.png + quicksprite.py -i bw tmphgr-partycrasher-software-bot.png + quicksprite.py --merge 116 -o partycrasher-software tmphgr-partycrasher-software-top.hgr tmphgr-partycrasher-software-bot.hgr + +titles.dsk: cpbg.xex player-missile.hgr partycrasher-software.hgr kansasfest-hackfest.hgr + atrcopy titles.dsk boot -d kansasfest-hackfest.hgr@2000 player-missile.hgr@4000 partycrasher-software.hgr@2000 -b cpbg.xex --brun 6000 -f + +clean: + rm -f cpbg.dsk cpbg.xex cpbg.var cpbg.lst cpbg-sprite-driver.s cpbg-bwsprite.s cpbg-hgrcols-7x1.s cpbg-hgrrows.s cpbg-apple_sprite9x11.s cpbg-fastfont.s cpbg-moldy_burger.s + rm -f titles.dsk + rm -f player-missile.hgr player-missile.hgr.png partycrasher-software.hgr kansasfest-hackfest.hgr + rm -f tmphgr-* diff --git a/apple-sprite9x11.png b/apple-sprite9x11.png new file mode 100644 index 0000000000000000000000000000000000000000..dec9382fde5514aabb19f97cfa61e720841f7a1d GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRY!2~3gtPOlX0tFtC#XvD(5N2eUHAey{$X?>< z>&pI+O_En$sC8NLcA$`KW=KSdbAE1aYF-JD%fR4Vl$uzQnxasiS(2gP?&%wlqL<1J z6nFJ>aSV~TJh$JG>wp6XbNbuEe`Zdoxic^7R8#efIZVwnbUbTTXdN&Un9MNY3V(Fm u-LnophrYe=D?jk^zNp~LpQ}$>mvNgPDAdVVa&XZ(kWHShelF{r5}E)27C=P+ literal 0 HcmV?d00001 diff --git a/atari.png b/atari.png new file mode 100644 index 0000000000000000000000000000000000000000..ef3d6356937b0d2f425d94d7eeee01853033d3c4 GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^{2oCO|{#S9GG!XV7ZFl&wkP>{XE z)7O>#A)7F-BG-;h3_pNEvY8S|xv6<2KrRD=b5UwyNotBhd1gt5g1e`0K#E=} zJ4oEq#W6(Vd~!}kMgkbDSie3!At56tr^R5x&EDQ#0YNpkpaUzi=B&DSNR&@O>4Sts o%)4VxGklg$&M>QMzSzUgaHB_N-oo#H_Ji#4boFyt=akR{0BJNmasU7T literal 0 HcmV?d00001 diff --git a/cpbg.s b/cpbg.s new file mode 100644 index 0000000..a919ead --- /dev/null +++ b/cpbg.s @@ -0,0 +1,706 @@ +; os memory map +KEYBOARD = $c000 +KBDSTROBE = $c010 +CLRTEXT = $c050 +SETTEXT = $c051 +CLRMIXED = $c052 +SETMIXED = $c053 +TXTPAGE1 = $c054 +TXTPAGE2 = $c055 +CLRHIRES = $c056 +SETHIRES = $c057 + +; ROM entry points +COUT = $fded +ROMWAIT = $fca8 + +; Zero page locations. Using the whole thing because we aren't using any +; ROM routines + + *= $0006 +; parameters: these should not be changed by child subroutines +param_x .ds 1 +param_y .ds 1 +param_col .ds 1 +param_row .ds 1 +param_index .ds 1 +param_count .ds 1 + + *= $0010 +; scratch areas: these may be modified by child subroutines +scratch_addr .ds 2 +scratch_ptr .ds 2 +scratch_0 .ds 1 +scratch_1 .ds 1 +scratch_index .ds 1 +scratch_count .ds 1 +scratch_col .ds 1 + + *= $0020 +; required variables for HiSprite +damageindex .ds 1 +damageindex1 .ds 1 +damageindex2 .ds 1 +bgstore .ds 2 +damage_w .ds 1 +damage_h .ds 1 +damageptr .ds 2 +damageptr1 .ds 2 +damageptr2 .ds 2 +hgrhi .ds 1 ; either $20 or $40, the base of each hgr screen +hgrselect .ds 1 ; either $00 or $60, used as xor mask for HGRROWS_H1 + + *= $0030 +; global variables for this program +rendercount .ds 1 +drawpage .ds 1 ; pos = page1, neg = page2 +tempaddr .ds 2 +counter1 .ds 1 +textptr .ds 2 +hgrptr .ds 2 +temprow .ds 1 +tempcol .ds 1 + + +; constants + +DAMAGEPAGE1 = $bf ; page number of damage list for screen 1 +DAMAGEPAGE2 = $be ; "" for screen 2 +MAXPOSX = 220 +MAXPOSY = 192 - 16 + +; debug flags + + + *= $6000 + +start + bit CLRTEXT ; start with HGR page 1, full screen + bit CLRMIXED + bit TXTPAGE2 + bit SETHIRES + + jsr initonce + jsr initsprites + jsr initbackground + +gameloop + jsr renderstart + jsr pageflip + jsr userinput + jsr movestart + jsr restorebg_driver + jsr wait + jmp gameloop + +restorebg_init + rts + +restorebg_driver + ; copy damaged characters back to screen + ;jsr copytexthgr + ldy #0 + sty param_count +restorebg_loop1 ldy param_count + cpy damageindex + bcc restorebg_cont ; possible there's no damage, so have to check first + ldy #0 + sty damageindex ; clear damage index for this page + rts +restorebg_cont lda (damageptr),y ; groups of 4 x1 -> x2, y1 -> y2 + sta param_x + iny + lda (damageptr),y + sta param_col + iny + lda (damageptr),y + sta param_y + iny + lda (damageptr),y + sta param_row + iny + sty param_count + + ldy param_y +restorebg_row lda textrows_h,y + sta restorebg_row_smc+2 + lda textrows_l,y + sta restorebg_row_smc+1 + ldx param_x +restorebg_row_smc lda $ffff,x + jsr fastfont + inx + cpx param_col + bcc restorebg_row_smc + iny + cpy param_row + beq restorebg_row + bcc restorebg_row + bcs restorebg_loop1 + +userinput + lda KEYBOARD + pha + ldx #38 + ldy #0 + jsr printhex + pla + bmi ?1 + + ; stop movement of player if no direction input + lda #0 + tax + sta sprite_dx,x + lda #0 + sta sprite_dy,y + + rts +?1 + ; setting the keyboard strobe causes the key to enter repeat mode if held + ; down, which causes a pause after the initial movement. Not setting the + ; strobe allows smooth movement from the start, but there's no way to stop + ;sta KBDSTROBE + ldx #0 + +check_up cmp #$8d ; up arrow + beq input_up + cmp #$c9 ; I + bne check_down +input_up lda #-1 + sta sprite_diry,x + lda #0 + sta sprite_dx,x + lda #1 + sta sprite_dy,y + rts + +check_down cmp #$af ; down arrow + beq input_down + cmp #$d4 ; K + bne check_left +input_down lda #1 + sta sprite_diry,x + lda #0 + sta sprite_dx,x + lda #1 + sta sprite_dy,y + rts + +check_left cmp #$88 ; left arrow + beq input_left + cmp #$c8 ; J + bne check_right +input_left lda #-1 + sta sprite_dirx,x + lda #1 + sta sprite_dx,x + lda #0 + sta sprite_dy,y + rts + +check_right cmp #$95 ; right arrow + beq input_right + cmp #$ce ; L + bne input_not_movement +input_right lda #1 + sta sprite_dirx,x + lda #1 + sta sprite_dx,x + lda #0 + sta sprite_dy,y + rts + +input_not_movement lda #0 + sta sprite_dx,x + lda #0 + sta sprite_dy,y + +check_special cmp #$80 + 32 + beq input_space + cmp #$80 + '.' + beq input_period + cmp #$80 + 'P' + beq input_period + rts + +input_space + jmp debugflipscreens + +input_period + jsr wait + lda KEYBOARD + bpl input_period + cmp #$80 + 'P' + beq input_period + rts + +debugflipscreens + lda #20 + sta scratch_count +debugloop + jsr pageflip + jsr wait + jsr pageflip + jsr wait + dec scratch_count + bne debugloop + rts + +printhex ; A = hex byte, X = column, Y = row; A is clobbered, X&Y are not + pha + stx param_x + lsr + lsr + lsr + lsr + tax + lda hexdigit,x + ldx param_x + jsr fastfont + pla + and #$0f + tax + lda hexdigit,x + ldx param_x + inx + jsr fastfont + rts + +hexdigit .byte "0123456789ABCDEF" + + + +initonce + lda #0 + sta KBDSTROBE + sta drawpage + sta damageindex1 + sta damageindex2 + sta damageptr + sta damageptr1 + sta damageptr2 + lda #damagepage1 + sta damageptr+1 + sta damageptr1+1 + lda #damagepage2 + sta damageptr2+1 + jsr draw_to_page1 + rts + + +initsprites + jsr restorebg_init + rts + +initbackground + jsr show_page1 + jsr filltext + jsr copytexthgr ; page2 becomes the source + jsr wipeclear1 + jsr wipe2to1 + +; jsr pageflip +; jsr copytexthgr +; jsr pageflip +; jsr copytexthgr + rts + + +filltext + ldy #0 ; Loop a bit + sty COUNTER1 +ib_outer + lda textrows_h,y + sta textptr+1 + lda textrows_l,y + sta textptr + tya + adc #32 + ldx #0 + ldy #0 +ib_inner + sta (textptr),y + adc #1 + inx + iny + cpy #40 + bcc ib_inner + ldy counter1 + iny + sty counter1 + cpy #24 + bcc ib_outer + rts + + +wipeclear1 ldy #0 + sty param_y +wipeclear1_loop lda HGRROWS_L,y + sta wipeclear1_save_smc+1 + lda HGRROWS_H1,y + sta wipeclear1_save_smc+2 + ldx #39 + lda #$ff +wipeclear1_save_smc sta $ffff,x + dex + bpl wipeclear1_save_smc + ldx #0 +wipeclear1_wait nop + nop + nop + nop + nop + nop + dex + bne wipeclear1_wait + inc param_y + ldy param_y + cpy #192 + bcc wipeclear1_loop + rts + +wipe2to1 ldy #0 + sty param_y +wipe2to1_loop lda HGRROWS_H2,y + sta wipe2to1_load_smc+2 + lda HGRROWS_L,y + sta wipe2to1_load_smc+1 + sta wipe2to1_save_smc+1 + lda HGRROWS_H1,y + sta wipe2to1_save_smc+2 + ldx #39 +wipe2to1_load_smc lda $ffff,x +wipe2to1_save_smc sta $ffff,x + dex + bpl wipe2to1_load_smc + ldx #0 +wipe2to1_wait nop + nop + nop + nop + nop + nop + dex + bne wipe2to1_wait + inc param_y + ldy param_y + cpy #192 + bcc wipe2to1_loop + rts + + + +copytexthgr + ldy #0 ; y is rows +copytexthgr_outer + lda textrows_h,y + ora #4 + sta copytexthgr_src_smc+2 + lda textrows_l,y + sta copytexthgr_src_smc+1 + ldx #0 ; x is columns +copytexthgr_src_smc + lda $ffff,x +copytexthgr_dest_smc + jsr $ffff + inx + cpx #32 + bcc copytexthgr_src_smc + iny + cpy #24 + bcc copytexthgr_outer + rts + +pageflip + lda drawpage + eor #$80 + bpl show_page1 ; pos = show 1, draw 2; neg = show 1, draw 1 + +show_page2 lda #$80 + sta drawpage + bit TXTPAGE2 ; show page 2, work on page 1 +draw_to_page1 lda #$00 + sta hgrselect + lda #$20 + sta hgrhi + lda damageindex ; save other page's damage pointer + sta damageindex2 + + lda #DAMAGEPAGE1 ; point to page 1's damage area + sta damageptr+1 + lda damageindex1 + sta damageindex + + ; copy addresses for functions that write to one page or the other + lda #FASTFONT_H1 + sta fastfont+2 + sta copytexthgr_dest_smc+2 + rts + +show_page1 lda #0 + sta drawpage + bit TXTPAGE1 ; show page 1, work on page 2 +draw_to_page2 lda #$60 + sta hgrselect + lda #$40 + sta hgrhi + lda damageindex ; save other page's damage pointer + sta damageindex1 + + lda #DAMAGEPAGE2 ; point to page 2's damage area + sta damageptr+1 + lda damageindex2 + sta damageindex + lda #FASTFONT_H2 + sta fastfont+2 + sta copytexthgr_dest_smc+2 + rts + +; pageflip jump tables. JSR to one of these jumps and it will jump to the +; correct version for the page. The rts in there will return to the caller + +fastfont jmp $ffff + + + +; Draw sprites by looping through the list of sprites +renderstart + ldy #0 + sty damageindex + + lda #sprite_l - sprite_active + sta param_count + inc renderroundrobin_smc+1 + +renderroundrobin_smc + ldy #0 + sty param_index + +renderloop + lda param_index + and #sprite_l - sprite_active - 1 + tay + lda sprite_active,y + beq renderskip ; skip if zero + lda sprite_l,y + sta jsrsprite_smc+1 + lda sprite_h,y + sta jsrsprite_smc+2 + lda sprite_x,y + sta param_x + lda sprite_y,y + sta param_y + jmp jsrsprite_smc +jsrsprite_smc + jsr $ffff ; wish you could JSR ($nnnn) + + ldy damageindex + lda scratch_col ; contains the byte index into the line + sta (damageptr),y + iny + clc + adc damage_w + sta (damageptr),y + iny + + ; need to convert hgr y values to char rows + lda param_y + lsr a + lsr a + lsr a + sta (damageptr),y + iny + lda param_y + clc + adc damage_h + lsr a + lsr a + lsr a + sta (damageptr),y + iny + sty damageindex + +renderskip + inc param_index + dec param_count + bne renderloop + +renderend + rts + + +movestart + lda #sprite_l - sprite_active + sta param_count + ldy #0 + +moveloop + lda sprite_active,y + bmi moveend + beq movenext + +movex + ; Apply X velocity to X coordinate + lda sprite_dirx,y + bpl move_right + sec + lda sprite_x,y + sbc sprite_dx,y + cmp #MAXPOSX + bcc movex_end + lda #1 + sta sprite_dirx,y + lda #0 + sta sprite_x,y + bpl movey + +move_right + clc + lda sprite_x,y + adc sprite_dx,y + cmp #MAXPOSX + bcc movex_end + lda #-1 + sta sprite_dirx,y + lda #MAXPOSX + +movex_end + ; Store the new X + sta sprite_x,y + +movey + ; Apply Y velocity to Y coordinate + lda sprite_diry,y + bpl move_down + sec + lda sprite_y,y + sbc sprite_dy,y + cmp #MAXPOSY ; checking wraparound + bcc movey_end ; less than => not wrapped + lda #1 + sta sprite_diry,y + lda #0 + sta sprite_y,y + bpl movenext + +move_down + clc + lda sprite_y,y + adc sprite_dy,y + cmp #MAXPOSY + bcc movey_end + lda #-1 + sta sprite_diry,y + lda #MAXPOSY + +movey_end + ; Store the new X + sta sprite_y,y + +movenext + iny + dec param_count + bne moveloop + +moveend + rts + + + +wait + ldy #$06 ; Loop a bit +wait_outer + ldx #$ff +wait_inner + nop + nop + nop + nop + nop + nop + nop + dex + bne wait_inner + dey + bne wait_outer + rts + + +clrscr + lda #0 + sta clr1+1 + sta clr2+1 + lda #$20 + sta clr1+2 + lda #$40 + sta clr2+2 +clr0 + lda #0 + ldy #0 +clr1 + sta $ffff,y +clr2 + sta $ffff,y + iny + bne clr1 + inc clr1+2 + inc clr2+2 + ldx clr1+2 + cpx #$40 + bcc clr1 + rts + + +; Sprite data is interleaved so a simple indexed mode can be used. This is not +; convenient to set up but makes faster accessing because you don't have to +; increment the index register. For example, all the info about sprite #2 can +; be indexed using Y = 2 on the indexed operators, e.g. "lda sprite_active,y", +; "lda sprite_x,y", etc. +; +; Number of sprites must be a power of 2 + +sprite_active + .byte 1, 1, 1, 1, 1, 1, 1, 1 ; 1 = active, 0 = skip + +sprite_l + .byte APPLE_SPRITE9X11, >APPLE_SPRITE9X11, >APPLE_SPRITE9X11, >APPLE_SPRITE9X11, >APPLE_SPRITE9X11, >APPLE_SPRITE9X11, >MOLDY_BURGER, >MOLDY_BURGER + +sprite_x + .byte 80, 164, 33, 45, 4, 9, 180, 18 + +sprite_y + .byte 116, 126, 40, 60, 80, 100, 9, 140 + +sprite_dx + .byte 1, 2, 3, 4, 1, 2, 0, 1 + +sprite_dirx + .byte -1, -1, -1, -1, 1, 1, 1, 1 + +sprite_dy + .byte 4, 3, 2, 1, 4, 3, 1, 0 + +sprite_diry + .byte 1, 1, 1, 1, -1, -1, -1, -1 + + +textrows_l + .byte $00, $80, $00, $80, $00, $80, $00, $80 + .byte $28, $a8, $28, $a8, $28, $a8, $28, $a8 + .byte $50, $d0, $50, $d0, $50, $d0, $50, $d0 +textrows_h + .byte $04, $04, $05, $05, $06, $06, $07, $07 + .byte $04, $04, $05, $05, $06, $06, $07, $07 + .byte $04, $04, $05, $05, $06, $06, $07, $07 + + +.include cpbg-sprite-driver.s diff --git a/fatfont128.dat b/fatfont128.dat new file mode 100644 index 0000000000000000000000000000000000000000..b93ccb7cd96b332c8e8fa06b4871bf517b3c309a GIT binary patch literal 1024 zcmd^8L2B$U4DCsJiEjS!1O{go###JLAVyxat9~d3K_-x3U8P5u8}z^Dw5O;uGvY~4 zdXk)Zdivc*zR!ds_-xzTMwhDNQAs^$t4Z$nCB@^AILG-|KP07FB5yA_=d#O`ODTDh z+k5Hd{f4-E8Vr!87({v}e;nw1K9D&DQ8zP(PM(=U{3j3FdV_yIH}lrSJyc?aCEvX* z2?F3NG3?+=DKfs$pe|*~{(x-90~Zkc1b<0_e6!;So!HTeR5#SG#DR5z(O(_<0e!KL z8rXL@7-y7uoRL` z&XIlTnduKUd0C(H^ZLTLlIMp2{P>g^>rL}4N&UJ5{(gN)Ov^Xc)~%!8 zic%Fm#R3%bbYN~ytp=5{#TsKA7#r7%Z-P}qAW7o}&`Sum&Z|kLH!1jI1F)0N)Kug!P)SfB5D12XytD=c0z(AecOk=qSGC(?R`3Uki@e@P2m}r9-)|U5 zdgi}7klYlMWso+JaBx^)$EKH^!MDh4wcfc&IXgO9I=O)_ArPq#mZol&7L=a0ZZ?#1 z3d(90Y?eq62qi>8T0+Zf>GZv)msa0W&Y}Zfawt45c43$}B@ax9d}Tc;Ev%6YC46BR zwS2;t59;33+E8gVaUUF}PY?}h6y9&t%Kz;ZNQp~^iu+f2E?-2z53@IN73vGiL5wKRa?p zrVw&+9o(mhuTbb171fZkl6`BTt7AVM6(}>%j5`$5B#`?J!$j&J=Z!ez${S8)no|5a zZn3Ba*6vBLLg0Hcd=d_#{2|#?$3&5A{5({AB&iqMy$dR7<{sIe%iJapgMB`oAA)5s zem0Y<_Gnktc{><4;urnMrc#nNZ zn;XXa$?Pz%E0>V?hyLGDMg}MWbAnEA(tp3Q118@<;E_-!7HERuNUsP4d*3t1LKx{n zZiB{y#VkBCGz3}bL_dD3_nBO3BTAoKBcMUW)#aTj<3an%{g8_2ZJ=bcjw&P%; z0V2z&<IAJr@Qm1xhpj}G5C!v#h{$}=sB5mKdg}LGZ1@w@y7ECo@UZ^FR@pG{ z8!!s<&>d9bRwhTut*LJ-_)!w@HH(sbV&T0Dq>U!iI^-n3;Zk2yd?vvcE0K6Bv856d zq|ypYFQBmUI&wa8RFsC(2QN}PQ^X&RKJiJFB<2fz&daFH>o6V**OslalSX#+-ghb< zyZ9%LURn62^wFcIjA7H1!_|1SRYb39dS-lxxl~X1{RWv~EvL2E*^X_5-r|4K3*k#< zaU&rxkwQbxgxSDA@NO3$w6sY1E}xcTX5t$eA~kt$)dgkEjagyIo}ng^95AV+n zB~v^rf@A0OC8?RbzEUEbGW9$QXo6!9{?~U1v)H{z|Me91wNS&r6PXI9Nv`ioIk<2` zEv54qqdo-7@0vQK#4m_jpjAt1>_8I3C4{LnOkE%c_1NZT;;1>1kig>jcj;RZ&NmZBI*2|MIy0x5MX#nN`BW!y|1j zp+4)9BUXp5;KI=SXr>gMiJ5iq*Dt^8102b}-!bSDOEvyeL=2I5D>p?WztWW>uHi9` zVrFKhQ=#9dl9-sNdByVKVxyZ$vuI~`S1*UhVZr6*XqKFu{H?^)jseE^6pZ+N7OM

L>wo@Xcs;s$)tAN1{Fv?@oHcTQr= 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 azih621f??0J^%jej)IJebfu(8@c#h7XHd%k literal 0 HcmV?d00001 diff --git a/moldy_burger.png b/moldy_burger.png new file mode 100644 index 0000000000000000000000000000000000000000..df41a34558e411d7757e9f2139005aa48df032b9 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1SGw4HSYi^wj^(N7l!{JxM1({$v_d#0*}aI z1_o|n5N2eUHAey{$X?><>&pI+O-@8kO2)0K2`D6+84^+AoS&PUnpXnkGB7w7r6!i7 zrYMwWmSiZnd-?{X=%um)#e+Rv978y+=k^`sJz&7Wd|q;GXjxLrn-I&@7uf^lGM82> z^jth?R$yzsz>#gUbjH@J3@03tWfNyVIZ(!Yp}lJAlY?CUxUOFVdQ&MBb@0Hs$;F8}}l literal 0 HcmV?d00001 diff --git a/partycrasher-software.png b/partycrasher-software.png new file mode 100644 index 0000000000000000000000000000000000000000..5c8003f0580dce4b90f426d555c637e77ef93ce1 GIT binary patch literal 7985 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 literal 0 HcmV?d00001 diff --git a/player-missile.png b/player-missile.png new file mode 100644 index 0000000000000000000000000000000000000000..f717d27169bc09f47d795973fe72e4124ce89dbb GIT binary patch literal 1023 zcmeAS@N?(olHy`uVBq!ia0y~yV3Yu|4{$I6$$)RKb%7LTfk$L90|U1(2s1Lwngde7 zUgGKN%Kng@pG{njp)b1)C?uO15>euupPQSSR|4cRFgO>bCYGe8D3oWGWGJ|M`Ua%v zrLr?HFqe9|IEGZ*dVANgXt99+>jjOczvE{{E}672r&)E0o6w%^vx;(h8s>-bv+Uak zHV8&ETwY?$QxrMvKeOM-xaB+ZXETH>d8D<(YN1l2LZbp>`J0JFzm{J5-q6L;C|AD1 z$#g1Lh{^@!t*f2RDFc;smE?)uT4fV`l`}*|00Cx1%lgmU-L6{c4ZP> z882E?$0^FGR(pOio z@vT6w{e3fuE5cwa1ymd+Kp=x7lVek%?YW<`mOi?)XG)*G{ZhNfT7U0ddb*{mes!(j z-umjd;-Z{BZ-L7DOSa9i{Qm3yMO**Xb@^LL?Ka!L+*)7#^`w>%2N1rP_-@6sJ-&YY z8|rFbZx*ce`|`>Cw!W6oj9b7kS^V8&^ZAR)IbXd6Z!fvNwZrtafnWR*aCiZ|wM~A; z#YbWi&OA`=QEqVRjU}^EY7u70f_SJ&IbHBUP=JjC{LGFHFWaBI*)5^LMpU<4ReOBdc!xik=cy z>$E<7&%B$?eRpoV6rX1^*vibpx$c_s(=*rIXLq~X>|b&H^TagsbKe5N_Br&6+^%+s zaTnis&a(J>$M0=db^d$JaR=HCbW4`)r5T@N1E2~`wqGjt75qLS{c<1ce@l5KC-ofTlNpG*+=dF{4&`3y?&J6OM!3gWeN#DC4XBynf3A9>%zbBqWi6Z z$+O?Os8*n+=Ktl!PhbA6y?*`po%{Xw!g|&==RaSdv&!c8>-bs67JcNp6uYcut=*)` zJ4>d-P5=D)QMTE(xcgClpB0ObD?I%_scvr99@~O`*Qc48Gu{7$wd$;zGc#WB%4X5t z@P3oLmT$`)^3#KV=3YI1FX8!P>z%fD6rT2IKmXdlSmW(Pz58l+O+4Dw?f+fp26-=m Z>pw%N!1*6u