Ballot Inspector is a Papers, Please-inspired browser game set inside the Election Commission of Nepal. Your job: examine each Proportional Representation ballot that comes across your desk and decide in real time, whether it is valid or invalid before the clock runs out.
Every ballot presents a new voter and a new challenge. Some are clean and straightforward. Others hide torn corners, ambiguous border marks, missing signatures, or identifying handwriting designed to trip you up. Wrong calls cost you time, too many mistakes and your shift ends early. The integrity of the election depends on your accuracy.
- Node.js (v18 or higher)
- npm
# Clone the repository
git clone https://github.com/crypticsy/ballot.git
# Navigate to project directory
cd ballot
# Install dependencies
npm install
# Start development server
npm run devThe application will be available at http://localhost:5173
npm run build