yrandom | 2 years ago | on: Making small games, which is fun in itself
yrandom's comments
yrandom | 3 years ago | on: All about QBasic and QuickBasic
One of the first examples I built was a clone of Nibbles in only 120 lines of code which you can play at https://akedo.app/play?g=8eolqpn_fk-kr1TLi_WmKw
I'll need to come up with a version of Gorillas next!
yrandom | 3 years ago | on: Scratch is a big deal
It's a text based programming platform centred around creating games and can be used from a young age and into adulthood.
yrandom | 3 years ago | on: Show HN: Akedo – Retro gaming and coding platform
yrandom | 3 years ago | on: Show HN: Akedo – Retro gaming and coding platform
yrandom | 3 years ago | on: Show HN: Akedo – Retro gaming and coding platform
It's a language I designed specifically for this platform and is not currently open source. If it proves popular I'm certainly open to it.
> 2. Is the language compiled or interpreted, and what targets? Is it the execution environment a VM that runs in the browser similar to Scratch?
It's interpreted. To improve the performance at some stage I'd like to compile it directly to JavaScript rather than run it through my intermediate layer.
> 3. Is this a charity or for-profit? If the former, how will it be sustainable (i.e. donations, premium memberships, etc.)? If the latter, what are the plans for monetization?
It's for-profit. I'm planning a freemium model so there would be additional features (when I build them!) and access to more advanced tutorials.
yrandom | 3 years ago | on: Show HN: Akedo – Retro gaming and coding platform
yrandom | 3 years ago | on: Show HN: Akedo – Retro gaming and coding platform
yrandom | 3 years ago | on: The Good Ol' Days of QBasic Nibbles
I have tried to re-create this simplicity with my own site (https://akedo.app) and one of the first games I re-created was actually a Nibbles clone called Python (https://akedo.app/play?g=8eolqpn_fk-kr1TLi_WmKw).
I've yet to create a Gorillas clone but that's next on the list!