No Description

clockworkpi 81f5c56d9e Merge pull request #12 from bear454/master 6 years ago
Menu 9ae5855072 Fix typo in CaveStory asset names 6 years ago
sys.py e73d26ba1f resize bg of About 6 years ago
truetype a399827553 Add files via upload 6 years ago
.gitignore d9fa209fd8 fix package 6 years ago
LICENSE f91598bb0f Initial commit 6 years ago
README.md 2adb420da3 Update README.md 6 years ago
load.sh d9fa209fd8 fix package 6 years ago

README.md

GameShell launcher

This is the launcher for GameShell based on 320x240 resolution and D-Pad layout.

Directory structure

/home/cpi/
├── apps
│   ├── emulators
│   └── launcher <-Here we are
│       ├── Menu
│       ├── sys.py
│       └── truetype
├── games
│   ├── FreeDM
│   ├── MAME
│   └── nxengine
└── music

Dependent packages

  • validators, numpy, requests, python-mpd2, beeprint, python-pycurl, python-alsaaudio, python-pygame, python-gobject, python-xlib, python-wicd
  • wicd (For Wi-Fi)
  • mpd (For music player)

Install dependent packages

sudo apt-get -y install mpd ncmpcpp git libuser
sudo apt-get -y install python-wicd  wicd wicd-curses python-pycurl python-alsaaudio python-pygame python-gobject python-xlib   

sudo apt-get -y install python-pip   
sudo pip install validators numpy requests python-mpd2