Lesson 1: “Hello world” app in Pyxel
In this lesson we will create the most basic Pyxel application, which just prints some text on the screen
https://www.youtube.com/watch?v=gXpe9HZ3Au8
Lesson 2: Creating and showing the sprite
In this lesson we will:
- Create simple sprite using Pyxel resource editor
- Show this sprite on the screen
- Move this sprite around
https://www.youtube.com/watch?v=X7l7tBWkDig
Lesson 3: Moving the sprite using the keyboard
In this lesson we will learn how to:
- Separate “data model” from the rest of the code using classes
- Detect key pressed
https://www.youtube.com/watch?v=iFtdJBREs6c
Lesson 4: Tile maps
In this lesson we will learn about:
- Tilemap concept