This project is a small retro-style 2D platformer built with Python and Pyxel. It recreates the feel of classic side-scrolling platform games: moving across a level, jumping on platforms, breaking ...
├── README.md # This file - course overview ├── arcade-intro.html # Start here! ├── sprites-graphics.html # Working with images and sprites └── movement-physics.html # Keyboard input and movement ...