This repository is a test project generated with Cursor to explore its capabilities.
A simple clicker game application.
To start the project, follow these steps:
- Install dependencies:
npm install
- Run the development server:
npm run dev
The following are planned improvements for this project:
- Implement unit and integration tests.
- Split the codebase into more manageable modules.
- Add new features to enhance gameplay.
- Improve UI/UX.