ZacharyPatten
ZacharyPatten
### `GetPassword` is broken 1. Writing `"\b \b"` will not move up lines in the console, so if the input currently spans multiple lines your backspace breaks (will not back...
## 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...
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...
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.
`Helicopter` is one of the older games and I never coded it properly to reducing the amount of flickering that happens. It should not flicker like it currently does.
In the `Tanks` game, If the enemies move up against the walls and shoot, the bullet goes through the walls. I probably forgot to check if a bullet hits a...
Some of the games in the `Website` project require rapid pressing of the buttons, however double tapping screens often causes zoom in/out. So the zooming caused by double tapping needs...
There is a minor bug in the randomized maze generator in the game Maze where it is possible for an invalid path to not be connected to a connected path.