Re: A VERY simple 6502 programming language
Posted: Fri Sep 30, 2022 2:23 pm
Well done!
I think it's hard to get some simple programs to engage a young person without being boring (like find prime numbers!) however times tables? Maybe see what she's currently learning at school/nursery/whatever it's called where you are?
If she's bright then some of the old 2D games from Creating computing? (PCC?)
https://bluerenga.blog/2019/03/15/befor ... nark-1973/
Or even Hunt the Wumpus if she can visualise a dodecahedron (although the classic version of that requires an array to manage the room data)
https://unicorn.drogon.net/wumpus.rtb
What about "snake" ? that may require some extras adding into your dialect - inkey (to see if a key is pressed) and text-mode character positioning...
Cheers,
-Gordon
sburrow wrote:
So, if you are reading this, can I get some suggestions? I want to have a dozen or so basic programs that do something fun. Finding prime numbers was a good example. Anything else that could show off my BASIC and still be simple overall? Wasn't there a Hammurabi game that was pretty easy to create? I'm not looking for code from you, just ideas like, "Find prime numbers!" or something.
Thanks everyone!
Chad
Thanks everyone!
Chad
If she's bright then some of the old 2D games from Creating computing? (PCC?)
https://bluerenga.blog/2019/03/15/befor ... nark-1973/
Or even Hunt the Wumpus if she can visualise a dodecahedron (although the classic version of that requires an array to manage the room data)
https://unicorn.drogon.net/wumpus.rtb
What about "snake" ? that may require some extras adding into your dialect - inkey (to see if a key is pressed) and text-mode character positioning...
Cheers,
-Gordon