-
Notifications
You must be signed in to change notification settings - Fork 144
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
New Games #17
Comments
Some card games like Blackjack would be good... |
Added "Blackjack" to the checklist on the first comment of this issue. |
Removed "Blackjack" from the checklist as I have merged an implementation I made. :) |
I've just put together Monster Maze, as a "can I do it" exercise for myself. There's some tidy-up and refinement to be done. But I'm keen to know what you think, and whether it's a worthy contender to add to this repo? |
@gjat I will check out your game when I get the chance, but any and all C# console games are welcome. If you would like to contribute your game, just open a pull request. I can help adjust the pull request if needed after one is opened. Here are some example pull requests of games people have previously submitted: https://github.com/dotnet/dotnet-console-games/pulls?q=is%3Apr+is%3Aclosed+label%3A%22community+contribution%22. |
Thanks In Advance
Contributions are welcome and appreciated! :) If you write a .NET console game and would be willing to contribute it just fork the repo, add your game, and open a pull request. Your game will be marked with *Community Contribution to credit you for your contribution.
Brainstorming
Here are some ideas for games that
dotnet-console-games
does not have yet:New Game Contribution Checklist
Here is a checklist of files that need to be updated when a new game is added. The maintainer(s) of this repository can help you with these topics after you open a pull request.
<GAMENAME>
is the name of the game being added.Projects/<GAMENAME>
game source code hereProjects/<GAMENAME>/README.md
don't forget a readmeREADME.md
add a row in the tabledotnet-console-games-and-website.sln
add project to solutiondotnet-console-games.slnf
add project to solution filters.vscode/tasks.json
add a build task for the project.vscode/launch.json
add a launch entry for the game.github/workflows/<GAMENAME>.yml
add a GitHub ActionProjects/Website/... (multiple files)
add the game to the website (currently a manual process but seeWebsite
code generator for porting console games to blazor webassembly #23)The text was updated successfully, but these errors were encountered: