Games for the Root Access Archade Machine
Find a file
2021-02-07 18:33:10 -08:00
hello_root_access.gif feature(movement): Add basic movement to logo 2021-01-18 19:09:52 -08:00
hello_root_access.html Add a hidden page to the pico8 RA hello page 2021-02-07 18:32:33 -08:00
hello_root_access.js Add a hidden page to the pico8 RA hello page 2021-02-07 18:32:33 -08:00
hello_root_access.p8 Add a hidden page to the pico8 RA hello page 2021-02-07 18:32:33 -08:00
LICENSE Initial commit 2020-11-11 15:28:32 -08:00
README.md Animate the README! 2020-11-17 14:38:10 -08:00

Pico8ArcadeMachine

Pico-8 Games for the Root Access Archade Machine.

Root Access Hello World

Heavily influenced by Pico-8 Hello World Demo. We modified the letters to spell out ROOT ACCESS and made a custom message.

hello_root_access

Steps to run:

  1. Download and export Pico-8: https://www.lexaloffle.com/pico-8.php?#getpico8 Its 15$ and it goes to support the creator.
  2. clone this repo: git clone git@github.com:RootAccessHackerspace/Pico8ArcadeMachine.git
  3. cd into cloned directory cd Pico8ArcadeMachine
  4. run pico-8 pico8_32bit
  5. within pico-8:
    CD Pico8ArcadeMachine
    LOAD hello_root_access.p8
    RUN
    

The app should pop up! Press esc to exit out of game. Press esc again to see the source code, sprites, music, and other assets.