Language

Package: python-pyxel @ 1.4.3

Synopsis

Retro game engine for Python

Description

Pyxel is a game engine inspired by retro gaming consoles. It has a fixed 16-color palette, can hold up to 3 image banks and 8 tilemaps (256x256 pixels each) and 4 sound channels with 64 definable sounds. It also comes with a built-in image and sound editor.

Home page
https://github.com/kitao/pyxel
Location
gnu/packages/game-development.scm (line: 1516, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'sdl2' does not match package name 'sdl-union'