A typing game for Arch Linux commands, written in Python. Test your typing speed and accuracy with almost 200 real Arch Linux commands!
This game is built using Python's curses library to create a terminal-based user interface. It presents you with a random Arch Linux command, and you have to type it as fast as you can. Your speed and accuracy are measured to give you a rank and a score.
- 190+ Arch Linux Commands: A wide range of commands to test your knowledge.
- Ranking System: Get a rank from S (Legendary!) to D (Too Slow!) based on your performance.
- Scoring: Earn points for each correctly typed command and build your high score.
- Interactive Menus: Retry commands, and quit from different screens.
- Terminal UI: A clean and colorful interface built with the
curseslibrary.
-
Clone the repository:
git clone https://github.com/viztini/archtype.git
-
Navigate to the project directory:
cd archtype/archtype -
Make the installation script executable:
chmod +x install.sh
-
Run the installation script:
./install.sh
This will create a global
archtypecommand that you can use to run the game from anywhere.
After installation, you can run the game by simply typing:
archtypeEnjoy the game!