-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keeping track of Rust implementations of various games #595
Comments
Here is my Rust version of 74_rock_paper_scissors I might work on Nim next. I converted this to Tiny Basic in the 1970's. Not sure how -- because Tiny basic had only one array and this thing has several. |
awesome, I'll add it to the list |
Rust is now formally one of the 10 supported languages, rejoice and let the ports continue! 🙌 https://discourse.codinghorror.com/t/updating-101-basic-computer-games-for-2022-and-beyond/7927/116 |
Awesome, glad to hear it |
@AnthonyMichaelTDM I've just updated the script which can automatically generate a markdown file with the current implementations: https://github.com/coding-horror/basic-computer-games/blob/main/00_Utilities/TODO.md |
It would be nice if this could be run automatically every day / after each commit to |
I converted the 47_Hi-lo to rust. hope it is okay. |
Yeah sure, I'll take a look later today |
added to the list |
Did 96_Word for rust. Made a pull request (I am new to contributing so I hope that's ok). |
Also ported 29_Craps but refraining from creating a PR. |
awesome, thanks |
62_Mugwump was merged. |
And in the OP list it should be 96_Word -- not 86_Word. |
Converted 03_Animal to rust #747 |
awesome work, updated the list |
here is 35_Even_Wins #757 |
added to the list |
Hi there. Fun project. Enjoyed playing the games and ported one: |
added |
Added the 20_BuzzWord in Rust: #873 |
added 85_Synonyms in Rust: #877 |
added 25_Chief in Rust #884 |
added |
As it seems like this project is heading towards including Rust, I thought it'd be useful to track our progress in one centralized location
Note: these are just the ones I know of, feel free to comment corrections, and the like, I'll try to keep this list up-to-date for the foreseeable future :)
Games Completed
Games Being worked on
games not yet started
The text was updated successfully, but these errors were encountered: