Welcome to Paw Point Clicker – a fun, incremental clicker game where you gain "Paw Points", level up, and unlock exciting upgrades and collectibles. Immerse yourself in a world of adorable Princeton iconography while you grow your digital empire!
-
Incremental Progression:
Accumulate Paw Points by clicking and letting Paw Point Collectors - Proxes, Scanners, Deliveries, etc. - do the heavy lifting. -
Prestige System:
Take your prox to the next level by resetting, or "prestiging," your progress to gain bonus multipliers and unlock new content 🏆. -
Real-Time Save:
Your game progress is automatically saved every 5 seconds to prevent data loss—an essential feature for the unstoppable Prox 📥. -
Visually Engaging Interface:
Enjoy a playful interface with paw-themed icons, progress indicators, and a modern responsive design 🐾🎨.- Advanced Data Migration:
PawPointClicker has changed a lot since Day 1. Don't worry--PawPointClicker is completely backwards compatible, with seamless migration of guest data to your account on login, ensuring your progress is safe across devices and sessions 🔄.
- Advanced Data Migration:
In Paw Point Clicker, you start as a guest, clicking to earn points and progress. When you decide to sign up or log in, your guest progress is seamlessly imported into your account (if no progress already exists), so you never lose your paw-some achievements! The game features passive income generators like LateMeal, Scanner, and more—each symbolized with custom Princeton-based backgrounds.
- Click Your Way to Victory:
Earn points by clicking on the main area. Watch your Paw Points pile up! - Upgrade Collectors:
Invest your points in collectors (LateMeal, Scanner, etc.) to generate passive income. - Prestige and Power Up:
Reach new thresholds to prestige, resetting your progress but multiplying your earning potential. - Compete with Others:
You're not alone! Your prox is matched up against others in a global leaderboard. See who's earned the most paw points!
- Node.js (version 14 or higher)
- npm or yarn
git clone https://github.com/yourusername/paw-point-clicker.git
cd paw-point-clicker
npm install
Start your development server:
npm run dev
Open your browser and navigate to http://localhost:3000 to start clicking!
-
Guest Mode:
Upon opening the app, your progress is tracked as a guest. All data is stored underguest_
keys until you log in. -
User Mode:
Once logged in, if no previous account data exists, your guest progress is moved to your new account. Subsequent logins will load your previously saved user data. -
Automatic Save:
The system saves your game data every 5 seconds, ensuring your progress is always up-to-date.
-
Components:
Organized components include the toolbar, modal windows (Welcome, Achievements, Leaderboard, FAQ), and the main game interface (ProxMenu, PowerUpMenu). -
State Management:
The app leverages React hooks for state management anduseLocalStorage
for persisting progress across sessions. -
Data Migration:
The migration system ensures a smooth transition from guest data to user data with minimal disruption.
We welcome contributions from the community. To get started, please fork the repository and submit a pull request with your improvements.
This project is licensed under the MIT License.
For any questions or feedback, feel free to create an issue or email the maintainer at [email protected].
Embrace the paw-sitive spirit of incremental gains in Paw Point Clicker and have a blast building your paw-some empire! 🐾
This is a T3 Stack project bootstrapped with create-t3-app
.
We try to keep this project as simple as possible, so you can start with just the scaffolding we set up for you, and add additional things later when they become necessary.
If you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our Discord and ask for help.
To learn more about the T3 Stack, take a look at the following resources:
- Documentation
- Learn the T3 Stack — Check out these awesome tutorials
You can check out the create-t3-app GitHub repository — your feedback and contributions are welcome!
Follow our deployment guides for Vercel, Netlify and Docker for more information.