Skip to content

Mostro-Complexity/pyglet_tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

What is this repository for?

  • This repository contains a tutorial for beginners on pyglet.
  • It consists of an example game, space invaders-like, and instructions (as slides) that explains the use of pyglet and how to program this game.
  • You can watch the video of the tutorial done at the Pyladies Berlin here

Dependencies

  • python
  • pyglet

How do I get set up?

  • Clone the repository

  • Test that your system has pyglet correctly installed by running python test_pyglet.py

  • Have a look into slides/slides.pdf and follow the instructions. The idea is that you start working with the file game1.py as a template, and build the game. The "solution", or complete version, is contained in the file game.py.

About

Tutorial for beginners on pyglet.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 78.4%
  • TeX 21.6%