ZacharyPatten

Results 26 issues of 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...

bug
help wanted
good first issue

## 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...

enhancement
help wanted
good first issue

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...

enhancement
help wanted
good first issue

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...

enhancement
help wanted

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...

enhancement
help wanted
good first issue

The `Bound` game has 12 levels at the moment. It would be nice to add more.

enhancement
help wanted
good first issue

`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.

bug

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...

bug

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...

enhancement
good first issue

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.

bug