Mezeman1 / idle-ant-farm

MIT License
1 stars 1 forks source link

Idle Ant Farm

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.

Features

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.

Project setup and usage

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

Contributing

Contributions, feedback and issues are welcome. Feel free to fork, comment, critique, or submit a pull request.

Acknowledgements

This repo was adapted from Unihen's vite-ts-tailwind-starter project.

License

This project is open source and available under the MIT License.