this post was submitted on 17 Jun 2023
10 points (100.0% liked)
Pico-8
214 readers
1 users here now
A community for discussion and posts relating to pico-8
Wormhole
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think you hit the nail on the head about it providing a limited environment but with modern features. It captures the feeling of what it may have been like to make a Game Boy Color game but without the headache of actually trying to get that set up. Similar to how Arduino made programming microcontrollers easy (they were founded because the founders found it annoying to do).
Yeah. I grew up playing the NES and it was very much the spark that caused me to get so interested in technology (and eventually programming).
A few years ago, I discovered the NES homebrew scene and learned so much. After a few weeks, I basically got some basics working, but the environment is not forgiving and I never quite clicked with 6502 assembly.
PICO-8, on the other hand, offers similar asset restriction with a very friendly environment. It's not perfect (and Lua is hardly a favorite language of mine), but it's fun.
I might revisit NES homebrew eventually, but PICO-8 scratches that itch for me right now.