Skip to content

Latest commit

 

History

History
executable file
·
21 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

executable file
·
21 lines (19 loc) · 1.17 KB

Story Mode

Story Mode is an adventure game found on the abandoned Kano OS that teaches about the components and workings of a Raspberry Pi.

Background

While many Kano applications are posted on their GitHub page, Story Mode is not. However, the Debian Stretch package is available at here. The .deb installs a LÖVE application called kanoOverworld.love. The .love file is simply a ZIP archive containing the source code, which is the initial commit of this repository. The Kano developers apparently cloned this repo as a starting point, then began writing Story Mode without changing the README.

Installation

sudo apt update
sudo apt upgrade
sudo apt install love zip
git clone https://github.com/bggardner/kano-overworld.git
cd kano-overworld
zip -9 -r kanoOverworld.love . -x ./.git\*

Usage

love ~/kano-overworld/kanoOverworld.love