Users should be able to run the app
This commit is contained in:
parent
ddd2d55e60
commit
35d87e96ab
1 changed files with 17 additions and 1 deletions
18
README.md
18
README.md
|
@ -1,2 +1,18 @@
|
||||||
# Pico8ArcadeMachine
|
# Pico8ArcadeMachine
|
||||||
Games for the Root Access Archade Machine
|
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 andmade a custom message.
|
||||||
|
* To run in your browser: https://rootaccesshackerspace.github.io/Pico8ArcadeMachine/hello_root_access.html
|
||||||
|
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.
|
||||||
|
|
Loading…
Reference in a new issue