dotnet-console-games
dotnet-console-games copied to clipboard
New Games
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:
- Rubix Cube
- Chess
- Solitaire
- Match 3 Puzzle
- Tower Defense like Plants Vs Zombies
- I Love Hue
- Vicious Fishes
- Virtual Pet like Digimon
- Scrabble
- Red Light Green Light
- Roguelike like Vampire Survivors
- 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.md
don't forget a readme
-
-
README.md
add a row in the table -
dotnet-console-games-and-website.sln
add project to solution -
dotnet-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 Action -
Projects/Website/... (multiple files)
add the game to the website (currently a manual process but see #23)
Some card games like Blackjack would be good...
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. :)