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.
Follow these steps to get the project up and running on your local machine.
Clone the repository:
git clone https://github.com/Ayfri/Atom-Clicker-Svelte.git
cd Atom-Clicker-Svelte
Install dependencies:
npm install
Run the development server:
npm run dev
Open http://localhost:5173 in your browser to see the application.
To create a production build, run:
npm run build
This will generate optimized files in the dist
directory.
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.
We welcome contributions! To contribute to the project, please follow these steps:
git checkout -b feature-branch
).git commit -m "Add some feature"
).git push origin feature-branch
).This project is licensed under the MIT License - see the LICENSE file for details.