Skip to content

3dhype/kano-overworld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Why Fork

My little son plays a lot on his raspad, with a modded Kano OS. The only thing he really likes is the Story Mode. While searching on the web, I came accros the same package that bggardner pointed out. The thing I didn't know was that it was a LÖVE game. And a big thanks to bggardner to give me a head start. The first thing I'm planning to do is translate the whole application to Dutch. Hope I'm just in time finished when my little boy start to read, and can learn a lot about computing.

Installation

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

Usage

love ~/kano-overworld/kanoOverworld.love

About

No description, website, or topics provided.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.md
Unknown
license.txt
MIT
MIT-LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 100.0%