Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sourish-kanna/side-projects
- Owner: Sourish-Kanna
- Created: 2024-07-26T11:48:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T17:51:37.000Z (4 months ago)
- Last Synced: 2024-07-28T14:35:56.315Z (4 months ago)
- Topics: ascii, cesar-cipher, cesar-cypher, cryptography, encryption, java, python, side-project
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)