Seems like this was made for PAL systems. Scrolling text at the bottom of the screen is just garbage on NTSC. Music seems to play at the correct speed, though and the graphics look good.
foobrew
Recent community posts
Absolutely loving this game and really looking forward to the final version! No major issues running it on my NTSC C64 but music, sound effects and animations are all a bit too fast. Hope you can fix that before the full version. Only 2 levels but I'm already liking this better than Rogue64..which is saying a lot!
A fun, relaxing game which I'm really enjoying! Seems to be working great on my NTSC C64 (real hardware). The intro music is very nice but too quiet. I think it would be more fun if the fish didn't get away as often before I even have a chance to roll. Saving the game to a file would be preferable to using codes (NES games only did it because they didn't have a disk drive). This game has a ton of potential, overall. I hope you continue to work on it or maybe a sequel with even more features.
Steps to export this as a stand-alone binary:
- Clone the source repo from github.
- Copy the source/panda.tic file to your tic-80 dir (~/.local/share/com.nesbox.tic/TIC-80/ on Linux).
- From a running TIC-80 session: "load panda.tic"
- Hit Esc to get to the code editor.
- Comment out the first line by prefixing it with '--'.
- 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.
- Hit Esc to get back to the TIC-80 CLI.
- Type: 'export <platform> panda' where <platform> is 'linux', 'mac', etc.
You should now be able to just execute that exported file directly.