flappy-bird-py icon indicating copy to clipboard operation
flappy-bird-py copied to clipboard

Makefile error: package directory 'pyglet' does not exist

Open dev-namespace opened this issue 10 years ago • 1 comments

mferror

dev-namespace avatar Jun 06 '14 19:06 dev-namespace

try installing the game framework before compile game:

sudo apt-get install python-setuptools python-pip python-dev build-essential
sudo pip install pyglet

then run:

python flappy

joni2back avatar Jun 07 '14 02:06 joni2back