P8文件包含PICO-8源代码,该源代码用于编写小型8位复古风格的游戏,可以与PICO-8虚拟幻想游戏机一起玩。 它包含带有 LUA 脚本语言 句法 that includes references to sprites, sound effects, maps, and music data that make up the game.
如果您正在用PICO-8开发游戏并将源代码另存为“存储盒”,则很可能只会遇到P8文件,该存储盒会创建P8文件来存储内容。 如果您下载了PICO-8游戏的源代码或从其他PICO-8开发人员处收到了该代码,则您也可能会获取P8文件。
可以使用PICO-8打开P8文件,这使您可以在本地运行游戏并构建游戏。 PICO-8带有几个编辑器,包括代码,精灵,地图,SFX和音乐,可让您修改存储在P8文件中的游戏的特定部分。
You can also open and modify a P8 file with a text editor, such as Microsoft Notepad or Apple TextEdit. However, plain text editors do not provide the same syntax-highlighting features as PICO-8.
PICO-8是一个跨平台程序,可让您创建,玩和共享微型复古游戏。 游戏可以通过以下方式另存为“虚拟墨盒” .p8 or .p8.png 文件扩展名。 如前所述,P8文件以文本格式保存,并用于存储仍在开发中的游戏的源代码。 .P8.PNG files are saved in a binary format 编译 from P8 source code files, and can be played with PICO-8.