Short Descriptions
-
CLI-DELTA-DOJO: Test your JSON diff skills in this hacker-inspired terminal game.
-
Spot the difference in JSON snippets against the clock with CLI-DELTA-DOJO.
-
Sharpen your code review skills with CLI-DELTA-DOJO, the terminal-based JSON comparison game.
CLI-DELTA-DOJO
CLI-DELTA-DOJO is a terminal-based game that challenges users to spot differences in JSON snippets. It simulates real-world scenarios of code reviews and data comparison.
Features
- JSON difference spotting game
- Terminal-based interface
- Dynamic difficulty levels
- Time-based challenges
- Score tracking
Requirements
- Node.js (v12.0.0 or higher)
- npm
Installation
-
Clone the repository:
git clone https://github.com/yourusername/cli-delta-dojo.git
-
Navigate to the project directory:
cd cli-delta-dojo
-
Install dependencies:
npm install
-
Make the script executable:
chmod +x index.js
Usage
Run the game:
./index.js
Follow on-screen instructions:
- Press SPACE if JSON snippets are the same
- Press ENTER if JSON snippets are different
Difficulty Levels
- NOVICE: 1-2 changes, 30 seconds
- ADEPT: 2-3 changes, 25 seconds
- EXPERT: 3-4 changes, 20 seconds
- MASTER: 4-5 changes, 15 seconds
- CYBERPUNK LEGEND: 5-6 changes, 10 seconds
Difficulty increases with consecutive correct answers.
License
This project is licensed under the MIT License.