diff --git a/README.md b/README.md new file mode 100644 index 0000000..a1f2921 --- /dev/null +++ b/README.md @@ -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) diff --git a/moonbus.p8 b/moonbus.p8 index db44551..d94a9b0 100644 --- a/moonbus.p8 +++ b/moonbus.p8 @@ -1,8 +1,8 @@ pico-8 cartridge // http://www.pico-8.com version 42 __lua__ --- MoonBus --- by Dejvino +-- moonbus +-- by dejvino def_fuel_cons=0.01 diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..a7f4d59 Binary files /dev/null and b/screenshot.png differ