Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sourish-kanna/side-projects

These are my other side projects which are not that big for a dedicated repository
https://github.com/sourish-kanna/side-projects

ascii cesar-cipher cesar-cypher cryptography encryption java python side-project

Last synced: 7 days ago
JSON representation

These are my other side projects which are not that big for a dedicated repository

Awesome Lists containing this project

README

        

# Side Projects

These are my other side projects which are not that big for a dedicated repository

- [Side Projects](#side-projects)
- [Python Cesar Cipher Encryption](https://github.com/Sourish-Kanna/Side-Projects/tree/main/Python%20Cesar%20Cipher%20Encryption)
- [Java Cesar Cipher Encryption](https://github.com/Sourish-Kanna/Side-Projects/tree/main/Java%20Cesar%20Cipher%20Encryption)
- [Python Turtle Patterns](https://github.com/Sourish-Kanna/Side-Projects/tree/main/Python%20Turtle%20Patterns)
- [Guess The Number Game](#guess-the-number-game)
- [Calculator Application](#calculator-application)
- [Tic Tac Toe Game](#tic-tac-toe-game)

## Guess The Number Game

[Go To Start](#side-projects)

```Text
Guess the number in range 1..100: 50
Number is little below
Guess the number in range 1..100: 65
Number is little above
Guess the number in range 1..100: 60
Number is little above
Guess the number in range 1..100: 55
Number is little below
Guess the number in range 1..100: 57
You won :)

Guess the number in range 1..100: 50
Number is below the number
Guess the number in range 1..100: 75
Number is little below
Guess the number in range 1..100: 80
Number is little below
Guess the number in range 1..100: 90
Number is little above
Guess the number in range 1..100: 85
Number is little above
You lose :(
The number was 84
```

## Calculator Application

[Go To Start](#side-projects)

![Recording 2024-07-26 185959](https://github.com/user-attachments/assets/c4c77f29-aaae-46f0-855d-c31ae3cad380)

## Tic Tac Toe Game

[Go To Start](#side-projects)

![Recording 2024-07-26 190705](https://github.com/user-attachments/assets/c197eb4e-4e2b-4f59-9710-4f71e0197bcf)