https://github.com/colinkiama/changing-grid-c-sharp-console-program
C# Console Program that has a grid that updates when you press one of the arrow keys.
https://github.com/colinkiama/changing-grid-c-sharp-console-program
Last synced: 10 months ago
JSON representation
C# Console Program that has a grid that updates when you press one of the arrow keys.
- Host: GitHub
- URL: https://github.com/colinkiama/changing-grid-c-sharp-console-program
- Owner: colinkiama
- Created: 2018-05-28T22:33:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T22:41:12.000Z (over 7 years ago)
- Last Synced: 2025-01-14T08:51:51.218Z (12 months ago)
- Language: C#
- Size: 242 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Changing-Grid-C-Sharp-Console-Program
C# Console Program that has a grid that updates when you press one of the arrow keys.
Each key corresponds the direction a character "x" will move on the grid.
If you try to move the character out of bounds, the character will wrap around the grid, go to the next row etc.
