How to create a small terminal-based game in C#
HTML-код
- Опубликовано: 8 ноя 2024
- In this video we’ll see how to make a tiny and simple game that runs directly in your terminal. The game is built using plain C# and will have a Sokoban-like style. Sokoban is a puzzle video game created in 1982, in which the player can push boxes around in a warehouse trying to get them to storage locations.
► GitHub repo: github.com/Mam...
► .NET SDK: dotnet.microso...
► Sokoban Wikipedia page: it.wikipedia.o...
As a tutorial on how to do something, there was next to no explaining any of the code. I started learning C# about a month ago and wanted to work on something and found this video. I made it 3 mins in before I called it quits just due to not having any clear explanation for why things were coded the way the were. It was just me copying what you did and not learning anything from it. Thanks for the effort though.
Hey, sorry for that. I understand and, this is probably not the best video for a beginner. You should probably look for a very beginner course out there. There's plenty of them. Good luck with your new journey!