Skip to content

Releases: elgopher/pi

v0.2.0

26 Jul 05:24
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

24 Jul 22:25
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

MVP

This release adds minimal functionality that can be used by early adopters:

  • presenting game on the screen
  • ability to change resolution and palette
  • loading sprite-sheet from file
  • functions to Boot and Run the game
  • Time() function
  • Basic graphics API
    • drawing sprites and pixels with camera and clipping support: Cls, Clip, Camera, Spr, Pset, Pget, Sset, Sget
    • ability to directly access pixels on the screen and sprite-sheet
  • Map API: Cos, Sin, Atan2

Full Changelog: https://github.com/elgopher/pi/commits/v0.1.0