PySDL2 Roguelike Tutorial

Contents:

  • Part 0 - Setting up
  • Part 1 - Drawing the ‘@’ symbol
  • Part 2 - Moving ‘@’ around the screen
  • Part 3 - The generic Entity, the Engine and the render function
  • Link to the repository (fix typos, propose changes, give stars)
PySDL2 Roguelike Tutorial
  • »
  • PySDL2 Roguelike Tutorial
  • View page source

PySDL2 Roguelike Tutorial¶

The tutorial uses Python 3 and PySDL2 and is based on Roguelike Tutorial in Python 3 and TCOD

If you found some typos or just want to give me stars at Github here is the link to the repository

Contents:

  • Part 0 - Setting up
  • Part 1 - Drawing the ‘@’ symbol
  • Part 2 - Moving ‘@’ around the screen
  • Part 3 - The generic Entity, the Engine and the render function
  • Link to the repository (fix typos, propose changes, give stars)
Next

© Copyright 2020, keiv-fly

Built with Sphinx using a theme provided by Read the Docs.