rne1223 / unit2_lab

Samosa Selector is based on an incremental game similar to Cookie Clicker. The goal of the game is to produce as many samosas by clicking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple React Game similar to the cookie clicker

Gameplay

The game starts out with the user having zero samosas. When the user clicks the Big Samosa, it initially produces one samosa per click. Then,

  • When the user has 10 samosas, they can buy a Double Stuffed upgrade, which produces double the amount of samosas per click.
  • When the user has 100 samosas, they can buy the Party Pack upgrade, which produces 5x the amount of samosas per click.
  • When the user has 1000 samosas, they can buy the Full Feast upgrade, which produces 10x the amount of samosas per click.

The game continues on forever and the user can continue to gain gigantic amounts of samosas. Yum!

alt text

About

Samosa Selector is based on an incremental game similar to Cookie Clicker. The goal of the game is to produce as many samosas by clicking.


Languages

Language:JavaScript 52.7%Language:CSS 40.8%Language:HTML 6.5%