Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.37 KB

File metadata and controls

55 lines (37 loc) · 1.37 KB

FunnyNumber Idle Game

A small idle game you can run in the background while coding or working over SSH, giving you a little sense of achievement right from the command line.


✨ Features

  • Idle gameplay: Points increase automatically over time

  • Active boost: Press a to manually gain points

  • Upgrades & Buildings:

    • Upgrades – make your clicks stronger
    • Buildings – increase automatic growth rate
  • Funny big number system: Uses an “INT_MAX carry-over” mechanic — because it’s funnier this way


🕹️ Controls

While the game is running, you can press the following keys:

Key Action
a Click to gain points
u Open upgrade menu
b Open building shop
s Open settings menu
y Confirm action in menus
m Return to main menu

📖 Game Mechanics

  • Initial click value: 1 point per click
  • Initial auto-growth: 1 point per second
  • Auto-growth increases based on the number of buildings you own
  • Buying upgrades and buildings consumes points
  • Each purchase generates a new, more expensive option

⚙️ Settings (WIP)

  • Work in progress

🚀 Possible Future Improvements

  • Save/load system
  • More diverse upgrade/building trees
  • Leaderboards
  • Optional ASCII art UI