dotnet / dotnet/dotnet-console-games
New Games
- Dominant language
- C#
- Stars
- 1k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
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](https://github.com/ZacharyPatten/dotnet-console-games/issues?q=label%3A%22community+contribution%22)**_ 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](https://www.youtube.com/watch?v=wNcLCeLsiT0)
- [Vicious Fishes](https://www.youtube.com/watch?v=k1TdZdFS3jU&t=422s)
- 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. `` is the name of the game being added.
1. `Projects/` _game source code here_
- `Projects//README.md` _don't forget a readme_
2. `README.md` _add a row in the table_
3. `dotnet-console-games-and-website.sln` _add project to solution_
4. `dotnet-console-games.slnf` _add project to solution filters_
5. `.vscode/tasks.json` _add a build task for the project_
6. `.vscode/launch.json` _add a launch entry for the game_
7. `.github/workflows/.yml` _add a GitHub Action_
8. `Projects/Website/... (multiple files)` _add the game to the website (currently a manual process but see #23)_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.