https://github.com/treechcer/minigames
https://github.com/treechcer/minigames
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/treechcer/minigames
- Owner: Treechcer
- Created: 2025-03-31T19:03:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T20:06:25.000Z (about 1 year ago)
- Last Synced: 2025-03-31T20:22:55.308Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini games 🎮




# introduction
This is our project where we post our small games (that's why mini-games) in **JS, HTML and CSS**. We're beginner programmer and this repository stands as learning experience mostly for us.
# Table Of Contents (TOC)
- [Mini games 🎮](#mini-games-)
- [introduction](#introduction)
- [Table Of Contents (TOC)](#table-of-contents-toc)
- [list of games](#list-of-games)
- [rock paper scissors](#rock-paper-scissors)
- [dice roll](#dice-roll)
- [hangman](#hangman)
- [contributions](#contributions)
## list of games
### rock paper scissors
- simple rock paper scissors game
- you click button to play one of the three
- AI choses one randomly (pseudo randomly)
- game counts score for you
### dice roll
- small site where you can roll the dice
- you can only roll the normal standart dice (6 faces)
- nothing more
### hangman
- not finished yet
## contributions
If you have any idea*s for ne mini-games, design, improvements or any other stuff, feel free to **open issue** or submit a **pull request**!