Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I would like to see the source code

A topic by Petr Holčák created Mar 22, 2023 Views: 412 Replies: 2
Viewing posts 1 to 3

Hello, I wanted to create my own Terraria clone and I would love to see how other people did it. Is the source code available somewhere? Thanks

Developer

Yep!

Download the (Offline PICO-8 Carts) version, and just open “terra-itch.p8” in a text editor.

Keep in mind, though, it’s written in PICO-8’s variation of Lua, and is quite compressed. It will take a bit of effort to make sense of it even if you’re familiar with the language’s quirks.

I tried to leave as many comments intact as I could fit, so good luck :)

Ok, thank you very much:)