An incremental game where you build a solar system by generating mass and buying planets. Implemented with HTML, CSS, and JavaScript.
In this game, you generate mass to build planets and expand your solar system. The more mass you generate, the more planets you can buy. Each planet increases the cost for the next planet, making the game progressively more challenging.
- Generate Mass: Click the "Generate Mass" button to increase your mass.
- Buy Planets: Once you have enough mass, you can buy planets by clicking the "Buy Planet" button. The cost of the next planet will increase each time you buy one.
- Expand Your Solar System: Keep generating mass and buying planets to expand your solar system.
You can play the game here.
The background image for this website was created using AI and is in WebP format. The image features a colorful and detailed depiction of a solar system, with planets of various sizes orbiting a central star.
- index.html: The main HTML file for the game.
- styles.css: The CSS file for styling the game.
- script.js: The JavaScript file containing the game logic.
To run the game locally, clone the repository and open index.html
in your web browser.
git clone https://github.com/Abhrankan-Chakrabarti/mass.git
cd mass
open index.html
Contributions are welcome! Feel free to open an issue or submit a pull request with improvements or bug fixes.
This project is licensed under the MIT License.