An open API service indexing awesome lists of open source software.

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 #

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

![Calculator Screenshot](./gifs/calc.gif?raw=true)

### Tic Tac Toe

#### Example 1
![Tic Tac Toe Screenshot 1](./gifs/tictactoe.gif?raw=true)
#### Example 2
![Tic Tac Toe Screenshot 2](./gifs/tictactoe2.gif?raw=true)

### Hangman

#### Example 1
![Hangman Screenshot 1](./gifs/hm1.gif?raw=true)
#### Example 2
![Hangman Screenshot 2](./gifs/hm2.gif?raw=true)
*Uses cheat: Clicking on the Hangman pic shows the word in the bottom left corner of the window*