This is a simple terminal-based game built in C. It's a text-based adventure game where the player navigates through different rooms, encounters enemies, and collects items to survive.
- Text-based adventure game
- Randomized enemy encounters
- Basic combat system
- Item collection and use
- Temperature-based damage
- Dark and lit rooms with different effects
gcc game.c -o game
./game