dotnet-console-games
dotnet-console-games copied to clipboard
Game examples implemented as .NET console applications primarily for providing education and inspiration. :)
Long item descriptions now fully visable
Opened this up as a PR draft so collaboration will be easier.
## 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...
Chess
Currently working on adding Chess #17 to the list of games. Due to the addition of checkers I have been reusing some aspects of that for my base but by...
In the `Console Monsters` project we need additional ascii art for monsters, maps, characters, items, etc. If possible, it would be nice if the ascii art would complement the current...
Blinking of NPC's Grass/Tree's (Nature) moving Etc...
Currently the process of porting console to blazor webassembly is a manual process. For the most part you just copy-paste the console code into the Website project and add `public...
https://zacharypatten.github.io/dotnet-console-games/Draw The game buttons in the `Website` project are currently just slapped on without much thought. This makes the games pretty hard and annoying to play on mobile or any...
The `Bound` game has 12 levels at the moment. It would be nice to add more.