Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 800 Bytes

File metadata and controls

51 lines (37 loc) · 800 Bytes

Python Challenge

A simple Python-based challenge game you can play in the terminal.


How to Use

  1. Clone this repository:
    git clone git@github.com:Rakha-Rayz/Python-Challenge.git
    cd Python-Challenge
  2. Open your terminal Recommended: use Termux if you are on Android.
  3. Run the game based on your language:
  • For Indonesian users
python tantangan.py
  • For English users
python challenge.py
  1. Enjoy the game 🎉

Files

  • challenge.py English version of the game
  • tantangan.py Versi Indonesia dari game ini

FAQ

Why does this project have two Python files?

The game is provided in two languages:

  • tantangan.py for Indonesian users
  • challenge.py for English user

License

MIT

Thanks for using my repo