-
Notifications
You must be signed in to change notification settings - Fork 126
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
Tetris #89
Tetris #89
Conversation
@Jahgii Thanks for your interest in contributing! :) Because the project is part of the .NET Foundation, please read and reply to #89 (comment). After you do so I will review your code as soon as I have time. Also, thanks for following the new game checklist. That helps. :) |
@dotnet-policy-service agree |
I made some edits and I will be working on some additional edits. I will try to be granular with my commits so each change makes sense. Feel free to ask why or express disagreement with any changes I make. Additional Notes:
Also, I will re-synch the console version with the web version before this pull request is merged. :) |
Nice, I made points 1, 3 and partially 2. I not quite sure which score system use. For the moment I just change the code to add 1 point per line and 1 more if 4 lines were cleared. |
Okay I made a considerable number of changes in the last commit 09e9e1f. Sorry I didn't do the changes in a more granular manor, but there were numerous things that needed to be changed at once. Here are some of the changes I made:
I made a few more changes than that. Feel free to ask why I made any of the changes. :) |
Note: I just tested Tetris on Debian12 (linux) and it ran as expected. |
I assigned Tetris a "weight" of 5. I think that is appropriate, but I'm willing to change it if anyone disagrees with that. :D "weight" is just an arbitrary number on the main README to try to nudge new developers to start with easier projects. |
@Jahgii Thanks for contributing! :) Your game is now playable online in the website currently at https://dotnet.github.io/dotnet-console-games/Tetris. I know I made multiple changes to your code. If you disagree with any of them or want to improve anything in the future then feel free to open another pull request. I think there is still room to clean up the code, but it appears to work and that is what matters. :) |
#17
Hi, I made my first game on console, and I would like to share it with the community, I followed the contribution checklist, but maybe I did something wrong.
I played the game on the website, and everything seems to work, except for the color change in the text, which for some reason slows down and breaks the game on the website. so I decided to disable it.
As I mentioned before, this is my first game so it may have a couple of bugs or many.
New Game Contribution Checklist