I was just wondering if there's been any thought of making another release of the yabasic emulator?
Just some ideas:
I'm wondering this because it would be good to have a tabbed windows - like firefox? So that navigating multiple codes would be alot easier?
Also, would it be possible to add an in game save option so you can save high scores, levels, character data? Either through the emulators interface (eg, File / Save Progress) or can it be possible to make a new yabasic function so that the author can code in a save menu? Something coded like:
if save_game = 1 then
saved_score = score
log saved_score
'or
saved_player_level = 10
log saved_player_level
'or
saved_player_weapon = 91
log saved_player_weapon
fi
or something along the lines of that??? I don't specifally know how to make any programs, but if it would be possible to get an in game save option... that would make yabasic alot more versitile and powerful don't you think?
Just some suggestions lol! Hopefully I wont get too critisiced!!! And hopefully maybe they can be implemented?