Add readme
This commit is contained in:
parent
b4956124bd
commit
49d6f5f80b
7
README.md
Normal file
7
README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Moon Bus
|
||||||
|
|
||||||
|
This is a simple ‘Lunar Lander’-like game for the PICO-8 fantasy console, where you have to travel from station to station, landing several times in a row to carry passengers around a low-gravity planet.
|
||||||
|
|
||||||
|
Available on [www.lexaloffle.com/bbs](https://www.lexaloffle.com/bbs/?pid=152694#p).
|
||||||
|
|
||||||
|
![img](./screenshot.png)
|
@ -1,8 +1,8 @@
|
|||||||
pico-8 cartridge // http://www.pico-8.com
|
pico-8 cartridge // http://www.pico-8.com
|
||||||
version 42
|
version 42
|
||||||
__lua__
|
__lua__
|
||||||
-- MoonBus
|
-- moonbus
|
||||||
-- by Dejvino
|
-- by dejvino
|
||||||
|
|
||||||
def_fuel_cons=0.01
|
def_fuel_cons=0.01
|
||||||
|
|
||||||
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user