Skip to content
/ zxhs Public

Library for writing games with ZX Spectrum-like graphics.

Notifications You must be signed in to change notification settings

TreeTide/zxhs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZxHs

ZxHs emulates the graphics features of ZX Spectrum home computers, letting enthusiasts and hobbyists write ZX Spectrum apps (probably games) on modern platforms using the Haskell language.

Features:

  • Attribute blocks - the pixel depth is 1 bit, so a pixel is either on or off. The color is controlled per so-called attribute block (8x8 pixel blocks), and each block has a given background and foreground color.

  • Print text with the original Spectrum font.

Note

The library doesn't aim to emulate all aspects of the ZX Spectrum, or to emulate them precisely. Neither does it aim to generate programs runnable on actual ZX Spectrum hardware.

About

Library for writing games with ZX Spectrum-like graphics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published