Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mini-ware/random-ideas

Easy and simple projects that are made when bored
https://github.com/mini-ware/random-ideas

fun java node-js python simple-game small-projects termux-api

Last synced: 16 days ago
JSON representation

Easy and simple projects that are made when bored

Awesome Lists containing this project

README

        

# Random-Ideas
Easy and simple projects that are made when bored
![License](https://img.shields.io/github/license/Mini-Ware/Random-Ideas)
![Stars](https://img.shields.io/github/stars/Mini-Ware/Random-Ideas)
![Forks](https://img.shields.io/github/forks/Mini-Ware/Random-Ideas)

![Issues](https://img.shields.io/github/issues/Mini-Ware/Random-Ideas)
![Commit](https://img.shields.io/github/last-commit/Mini-Ware/Random-Ideas)
# Snippets
- [Square generator using OOP](https://github.com/Mini-Ware/Random-Ideas/blob/main/Testing/box.py)
- [Generate random stars everywhere](https://github.com/Mini-Ware/Random-Ideas/blob/main/Testing/night.py)
- [Code looks like among us](https://github.com/Mini-Ware/Random-Ideas/blob/main/Testing/among_us.js)
- [Code looks like a block](https://github.com/Mini-Ware/Random-Ideas/blob/main/Testing/block.js)
# Games
- [Higher or Lower](https://github.com/Mini-Ware/Random-Ideas/blob/main/Games/guess.py)
- [Rock Paper Scissors](https://github.com/Mini-Ware/Random-Ideas/blob/main/Games/rps.py)
- [Tic-Tac-Toe](https://github.com/Mini-Ware/Random-Ideas/blob/main/Games/ttt.py)
- [Classic 7 Up](https://github.com/Mini-Ware/Random-Ideas/blob/main/Games/7up.py)
# Termux-API
- [Blinking LED at intervals](https://github.com/Mini-Ware/Random-Ideas/blob/main/Termux-API/blink.py)
- ["Smart" Lamp using LED and light sensor](https://github.com/Mini-Ware/Random-Ideas/blob/main/Termux-API/lamp.py)
- [Voice Recognition using Google](https://github.com/Mini-Ware/Random-Ideas/blob/main/Termux-API/assist.py)
# Utility
- [Probe IPs in local network](https://github.com/Mini-Ware/Random-Ideas/blob/main/Utility/probe.c)
- [Simple ToDo List](https://github.com/Mini-Ware/Random-Ideas/blob/main/Utility/List.java)