<!-- SPDX-FileCopyrightText: 2023 Jummit SPDX-License-Identifier: CC-BY-SA-4.0 --> # TIC-80: Access Battlers Rai-Net Access Battlers implemented in the TIC-80 fantasy console. ## Running The game can be run using TIC-80 PRO. To create executables, use the `export` command, for example `export html html.zip` or `export linux access-battlers`. ## License The code is licensed under GPL-3.0-or-later and the assets under CC-BY-SA-4.0. This project is REUSE-compliant. ## Other Implementations Only Multiplayer (Over LAN/Hamachi): https://alpersekerci.itch.io/rainet Singleplayer and multiplayer (not working as of time of writing): https://www.rainetdigital.com ## ECS Resources * http://entity-systems.wikidot.com/ * https://t-machine.org/index.php/2013/05/30/designing-bomberman-with-an-entity-system-which-components * https://t-machine.org/index.php/2012/03/16/entity-systems-what-makes-good-components-good-entities/ * https://github.com/jslee02/awesome-entity-component-system * https://github.com/EngineArchitectureClub/TalkSlides/blob/master/2012/12-Spaces-SeanMiddleditch/Spaces.pdf