Skip to content

Commit

Permalink
[readme] rephrase sentence about Pi and Pico-8 similarities
Browse files Browse the repository at this point in the history
Pi is using similar concepts to Pico-8, but not same names or same function signatures. For example: pi.Pal is a variable in Pi, but in Pico-8 it is a function.
  • Loading branch information
elgopher committed Aug 13, 2023
1 parent 1479a12 commit 73b20f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It's a game that resembles old 8-bit/16-bit games. This usually means:

### What similarities does Pi have with Pico-8?

* Most API function names are similar and behave the same way.
* Most concepts are similar: game loop, drawing sprites and shapes, printing text, clipping, camera, palette swapping, handling user input. Some functions have even same names.
* Screen resolution is small, and the number of colors is limited. Although in Pi you can change the resolution and palette.
* You have one small sprite sheet.

Expand Down

0 comments on commit 73b20f3

Please sign in to comment.