Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 869 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 869 Bytes

WorkExp-CompWorkshop

This repository contains the lesson code for the Work Experience Computing Workshop.

Presentations to accompany the content may be found in the latest release at: https://github.com/stfc/WorkExp-CompWorkshop/releases

Example code for the Angry Blocks activity can be found at https://github.com/stfc/angryblocks.

Overview:

The course was based around the free book “Invent Your Own Computer Games with Python 3rd Edition” by Al Sweigart (ISBN-10 0982106017). The book, and model code, is available for free online: https://inventwithpython.com/

The software used, Python and Pygame, are open source and freely available online: https://www.python.org/ and http://www.pygame.org/. NOTE that the version of python and pygame installed must be compatible with one another – the workshop used python-3.2 and pygame-1.9.2a0.win32-py3.2.