Source Code Archive for CMM2?


Author Message
capsikin
Guru

Joined: 30/06/2020
Location: Australia
Posts: 342
Posted: 02:30am 22 Jul 2020      

  mkopack73 said  There's fruitoftheshed - http://www.fruitoftheshed.com/MMBasic.Default.aspx

But personally I've been keeping everything I work on on my GitHub page (as much for my own safekeeping and version control) but anyone is free to hit it and do anything they want with it... I try to comment my code pretty well to make it understandable.  Granted I've only just gotten started so my tests are FAR from as impressive as some of the stuff others here have produced...    http://githhub.com/mkopack73/cmm_tests


That address typo leads to a spam page, but I did like the examples when you posted the link before, it might have been https://github.com/mkopack73/cmm2_tests

Good to see the nunchuk and classic controller test programs, and I'll probably have a look at the others too.

Small programs may be less impressive but they're also easier to read.

  jeff510 said  Awesome.  I'm happy to step up and make simple example scripts.  Stuff like directional movement of sprites with the arrow keys, a single example that shows all of the graphic shapes, text animations.  It would be great to include some of the classic turtle scripts, like the triangle web and the square spiral.

If I put together a set of simple trivial examples of that type, would that be useful?  That's what I'm currently doing for my students.

That would be useful, yes. I'm particularly interested in stuff that's useful for games, so the directional movement of sprites with arrow keys. And I remember when I was getting into programming initially, I liked learning with examples of drawing things on the screen.

It would also be useful to gather together some examples using different types of games control devices - e.g. keyboard, classic controller dpad, maybe classic controller joystick, nunchuk.

And different types of movement control, e.g. simple 4 directional, or the gravity based system like you used in flappy bird.
Edited 2020-07-22 12:35 by capsikin