Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.4 KB

File metadata and controls

60 lines (37 loc) · 1.4 KB

Coin Collector Game

A terminal-based coin collector game built with Go. Navigate and collect coins in the terminal user interface (TUI), with increasing levels and scores displayed dynamically. 🚀


🌟 Features

  • TUI Gameplay: Collect coins right in your terminal.
  • Dynamic Levels: Progress through levels (1, 2, 3, ...) based on your coin collection.
  • Score Display: Real-time scoring displayed at the top of the terminal.

🛠️ Technologies Used

  • Go (Golang): The core programming language.
  • tcell: Terminal cell library for creating TUI, imported via go/github.com/gdamore/tcell/v2.

🚀 How to Run

  1. Clone the repository:

    git clone https://github.com/yourusername/coin-collector-game.git
    cd coin-collector-game
  2. Install dependencies:

    go mod tidy
  3. Run the application:

    go run main.go

✨ Gameplay Instructions

  1. Navigate: Use arrow keys to move the character.
  2. Collect Coins: Navigate to collect coins and increase your score.
  3. Progress Levels: Earn enough points to progress to the next level.

🤝 Contribution

Feel free to fork the repository and submit a pull request if you’d like to improve or extend this project. Contributions are welcome! ❤️


📜 License

This project is open-source and available under the MIT License.