Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ripytide/ks3-project
https://github.com/ripytide/ks3-project
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ripytide/ks3-project
- Owner: ripytide
- Created: 2022-06-17T15:33:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T21:04:42.000Z (almost 2 years ago)
- Last Synced: 2023-04-11T21:33:48.138Z (over 1 year ago)
- Language: Python
- Size: 59.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KS3 Project
This repository contains resources designed for coding clubs at secondary schools in Bristol.
There are two sets of resources: Sketch and Pygame.
Each one includes a set of six worksheets for students to follow during the term.The Sketch resource provides a Python module called `sketch.py`.
This is a wrapper for Pygame that exposes a very small set of functionality.
With it, students can draw shapes onto a window using a simple interface.
Each worksheet takes the student through creating an image using these commands.The Pygame resource teaches the fundamentals of Python programming and the Pygame syntax.
By the end of the worksheets, students should have enough knowledge to create their own games with Pygame.
Unlike Sketch, each worksheet teaches some new concepts while asking the student to modify some given starter code.