- 54 Posts
- 27 Comments
monica_b1998@lemmy.worldOPto
Technology@lemmy.world•The Console That Wasn’t: How the Commodore 64 Outsold Game ConsolesEnglish
6·27 days agoYour percentage of legal games was probably still higher than average 😉
monica_b1998@lemmy.worldOPto
Technology@lemmy.world•The Console That Wasn’t: How the Commodore 64 Outsold Game ConsolesEnglish
4·27 days agogood old times. those “starter animations” are called “intros”. this one has my favorite SID music: https://www.youtube.com/watch?v=j069Eve63iY
monica_b1998@lemmy.worldOPto
Technology@lemmy.world•The Console That Wasn’t: How the Commodore 64 Outsold Game ConsolesEnglish
2·27 days agoI beg to differ. They just asked for a book that explains “how to do pretty much anything” (admittedly pretty vague). i’m assuming they mean things like browsing the internet, composing simple music, editing photos etc. You can do that without knowing any of the things you mentioned - they are part of most operating systems today, so the book would just need to go to that level.And when it comes to programming, the book could just explain how to code simple stuff for example in JavaScript in the browser’s “developers tools” (or equivalent).
monica_b1998@lemmy.worldOPto
Technology@lemmy.world•The Console That Wasn’t: How the Commodore 64 Outsold Game ConsolesEnglish
15·27 days ago…and a high percentage of those were copied illegally. I’m not judging, just stating a fact
monica_b1998@lemmy.worldOPto
Technology@lemmy.world•The Console That Wasn’t: How the Commodore 64 Outsold Game ConsolesEnglish
17·28 days agoyou’re right. nowadays a beginner would have to sift through a bunch of websites to figure out how to do it.
monica_b1998@lemmy.worldOPto
Programming@programming.dev•Pulling data from the web to Excel using Typescript and API
12·1 month agoEmployees of many corporations don’t have the luxury of choice. Apparently you do - more power to you!
monica_b1998@lemmy.worldOPto
Technology@lemmy.world•The MP3 Revolution: How a German Innovation Changed Music ForeverEnglish
1·1 month agointeresting theory. i’m afraid we’ll never find out if it’s true
monica_b1998@lemmy.worldOPto
Technology@lemmy.world•The MP3 Revolution: How a German Innovation Changed Music ForeverEnglish
15·1 month agoand all the great Winamp skins…
monica_b1998@lemmy.worldOPto
Programming@programming.dev•Minesweeper game in 100 lines of pure JavaScript
1·2 months agothanks for the compliment!
monica_b1998@lemmy.worldOPto
Programming@programming.dev•Minesweeper game in 100 lines of pure JavaScript
9·2 months agotechnically yes, although i use the “1 instruction per line” rule and give the number so that readers have a rough idea of the complexity of the solution
monica_b1998@lemmy.worldOPto
Game Development@programming.dev•Tunnel Run game in 170 lines of pure JavaScript
1·2 months agoIs that cheating or a feature? 😜
monica_b1998@lemmy.worldOPto
Game Development@programming.dev•Tunnel Run game in 170 lines of pure JavaScript
2·2 months agoI appreciate your feedback!
monica_b1998@lemmy.worldOPto
Game Development@programming.dev•Tunnel Run game in 170 lines of pure JavaScript
1·2 months agoThere are a lot of similar games, but I don’t recall any black-and-white ones. Thanks for your feedback!
monica_b1998@lemmy.worldOPto
Game Development@programming.dev•Tunnel Run game in 170 lines of pure JavaScript
2·2 months agono, it runs directly in the browser
monica_b1998@lemmy.worldOPto
Programming@programming.dev•Animated particle constellations in 42 lines of JavaScript
2·3 months agoGlad to hear you enjoyed it!
monica_b1998@lemmy.worldOPto
Programming@programming.dev•Animated particle constellations in 42 lines of JavaScript
7·3 months agodone, thanks a bunch!
monica_b1998@lemmy.worldOPto
Programming@programming.dev•Animated particle constellations in 42 lines of JavaScript
9·3 months agoI think it’s drawing some lines twice, but I didn’t think it’s worth adding more lines to prevent it. Suggestions, anyone? Edit: I updated line 18 to let j = i + 1;
monica_b1998@lemmy.worldOPto
Technology@lemmy.world•The Console That Wasn’t: How the Commodore 64 Outsold Game ConsolesEnglish
5·4 months agogreat question. i think it would be super difficult to predict the future of gaming technology at this point
i’m glad you liked it!



















Fine, I changed it to 120. I didn’t count precisely, just ballpark to give the readers an idea of the complexity level.