Screencast.From.2025-02-15.22-31-49.webm
A delightful idle game featuring a collection of animated cats, each contributing to your point total in their own unique way.
- Multiple unique cat characters with distinct animations
- Idle point generation system
- Particle effect background with smooth gradient
- Interactive upgrade system
- Save/load game functionality
- Adjustable music volume with multiple tracks
- Scrollable game world
- Title screen with falling cats animation
To build and run this game from source, you'll need to install odin:
- Clone the repository:
git clone https://github.com/travis-racisz/Idle-Kitties
cd idle-kitties- Build the project:
odin build . -file main.odin- Run the game:
./idle-kittiesDownload from the releases tab, unzip the folder and the exe is included
- Mouse Wheel: Scroll up/down to navigate the game world
- Left Click: Interact with cats and buttons
- ESC: Access options menu
- Start with one unlocked cat that generates points
- Use accumulated points to unlock more cats
- Each cat has unique point generation rates
- Upgrade cats to increase their point generation
- Save your progress to continue later
idle-kitties/
├── assets/
│ ├── AllCatsDemo/ # Cat sprite assets
│ ├── music/ # Background music tracks
├── main.odin # Main game loop and initialization
├── savegame.odin # Save/load functionality
|── systems.odin # Hold the systems to render/move cats and gain points
|── components.odin # Sets up components for cats to inherit
└── README.md # This file
- Cat sprites: [https://toffeecraft.itch.io/cat-pixel-mega-pack]
- Music: [https://pixabay.com/music/]
- Sound effects: [I made the one sound effect with Audacity]
- Built with Odin Programming Language
- Rendered using Raylib