Inky Pinky Polly

Welcome to Inky Pinky Polly!

A fun twist on the classic Rock-Paper-Scissors game

Pinky > Inky
Inky > Polly
Polly > Pinky

Inky Pinky Polly

Player 0
VS
BOT-47 0

Make your choice:

University Logo 1

About Inky Pinky Polly

University Logo 2

About the Project

Inky Pinky Polly is a modern web-based twist on the classic Rock-Paper-Scissors game, designed and developed by Saad Mazhar. Instead of using rock, paper, and scissors, this game features three original characters: Pinky, Inky, and Polly.

🎓 Academic Context

This project was developed as part of the Level 3 – Introduction to Programming module at the Informatics Institute of Technology (IIT). It serves as a hands-on application of core programming concepts, frontend design, and backend integration.

🎮 Game Rules

  • Pinky beats Inky
  • Inky beats Polly
  • Polly beats Pinky

Players compete against a robotic opponent named BOT-47. The game logic determines a winner after each round, and scores are updated in real time.

🧱 Technology Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend: Python + Flask
  • Communication: REST API
  • Assets: Sound effects, animations, and responsive images

✨ Key Features

  • Responsive design (works on desktop and mobile)
  • Live score tracking
  • End-game modal with final results
  • Basic animations and sound effects
  • Local score memory using localStorage
  • Dark/Light mode toggle

📥 Resources