C
C#3mo ago
galan

Handling keyboard input for character controller in console game

i'm trying to make a mini game in my console and i know it's possible to handle player inputs and make a game that rellies on frames but i can't find how online. if anyone knows how i'd happy to hear from you if you could lend me some of your time to help me.
2 Replies
Andrew
Andrew3mo ago
There's some good examples in the dotnet repo (although not exhaustive) to get you started. For example, here's a snake game: https://github.com/dotnet/dotnet-console-games/tree/main/Projects/Snake
GitHub
dotnet-console-games/Projects/Snake at main · dotnet/dotnet-consol...
Game examples implemented as .NET console applications primarily for providing education and inspiration. :) - dotnet/dotnet-console-games
galan
galanOP3mo ago
thank you :)

Did you find this page helpful?