https://github.com/surbhitt/mini-projects
collection of mini projects
https://github.com/surbhitt/mini-projects
ascii ascii-art console-application creative-coding game terminal
Last synced: 6 months ago
JSON representation
collection of mini projects
- Host: GitHub
- URL: https://github.com/surbhitt/mini-projects
- Owner: surbhitt
- Created: 2021-12-20T12:47:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T05:30:53.000Z (about 1 year ago)
- Last Synced: 2025-02-16T09:29:24.971Z (8 months ago)
- Topics: ascii, ascii-art, console-application, creative-coding, game, terminal
- Language: C++
- Homepage:
- Size: 26.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Open the folders for better explanation on the specific projects
# ImgView
A simple console application that outputs the image given whose path is provided as input. It utilises the terminals capacity to print colors in the console. Requires xterm-256 colors compatible terminal.
# MiniGames
Couple of simple games to practice game loop and simple logic for:-
1. Pong (Python)
2. Dino game (C, incomplete - abandoned)
3. Tetris (C++)
To be rewritten with [egg](https://github.com/surbhitt/egg)# TerminalAsciiGraphics
1. Bouncing Ball: A graphical loop of a ball bouncing in ascii graphics in terminal
2. img_ascii.c: Converts the img provided as path and outputs ascii characters on the terminal.
3. Terminal FPS: It is the rendation of a 3D space on the terminal using ascii art.# VoronoiDiagram
A program to render voronoi diag based on the following norms:-
> Euclidean
> Manhattan
and store that picture in PPM format.# Emailsender
Python program to send emails through the terminal
# RandomPassGen
Used to create Random Password
# Locker.bat
A batch file that creates a folder that is password protected and hides it can only be unlocked with a the password.