News

This is the repository for a Python port of The Nature of Code book. If you are looking for the book's raw content (text, illustrations, images, CSS, etc.), have a look at The Nature of Code repo.
Small difference between Mac and Linux: You need to call clear_background(color) on every frame when on Mac; on Linux it's OK to call it just once before your game loop.