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:

  1. Create simple sprite using Pyxel resource editor
  2. Show this sprite on the screen
  3. 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:

  1. Separate “data model” from the rest of the code using classes
  2. Detect key pressed

https://www.youtube.com/watch?v=iFtdJBREs6c

Lesson 4: Tile maps

In this lesson we will learn about:

  1. Tilemap concept