this post was submitted on 31 Jul 2023
258 points (99.2% liked)

Programming

16971 readers
172 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

Saw this on Hacker News; it's an ongoing compendium of classic BASIC games, rewritten in up to 10 accepted programming languages; as well as space for "alternative" languages.

all 10 comments
sorted by: hot top controversial new old
[–] [email protected] 19 points 1 year ago (2 children)

This looks incredibly cool and fun. Would be interested trying to re-write some of the games myself when I have some free time.

[–] [email protected] 46 points 1 year ago (2 children)
[–] [email protected] 19 points 1 year ago (1 children)

It has only been about 44 years. I expect to have some time next week.

[–] Aurenkin 8 points 1 year ago* (last edited 1 year ago) (1 children)

Same. Should be able to get it done in two to three weeks. This time for sure maybe

[–] [email protected] 3 points 1 year ago

I'll set aside a couple hours this weekend to knock out a couple.

[–] [email protected] 7 points 1 year ago

Indeed... :|

[–] [email protected] 7 points 1 year ago

I did this with a BASIC game called Wizard's Castle that I played a lot of as a kid. The first step was to "reverse engineer" the manually-compressed BASIC code and write up a spec. Then I rewrote it in Rust as a learning exercise. 🙂

https://github.com/beejjorgensen/Wizards-Castle-Info

[–] [email protected] 5 points 1 year ago

Holy shit, I used to own this book.

[–] [email protected] 2 points 1 year ago

Why would anyone want to change from BASIC?