-
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
New Games #17
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Comments
Merged
Some card games like Blackjack would be good... |
Added "Blackjack" to the checklist on the first comment of this issue. |
Merged
Removed "Blackjack" from the checklist as I have merged an implementation I made. :) |
Merged
Closed
Merged
Merged
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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: