Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 452 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 452 Bytes

Terminal Game

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.

Features

  • Text-based adventure game
  • Randomized enemy encounters
  • Basic combat system
  • Item collection and use
  • Temperature-based damage
  • Dark and lit rooms with different effects

How to Run

gcc game.c -o game

./game