https://github.com/guptaanmol184/c-sharp-things
🧪 Some small things I made when I was learning c #
https://github.com/guptaanmol184/c-sharp-things
csharp-code games
Last synced: 3 months ago
JSON representation
🧪 Some small things I made when I was learning c #
- Host: GitHub
- URL: https://github.com/guptaanmol184/c-sharp-things
- Owner: guptaanmol184
- Created: 2017-07-11T13:38:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T02:54:08.000Z (about 8 years ago)
- Last Synced: 2025-03-12T08:31:37.354Z (7 months ago)
- Topics: csharp-code, games
- Language: C#
- Homepage:
- Size: 30.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C# Things
These are just some small things that I made while learning C# and .net basics.
**Disclaimer**: There are not very high quality codes but rather for recreational purpose. I used windows forms to create some games because I wanted to do it for fun.
## Some Examples
### Calculator

### Tic Tac Toe
#### Example 1

#### Example 2
### Hangman
#### Example 1

#### Example 2

*Uses cheat: Clicking on the Hangman pic shows the word in the bottom left corner of the window*