Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

programmingtips/pyglet-game-engine-overview

Repository files navigation

Pyglet

This repository is part of a youtube video, in which I look into pyglet as a 2D game engine for python.

Running the code

You'll need to install pygame to the code here. You can do this from the requirements.txt with the following command. Needless to say, but you'll need python and pip installed on your machine.

$ pip install -r requirements.txt

Make sure you navigate to each subdirectory to run the code, so it can find the code in relation to the directory you run it from.

i.e.

GOOD

$ cd loop
$ python move.py

BAD

$ python loop/move.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%

AltStyle によって変換されたページ (->オリジナル) /