Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

foobrew

5
Posts
15
Following
A member registered Jun 19, 2019

Recent community posts

Really fun for such a simple typing game. Love the intro music too. Works great on my NTSC breadbin.

Sure, I'd be happy to test it out and provide feedback.

Awesome! I was under the impression you could just export to any other platform no matter what platform you're running on. Maybe that's not the case?

Steps to export this as a stand-alone binary:

  1. Clone the source repo from github.
  2. Copy the source/panda.tic file to your tic-80 dir (~/.local/share/com.nesbox.tic/TIC-80/ on Linux).
  3. From a running TIC-80 session: "load panda.tic"
  4. Hit Esc to get to the code editor.
  5. Comment out the first line by prefixing it with '--'.
  6. From your file manager, open the source/panda.lua file and copy the code then paste all the code into the TIC-80 code editor screen.
  7. Hit Esc to get back to the TIC-80 CLI.
  8. Type: 'export <platform> panda' where <platform> is 'linux', 'mac', etc.

You should now be able to just execute that exported file directly.

Why aren't you offering a Linux export?