First time creating an idle game. This is a simple idle game where you can buy ants and they will generate resources for you. I tried making it a bit more interesting by also adding visual representation of the ants and resources. Future updates will add a lot more things to do and more interesting mechanics.
I love idle games, so I will probably keep working on this for a while.
Quick note: This is a work in progress, so some features are not yet implemented. And also, the current features are going to be improved and expanded.
- Resources:
- Seeds
- Larvae
- Ants
- Queens
- Prestige system with prestige shop
- Prestige points
- Prestige shop
- Prestige upgrades (coming soon)
- Prestige bonuses (coming soon)
- Prestige challenges (coming soon)
- Prestige achievements (coming soon)
- Adventure mode
- Fight enemies
- Get loot
- Level up (coming soon)
- Unlock new areas (coming soon)
- Unlock new enemies (coming soon)
- Unlock new loot (coming soon)
- Loot upgrades (coming soon)
- Inventory
(coming soon)
- Inventory
- Store loot
- Use loot (coming soon)
- Get bonuses (coming soon)
- Loot upgrades (coming soon)
- Inventory upgrades (coming soon)
Install dependencies:
npm install
Run development server:
npm run dev
Build for produciton:
npm run build
Run ESLint:
npm run lint
Lint and fix:
npm run lint:fix
Contributions, feedback and issues are welcome. Feel free to fork, comment, critique, or submit a pull request.
This repo was adapted from Unihen's vite-ts-tailwind-starter project.
This project is open source and available under the MIT License.