Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mini-ware/random-ideas
- Owner: Mini-Ware
- License: gpl-3.0
- Created: 2021-08-13T17:21:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T04:26:42.000Z (over 1 year ago)
- Last Synced: 2023-07-30T05:23:09.680Z (over 1 year ago)
- Topics: fun, java, node-js, python, simple-game, small-projects, termux-api
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)