Atom-Clicker-Svelte Svelte Themes

Atom Clicker Svelte

A svelte implementation of a clicker game about atoms.

Atom-Clicker-Svelte

Atom-Clicker-Svelte is a web-based clicker/incremental game built with TypeScript, Svelte, and Vite, leveraging the power of Pixi.js for rendering.
It is inspired by Cookie Clicker but with a twist of collecting atoms.

Installation

Follow these steps to get the project up and running on your local machine.

  1. Clone the repository:

    git clone https://github.com/Ayfri/Atom-Clicker-Svelte.git
    cd Atom-Clicker-Svelte
    
  2. Install dependencies:

    npm install
    
  3. Run the development server:

    npm run dev
    

Open http://localhost:5173 in your browser to see the application.

Usage

Building the Project

To create a production build, run:

npm run build

This will generate optimized files in the dist directory.

Gameplay

Objective

The goal of the game is to collect as many atoms as possible. You can collect atoms by clicking on them.
As you collect more atoms, you will be able to unlock upgrades that will help you collect atoms faster.

Controls

  • Click: Click on the atoms to collect them.

Contributing

We welcome contributions! To contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m "Add some feature").
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Top categories

Loading Svelte Themes