Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖱️ Clickables

Tiny experiments. Weird ideas. One click at a time.

Clickables is a collection of fun, interactive web experiments, mini-games, digital toys, and printable projects — built to make the web a little more playful.

Inspired by the experimental spirit of Neal.fun, Clickables focuses on simple ideas that are surprisingly fun to interact with.

You click. Something happens. That's the point.


✨ What is Clickables?

Clickables is a growing playground of small web experiences.

Instead of being one large game or application, the project is made up of individual experiments that you can open, play with, and explore.

Some experiments are games, some are interactive experiments, and some are simply things that exist because they are fun.

🎮 Mini Games

A collection of lightweight browser games and interactive challenges.

Examples include:

  • 🏏 The Cricket
  • 🏛️ Civilisation Builder
  • 🔬 Are You a Scientist?
  • 🌊 At Depth
  • 💤 Do Nothing
  • 💰 Guess the Price
  • 📏 How Big Is It?
  • 🌐 How Old Is the Internet?
  • 🍀 How Rare Are You?
  • 🏃 Human Speed
  • 🤖 I Am Not a Robot
  • 🎲 Luck Test
  • 🏠 Luxury Homes
  • 👁️ My Eye

More experiments are being added over time.


🧪 Experiments

Clickables isn't only about games.

The project also contains small interactive experiments designed around curiosity, randomness, and simple interactions.

The goal is to create experiences that make you think:

"Why did I just spend five minutes doing that?"


🖨️ Printables

Clickables also includes a collection of downloadable printable projects.

The printables/ directory contains printable resources such as:

  • Coloring sheets
  • Activity sheets
  • Printable designs
  • Other small creative projects

🛠️ Built With

Clickables is intentionally simple.

Core technologies

  • HTML5
  • CSS3
  • JavaScript
  • SVG
  • Browser APIs

No complicated framework is required for the core experiences.

That keeps individual experiments lightweight, easy to understand, and easy to deploy.


📁 Project Structure

Clickables/
│
├── assets/
│   └── Shared images, icons, and other assets
│
├── games/
│   └── Individual browser games and experiments
│
├── printables/
│   └── Printable resources
│
├── scripts/
│   └── Utility and development scripts
│
├── about.html
├── buy-coffee.html
├── credits.html
├── index.html
├── store.html
│
├── LICENSE
└── README.md

🚀 Running Locally

Because Clickables is primarily a web project, you can run it without a complicated setup.

Option 1 — Open directly

Clone the repository:

git clone https://github.com/Viyan852/Clickables.git

Enter the directory:

cd Clickables

Then open:

index.html

in your browser.

Option 2 — Use a local web server

For the best compatibility with browser features and local assets, serve the project through a local HTTP server.

For example:

python -m http.server 8000

Then visit:

http://localhost:8000

➕ Adding a New Game

One of the goals of Clickables is to make adding experiments simple.

1. Create your HTML file

Add a new file inside:

games/

For example:

games/my_new_game.html

2. Build the experience

Keep the experiment self-contained whenever possible.

You can use:

  • HTML for structure
  • CSS for design and animation
  • JavaScript for interaction
  • SVG or assets for visuals

3. Add it to the website

Link the new experiment from the relevant Clickables page or game collection.

That's it.


🎨 Design Philosophy

Clickables follows a few simple principles:

Keep it simple

A small idea can be a great experience.

Make it interactive

Whenever possible, the user should be doing something rather than just reading something.

Make it surprising

Unexpected interactions are encouraged.

Keep it lightweight

Experiments should load quickly and avoid unnecessary dependencies.

Have fun

Not everything needs to be useful.

Sometimes a button can just be a button.


🌐 Deployment

Clickables is designed to work well as a static website.

It can be deployed using static hosting platforms such as Netlify or GitHub Pages without requiring a traditional backend.


🤝 Contributing

Have a weird idea for an experiment?

Contributions are welcome.

You can:

  1. Fork the repository
  2. Create your experiment
  3. Add it to the appropriate directory
  4. Test it in a browser
  5. Open a pull request

Please keep experiments lightweight and make sure any included assets are appropriately licensed.


📜 License

Clickables is released under the MIT License.

See LICENSE for the complete license text.


👨‍💻 Creator

Viyan Solanki

GitHub: https://github.com/Viyan852

Project: https://github.com/Viyan852/Clickables


⭐ Support the Project

If you enjoy Clickables:

  • ⭐ Star the repository
  • 🎮 Try the experiments
  • 🐛 Report bugs
  • 💡 Suggest new ideas
  • 🤝 Contribute an experiment

Every interaction helps the project grow.


🖱️ Clickables

A small corner of the internet for things that are fun to click.

Made with HTML, CSS, JavaScript, curiosity, and probably too many random ideas.

About

A fun a website inspired by neal.fun featuring funny experiments like a small releasing corner on web.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages