clockworkpi 3bb88eb892
Merge pull request #5 from cuu/master
fix bug in compare git versions and main_screen's MsgBox
2018-05-27 20:30:26 +08:00
2018-05-27 14:01:24 +08:00
2018-05-25 20:38:54 +08:00
2018-05-25 22:02:50 +08:00
2018-05-25 08:17:14 -04:00
2018-05-25 22:02:50 +08:00
2018-05-27 15:14:34 +08:00

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
Description
The launcher for GameShell
Readme GPL-3.0 51 MiB
Languages
Python 97.7%
Lua 2%
Shell 0.3%