You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Top Down Action Adventure like The Legend of Zelda
Side Scrolling Run & Gun like Metal Slug
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 here
Projects/<GAMENAME>/README.mddon't forget a readme
README.mdadd a row in the table
dotnet-console-games-and-website.slnadd project to solution
dotnet-console-games.slnfadd project to solution filters
.vscode/tasks.jsonadd a build task for the project
.vscode/launch.jsonadd a launch entry for the game
.github/workflows/<GAMENAME>.ymladd a GitHub Action
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-gamesdoes 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.mddon't forget a readmeREADME.mdadd a row in the tabledotnet-console-games-and-website.slnadd project to solutiondotnet-console-games.slnfadd project to solution filters.vscode/tasks.jsonadd a build task for the project.vscode/launch.jsonadd a launch entry for the game.github/workflows/<GAMENAME>.ymladd a GitHub ActionProjects/Website/... (multiple files)add the game to the website (currently a manual process but seeWebsitecode generator for porting console games to blazor webassembly #23)