https://github.com/jbrosdevelopment/consolemapgame
https://github.com/jbrosdevelopment/consolemapgame
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbrosdevelopment/consolemapgame
- Owner: JBrosDevelopment
- Created: 2023-01-03T22:37:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T22:52:58.000Z (about 3 years ago)
- Last Synced: 2025-03-24T11:22:07.263Z (10 months ago)
- Language: C#
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ConsoleMapGame
This code was written with visual Studio Code in C#. It creates a map of 0s, with 1 being the player, and 2 being walls. It is very simply setup so that it can be easily edited.
The Console folder has an entire project for the console. The WindowsForm folder has the entire project written so a window will popup instead of a console.
The .exe files are in the bin\debug folders.