- Notifications
You must be signed in to change notification settings - Fork162
Open
Description
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 thatdotnet-console-games does not have yet:
- Rubix Cube
- Chess
- Solitaire
- Match 3 Puzzle
- Tower Defenselike Plants Vs Zombies
- I Love Hue
- Vicious Fishes
- Virtual Petlike Digimon
- Scrabble
- Red Light Green Light
- Roguelikelike Vampire Survivors
- Top Down Action Adventurelike The Legend of Zelda
- Side Scrolling Run & Gunlike 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 hereProjects/<GAMENAME>/README.mddon't forget a readme
README.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)