This work in progress is intended to be a starting point for developing idle incremental games using React and Next.js
Basic components will include
- resources to gather
- temporary upgrades purchased with resources
- reset mechanic
- prestige resources from reset
- permanant upgrades purchased with prestige
- time calculations per 'tick'
- config file to customize names, upgrade costs, and cost increase ratios
Components to be added in future releases
- image support
- offline progress
- example projects
Out of scope
- online save data storage
Run npm run dev to load a dev server. Navigate to http://localhost:3000/. The app will reload if any source files are changed.